Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SPT error when setting CURSORSETPROP
Message
De
15/05/2003 17:35:16
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00787810
Message ID:
00789031
Vues:
32
>Ok, this is driving me crazy again. I applied the same code that I tested yesterday to one of my forms and I keep getting same error as saying "1491 No update tables are specified. Use table property of the cursor". I checked the table properties to make sure I am using right table as you mentioned yesterday.
>
lcUpdNames = lcUpdNames + fieldinfo(i,1)+ " " + "UDFCursor." + fieldinfo(i,1)
lnRes = CURSORSETPROP( "TABLES", "UDFields", "UDFCursor" )
UDFCursor!=UDFields !!!

Try
lcUpdNames = lcUpdNames + fieldinfo(i,1)+ " " + "UDFields." + fieldinfo(i,1)
Thanks,
Aleksey
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform