Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why DE class opens only the first CA?
Message
From
12/04/2004 12:02:58
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00892892
Message ID:
00894085
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform