Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show the result in text box,
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00667107
Message ID:
00669814
Views:
35
Hello Sergey,

I am trying to use the below code to update the records in the table but i am getting the error message saying operator/operand type mismatch.

user_id is a number field in the database.

****************code***********************
set multilocks on
use userproj
= CURSORSETPROP('Buffering', 5, 'userproj')

lccom=[Update userproj set user_id = ]+thisform.mastertableid+;
[ where userid = ']+thisform.txtuserid.value+[']
&lccom

?tableupdate(.T.)
******************End**********************

Sergey Can you please correct the above code if there is anything wrong with it.

Thank you.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform