Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Two CursorAdapters don't have two cursors opened
Message
De
13/03/2007 16:31:18
 
 
À
13/03/2007 16:19:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01203001
Message ID:
01203155
Vues:
12
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform