Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RecordSource maximum string size?
Message
From
31/03/1998 23:17:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
RecordSource maximum string size?
Miscellaneous
Thread ID:
00088595
Message ID:
00088595
Views:
75
Hi,
I have a valid piece of SQL that will run from command
window, etc. When I try and plug it into the recordsource
property on a grid, blammo! GPF. VFP v 5.0 August 21, 1996
version.
Is there a limit on the string size on the recordsource property?
Here's mine:
SELECT 1, CATALOGNAME FROM CATALOG, PART, PARTCAT WHERE PART.PARTID = GBKID AND PARTCAT.PARTID = PART.PARTID AND CATALOG.CATALOGID = PARTCAT.CATALOGID UNION SELECT 0, CATALOGNAME FROM CATALOG WHERE CATALOGID NOT IN (SELECT C.CATALOGID FROM PARTCAT C, PART D WHERE D.PARTID = GBKID AND C.PARTID = D.PARTID) ORDER BY 2 INTO CURSOR BKCATS

I use this in a grid, with an option box as the first column, and
a textfield as second. Checked boxes indicate the part is in
the catalog.
Next
Reply
Map
View

Click here to load this message in the networking platform