Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SPT error when setting CURSORSETPROP
Message
From
15/05/2003 17:35:16
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00787810
Message ID:
00789031
Views:
34
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform