Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy file
Message
From
20/07/2004 14:10:51
 
 
To
19/07/2004 18:41:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00925927
Message ID:
00926223
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform