Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print fields
Message
From
22/09/2017 00:54:45
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01654488
Message ID:
01654489
Views:
50
>Hi,
>
>I am looking at a cursor and want to print just a few fields. So I am using command
>
>LIST FIELDS FIELD1, FIELD2, FIELD3 OFF to PRINT
>
>
>but it prints the fields in the center of the page and each record on two lines. As if VFP has a narrow width to print the fields.
>But I want to print them just like they would appear in the VFP IDE windows if I don't use PRINT command. One record - one line.
>
>What am I missing?

The default value of SET MEMOWIDTH is 50; you probably want to set it to something higher than that e.g. 80.

You might also check that SET (left) MARGIN is the default 0.

You can see your current settings with DISPLAY STATUS.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform