Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Limits in RecordSource
Message
From
07/01/2000 08:02:46
 
 
To
07/01/2000 05:59:37
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00314391
Message ID:
00314412
Views:
25
>Does anyone know why there is a limit in the RecordSource property, I have filled one with a large SELECT statement only to find out it had chopped the last 10 or so characters off the end!!
>
>Any ideas on why there is a limitation anyone?
>
>Thanks
>Kev

You can get around this by settingthe recordsource to a cursor, and create that cursor with your SQL in the form.load:

SELECT * FROM MyTable INTO CURSOR MyCursor
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform