Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array's on Grid
Message
From
03/09/1998 14:55:21
 
 
To
03/09/1998 14:50:45
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00132918
Message ID:
00132929
Views:
11
>Olá Ed
>The problem is, i populate my array with some fields of one table and some others with another table.
>For instance i create a array with 5 elements
>
>element1

You can populate cursor the same way as you populate array:
CREATE CURSOR mycursor (field1 I, field C(20)....)
Insert Into mycursor Values(table1.field2,table2.field3)
Insert Into mycursor ....
btw, if you more comfortable with array, then you can still create/populate one and then
Insert into mycursor From Array Myarray
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform