Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FindFirst
Message
From
21/05/1998 15:45:37
 
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
FindFirst
Miscellaneous
Thread ID:
00100938
Message ID:
00100938
Views:
73
Hi friends,

While working with the usual VB5 DataSource component I can make a findfirst command like the example below;
Me!DataSearch.Recordset.FindFirst "BTID = " & LongIDBT & ""

but when I transfered to VB5 MSRDC (RDO) component, such call can't be done.
What alternative is there for me in order to succeed?

************
Travaillant avec le composant Datasource de VB5 me permet d'executer la command ci-bas;
Me!DataRecherche.Resultset.FindFirst "BTID = " & LongIDBT & ""

mais une fois remplacer ce composant par le composant MSRDC (RDO), ce genre d'appel n'existe pas. Par quel autre moyen pourais-je le remplacer pour faire des recherches?

Thanks in advance
Reply
Map
View

Click here to load this message in the networking platform