Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two CursorAdapters don't have two cursors opened
Message
From
13/03/2007 16:31:18
 
 
To
13/03/2007 16:19:19
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:
01203155
Views:
13
>Hi Hernan,

>looking at the code several times, it looks like you only have one thing (the form) to hold >the recordset. You may need a to have an array on the form that holds the different CAs to >fix this.

>Hope this helps
>Beth

Hi Beth
for each CA I add a property to the form.

e.g.
for MyCursor1 I have a property in the form called caMyCursor1
for MyCursor2 I have a property in the form called caMyCursor2

this way I can handle any cursoradapter with
thisform.caMyCursor1.CursorFill()
thisform.caMyCursor2.CursorFill()

Thanks
Hernan
Previous
Reply
Map
View

Click here to load this message in the networking platform