Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in Update SQL
Message
From
28/11/2002 01:21:34
Peter Easson
Catalina Trading
Sydney, Australia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Bug in Update SQL
Miscellaneous
Thread ID:
00727872
Message ID:
00727872
Views:
41
Whilst setting up a Table to save the form control positions, I used the following code
UPDATE ControlProps SET Left = oControl.Left,;
Top = oControl.Top,;
Height = oControl.Height,;
Width = oControl.Width WHERE Name=oControl.Name

which generated an error on compiling. By changing the Table field name to nLeft and the update expression to nLeft = oControl.Left, it compiled perfectly.

It appears that the word 'Left' is causing the error when other language 'names' are OK.
Next
Reply
Map
View

Click here to load this message in the networking platform