![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi You will find that the chap that sorted out Excel forms etc with what eventually became Visual Basic knew all about the issue and worked around it so as not to wreck all the 1980's coding. Simple rule the century has to be divisible by 400 but the guys before him did not know it. Peter McMurray |
#4
| |||
| |||
|
|
Hi John, About 4 or 5 years ago I started to output all the companies reports to Excel. I first started with CSV and TAB separated. Then I started with html formated XLS files. All I did first was go into excel put a few bits of info into some cells put some formatting on them ( Colours / Currency/ dates / special) some calcualtions. Then just saved them as html format. Next I just studied what came out in the html through good old Notepad. I then just replicated it through my programs ( no need for any thrid party software ) It was really easy. The main part of the html code ( the top bits ) never seemed to change so I just dumped that text into an item, then just read it in before starting to build the rest of the spreadsheet! I write out the html code as an XLS extension file on the users PC then just launch it into excel The powers that be love it because they get nicely colours proper looking spreadsheets I can if you wish send some examples. I use mvBASE but I am sure it you would be able to change the relevant bits to work for D3! As far as PDF goes, my windows developer wrote his own report generator that uses XML. All I do is drop out the PICK data to the users PC in XML format and then launch the report generator / report to run / path to xml, I can also pass a switch for which format ( pdf / doc etc ) or allow it to come up in the report viewer which then allows them how they want to save it or even a choice to email it! Craig |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
We recently discovered another "feature" of Excel when importing largish HTML tables - only happens (starts) around line 6682 if you have col-spans and a few other bits & pieces ... Microsoft have acknowledged problem & our solution so far is "see if is is fixed in the Office 2007 Beta" ?!?!. Cosnidering the issue also applies to Office 2000, you would have thought that a "fix" would have been available before now maybe we DON'T have it so bad after all ... ?? |

#7
| |||
| |||
|
|
If you choose to export to Excel, never (and I mean never) name your first column 'ID'. Excel does not like it. Call it ANYTHING else. Woof! johnmarshall (AT) xtra (DOT) co.nz> wrote in message |
#8
| |||
| |||
|
|
1) I have a solution which will allow you to get very pretty reports without lines, boxes, images, even subtotals and pages breaks which aren't in your original data - all without changing a line of your BASIC code. It could cost a lot of money though - $15-25k or more including software, labor, etc.. You can continue to maintain your BASIC code and as long as the formatting of the output doesn't change your GUI (Graphical User Interface, even if on paper) will reflect the changes. |
#9
| |||
| |||
|
|
. My guess is that your "Microsoft have acknowledged problem" means someone in a forum tried it and suggested that you report it through channels if it's that important to you. ![]() T |
#10
| |||
| |||
|
|
Hi Tony Is this why RD never released it, they were looking after your bottom line? Peter McMurray "Tony Gravagno" <g6q3x9lu53001 (AT) sneakemail (DOT) com.invalid> wrote in message news:hq2vd2dq7jnrqehtul7ui3upkhibt2vjqh (AT) 4ax (DOT) com... 1) I have a solution which will allow you to get very pretty reports without lines, boxes, images, even subtotals and pages breaks which aren't in your original data - all without changing a line of your BASIC code. It could cost a lot of money though - $15-25k or more including software, labor, etc.. You can continue to maintain your BASIC code and as long as the formatting of the output doesn't change your GUI (Graphical User Interface, even if on paper) will reflect the changes. |
![]() |
| Thread Tools | |
| Display Modes | |
| |