Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array's on Grid
Message
De
03/09/1998 14:55:21
 
 
À
03/09/1998 14:50:45
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00132918
Message ID:
00132929
Vues:
10
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform