Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays as Rowsource for Grids
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00525680
Message ID:
00525805
Views:
16
Many thanks!

>No, but you can create a cursor with appropriate structure and copy data from array into the cursor.
CREATE CURSOR Mycursursor ( ... )
>APPEND FROM ARRAY Myarray
>Be advised that if the array is one-dimensional, APPEND FROM ARRAY adds only one record to the table. The workaround is to redefine the array in following way
DIMENSION Myarray[ ALEN(Myarray), 1]
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Reply
Map
View

Click here to load this message in the networking platform