Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: GETCURSORADAPTER() bad error
Message
 
 
To
10/08/2005 07:51:38
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01039813
Message ID:
01039815
Views:
18
The first error is not less confusing. Consider this code
CREATE CURSOR Dummy(dummy C(10))
=CURSORGETPROP("SourceType",4567)     && No table is open in the current work area
What? There's a cursor Dummy open in the current work area. I think it should be a separate error (in both cases). Something like "No table is open in the specified work area".


>
>*Error     = 52
>*Message   = No table is open in the current work area.
>=CURSORGETPROP("SourceType",4567)
>
>*Error     = 1115
>*Message   = Invalid operation for the cursor.
>* Which cursor ?!
>* Expected : 52
>=GETCURSORADAPTER(4567)
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform