Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report writer result on screen
Message
De
20/08/1997 17:06:35
Claudio Abad
Compañía Financiera Argentina
Buenos Aires, Argentine
 
 
À
20/08/1997 16:53:10
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00045976
Message ID:
00045984
Vues:
36
>Hi,
>
>I am starting as a foxpro developper and I have a question (a look in the FAQ of the knowledge base did not give me an answer...):
>
>I am printing a report with the report writer, including group footers, summary footer, etc. I would like to have the same result on screen and be able to scroll the results in a practical way. The report is used in the query dialog box as the "form name" to be used in output. To have the result on screen, I can use the "print preview" option instead of the "to print" option, but the result is not satisfying since I either see too much or too little (with the zoom in / zoom out buttons).
>
>I tried mentionning the report writer form name in the output dialog box of the query, and specifying "to console". The result is exactly like the printed report writer form, but it can not be scrolled...
>
>I hope my question is clear enough !
>
>Thanks a lot for your support.
>
>Yvan St-Cyr
>Montreal,Canada
>jf591834@er.uqam.ca

Hi,

Maybe If you try send the report to file and then use "modify file"
command.
Like this:
cvar=sys(3)+'.txt'
report form xxx to file (cvar)
modi file (cvar) noedit
delete file (cvar)
Excuse me English
I learn slowly
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform