Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two CursorAdapters don't have two cursors opened
Message
 
To
13/03/2007 15:20:27
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01203001
Message ID:
01203140
Views:
15
>Borislav
>
>You are rigth, there should be something to know if the answer to the CursorFill() was .F. or .T..
>But with the debugger the answer to both CursorFill() are .T., both cursors are there. And the first one vanishes when the second one is created.
>The alias are different for both, one is "curExpr_cli" and the other one is "curExpresos".
>Thanks
>Hernan

I have a forms where I add more than 10 CAs and have no problems with that.
You could debug that:
*** Form Load event

**** Create First CA
....

SET ASSERTS ON
ASSERT .f.
Then in Debug Break Point dialog add a point "Break when expression is true" and put there:
SELECT([MyFirstCAAlias]) == 0

And the debugger will stop where the first CA is closed.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform