Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy file
Message
De
20/07/2004 14:10:51
 
 
À
19/07/2004 18:41:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00925927
Message ID:
00926223
Vues:
17
>hi,
>i use this code from help,
>
>USE newall
>gnFieldcount = AFIELDS(gaMyArray) CLEAR
>FOR nCount = 1 TO gnFieldcount
> ? gaMyArray(nCount,1)
>ENDFOR
>
>but how i can insert the fields to list or combo at myform,and let the user choise the fields to make a report.

You could create a cursor or another array with just the fields names, sizes, whatever you need from the result from AFIELDS() and use that as the RowSource for a multiselect listbox.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform