Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transferring Reports - HTML V/S Word/Excel
Message
From
03/07/1999 10:54:56
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
 
 
To
03/07/1999 10:42:05
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00237139
Message ID:
00237184
Views:
11
>>Till now i've been transferring my reports in word & excel and was facing version problems..(Errors in Office 95/97)
>>
>>After posting question for this, i realized HTML option is also avl..
>>
>>I guess Vfp 6.0 is giving option of transferring reports in HTML... if yes, how sucessful it is ?? Are the reports transferring 100% perfectly...
>>
>>I'm still using version 5.0a, What will be the best thing to do ?? To shift to 6.0 or create my own class to transfer in HTML ??
>>
>>Whether I shud choose HTML or Word/Excel ??
>>
>>
>>Can somebody pls help me on this...
>>
>>TIA
>
>THe way that VFP converts reports to HTML is with GenHTML. This program internally uses REPORT FORM TO ASCII to get the report to a file. The file is then parsed and converted to basic HTML.
>
>This is fine, except the TO ASCII clause of REPORT FORM is a nightmare.It does NOT preserve field placement and some of your fields might be cut off in the output. What's worse, if you tweak your report just right so that its output works with TO ASCII, changing to a different printer might break it (even though you are not printing the report, VFP uses the current printer driver to render the text for TO ASCII). IMHO, the only practical way to get an HTML document from VFP data is to generate the HTML yourself.
>
>As for other document alternatives, you might want to look into PDF. Once you have the PDF writer software, converting a VFP report to pdf is as simple as printing it to the Acrobat "virtual printer".

Thanks for the detailed reply abt. html transfer.. I guess its better to make HTML Code myself...

I wanted to know your advice, Whether I shud convert Reports in HTML or better to create in word/excel(where have to write too much code for each version)..

I'm aware of the PDF format, but that is very costly and my company will not allow me to buy it....

pls advs. your comments...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform