Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Cursor
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Creating Cursor
Divers
Thread ID:
00806038
Message ID:
00806038
Vues:
63
Hi,

I would like to create a cursor which I have done using the following syntax:

create cursor temp1 (key1 c(fsize('key1','result')))
with thisform.pageframe1.page2.List2
for ix=1 to .Listcount
if .Selected[ix]
insert into temp1 values (.List(ix) )
endif
ENDFOR
ENDWITH

I would also like to add a second field named key 2 but I dont know how to incorporatye this into the above syntax.

Many Thanks
Neil Lewis
IT R&D Manager
Velmore Ltd
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform