Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this a Bug in Scan For?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Is this a Bug in Scan For?
Miscellaneous
Thread ID:
00805753
Message ID:
00805753
Views:
59
The following code in VFP 8.0 produces an "Invalid Subscript Error"

Scan For This.colCA("AGMASTER").IsSelected(ID)
...

If I change the code to:

Local lo
lo=This.colCA("AGMASTER") && Cursor Adapter object reference
Scan For lo.IsSelected(ID)
...

everything work fines.


Thanks,
Simon
Simon White
dCipher Computing
Next
Reply
Map
View

Click here to load this message in the networking platform