Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display records to screen in column format
Message
From
08/12/1998 11:32:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Display records to screen in column format
Miscellaneous
Thread ID:
00165133
Message ID:
00165133
Views:
46
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
Next
Reply
Map
View

Click here to load this message in the networking platform