Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display records to screen in column format
Message
From
08/12/1998 16:26:44
 
 
To
08/12/1998 11:32:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00165133
Message ID:
00165322
Views:
12
>I'd like to display to screen a long list of records sorted in alpha order in a column format. The report wizard does this nicely, but I don't need a report. I was thinking of setting a display limit and printing the number of records for each column:
>
>nRecLim=25
>
>Column 1 Column 2 Column3
>Record(1) Record(nRecLim+1) Record((nRecLim*2)+1)
>Record(2) Record(nRecLim+2) Record((nRecLim*2)+2)
>...
>
>Am I on the right track or is there an easier way to do this?
>
>TIA,
>
>/Chris

You could try the
LIST OFF .....
or
DISPLAY NEXT 20 FIELDS....
commands
Previous
Reply
Map
View

Click here to load this message in the networking platform