Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display records to screen in column format
Message
De
08/12/1998 11:32:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Display records to screen in column format
Divers
Thread ID:
00165133
Message ID:
00165133
Vues:
40
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform