Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to browse a recordset
Message
From
05/09/2001 14:22:32
 
 
To
05/09/2001 13:56:29
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00552452
Message ID:
00552715
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform