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

Click here to load this message in the networking platform