Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL string in listbox rowsource greater than 255
Message
From
25/09/1998 13:15:03
 
 
To
25/09/1998 12:23:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00140856
Message ID:
00140878
Views:
28
>My select statement works great if the string length <= 255 characters but I get a syntax error if it gets any bigger. I have searched past threads and found that this problem/bug exist. Does anyone know of a work around or if VFP 6.0 overcomes the problem? I am using VFP 5.0a now.

I believe that this limitation is only true when entering the SQL in the properties sheet. Try Building the string in code and assigning the rowsource programmatically.

If this doesn't work, create a method called something like populatelb and exewcute your query in there. In that method, you can scan through the results and use Additem. You would then call this method instead of listbox.requery().
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform