Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capture field data with cursor
Message
 
À
09/12/2009 04:05:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01438152
Message ID:
01438290
Vues:
49
thanks so much stefan - your code works nicely. i've read through the VFP notes on cursor etc and I am having trouble adapting the syntax to my database. No matter what i do i can't seem to populate the table when it appears.

Is there more to it than changing your intial temp set up code

for example let's say these are my working elements
mydatabase.dbf
field names: sname, w1,w2,w2,w4,w5

stefan feel free to not respond if this requires more explanation than you have time for - many thanks for the point in the right direction,
k

CREATE CURSOR temp (f1 i, f2 c(20))
INSERT INTO temp VALUES (1, 'one')
INSERT INTO temp VALUES (2, 'two')
GO TOP IN temp
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform