Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report to ASCII
Message
 
À
08/09/1997 10:38:04
Nancy Zamora
Kellstrom Industries, Inc.
Sunrise, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00048947
Message ID:
00048957
Vues:
48
>Hi:
>I need to print reports TO FILE ASCII with rows up to 55. In VFP help, it suggested to send a report TO FILE ASCII specifying the _asciirows=55. It happens that the command is not recognized. The following is the syntax I am using:
>
>REPO FORM [filename] WHILE x=y TO FILE ASCII [filename]
>_ASCIIROWS=55 NOCONS
>
>Is there any solution you could share with me.
>Thanks in advance!
>Nancy Zamora

nancy,
you set asciirows & columns before the report form command
i think they're system variables.


_ASCIIROWS = 55
REPORT FORM [filename] WHLE x=y TO FILE ASCII [filename] NOCONSOLE

i don't know about you or anyone else here but i've had a horrible time getting the
report form to ascii file to look like it should. the lables and columns overlap and it
looks horrible.
if anyone has any ideas on how to make the output file look a little more organized, let me know.

thanks,
gray
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform