Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File, Save As HTML Equivalent in Code
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
File, Save As HTML Equivalent in Code
Divers
Thread ID:
00694132
Message ID:
00694132
Vues:
47
Good Afternoon,

I have a fairly simple report that I would like to print to a file that I could view to verify the results with a system I am updating to VFP6.

If I send the report to a text file the amounts get truncated for some reason when I do the following. If I do the following sequence the report looks correct and I don't care how it would print because this is to avoid the printing of the results until the system is completed.

_ASCIICOLS = 300
_ASCIIROWS = 60
REPORT FORM AccountBalances.frx to FILE AcctBal.txt ASCII

If I do the following sequence the report looks correct and I don't care how it would print because this is to avoid the printing of the results until the system is completed.

_ASCIICOLS = 300
_ASCIIROWS = 60
menu commands File | Save As AccountBalances.htm and have the page display it looks correct .

Is there a way to create this html file from the command window and within a method in the project.

Thanks,

Michael
Send me an email when the shouting stops
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform