Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to browse a recordset
Message
De
05/09/2001 14:22:32
 
 
À
05/09/2001 13:56:29
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00552452
Message ID:
00552715
Vues:
12
Hi Vlad and J.

actualy, I am in debug mode and the application have many many RecordSet that being build and destroyed on the fly and a data added and deleted based on the data in RecordSet.
I am trying to understand the application without changing anything in it and I know that the VFP Browse command is what am I looking for but this is not VFP.

Let me see if I understand the solution,
-create a form
-drop a grid on it
-change the grid rowsource to teh Recordset I need to see
-Call the form

right??

Thanks
Mo



>>Hello
>>
>>I want to know how I can see the content of Recordset, it would be great if there is something like VFP BROWSE command.
>>
>>I am using VB6/ADO/Oracle8i
>>
>>Thanks
>>Mo
>
>To expand on Vlad's suggestion, you would use the MS Datagrid ActiveX control and set its Datasource property to your ADO recordset:
>
Set Grid1.DataSource = myRS
>This could be coded on the Form's Load, right after opening the ADO recordset.
>HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform