Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why DE class opens only the first CA?
Message
De
12/04/2004 12:02:58
 
 
À
07/04/2004 09:27:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00892892
Message ID:
00894085
Vues:
15
Hi Borislav.

>I build a DE class with several CA in it. The DE is based on ADO DataSourceType. All ca is based on DE DataSource.

You can't do that -- if you're using ADO, you have to set CursorAdapter.UseDEDataSource to .F. and manage the DataSource property of each CA. The reason is because each CA's cursor comes from a unique RecordSet, but you've only provided one RecordSet (the one in the DE DataSource property), so you only get a cursor for the first CA.

Doug
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform