Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Pass Through
Message
From
11/08/2000 10:17:49
 
 
To
10/08/2000 20:28:24
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00403735
Message ID:
00403920
Views:
14
Try creating a variable in two lines, then set the list to the variable
Make sure you add the second line to the existing variable. e.g.
lcVar = "ReallyReallyReallyReallyReallyReallyLongString1"
lcVar = lcVar + "ReallyReallyReallyReallyReallyReallyLongString2"
>The UpdatableFieldList property seems to have a limit as to how long the string can be. How can I work around this. I have tried two UpdatableFieldList lines of code but it only uses the last one. Please help.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform