Datagrid Control

P

pratik

Hi all,

I need to display data from a table in a datagrid. I need to use datagrid so
that i can lock the desired columns and add values to them using
before_update.

I can do this using Vb6 by using datagrid.datasource property and assigning
the same to a adodc. The adodc will have the recordsource.

When i use help on datagrid it displays

"Displays and enables data manipulation of a series of rows and columns
representing records and fields from a Recordset object.

Syntax

DataGrid

Remarks

The data-aware DataGrid control appears similar to the Grid control;
however, you can set the DataGrid control's DataSource property to a Data
control so that the control is automatically filled and its column headers
set automatically from a Data control's Recordset object. The DataGrid
control is really a fixed collection of columns, each with an indeterminate
number of rows."

But i am unable to find the Datasource property.

Please help me

Thanks
PM
 
B

Brian

pratik said:
Hi all,

I need to display data from a table in a datagrid. I need to use datagrid so
that i can lock the desired columns and add values to them using
before_update.

I can do this using Vb6 by using datagrid.datasource property and assigning
the same to a adodc. The adodc will have the recordsource.

When i use help on datagrid it displays

"Displays and enables data manipulation of a series of rows and columns
representing records and fields from a Recordset object.

Syntax

DataGrid

Remarks

The data-aware DataGrid control appears similar to the Grid control;
however, you can set the DataGrid control's DataSource property to a Data
control so that the control is automatically filled and its column headers
set automatically from a Data control's Recordset object. The DataGrid
control is really a fixed collection of columns, each with an indeterminate
number of rows."

But i am unable to find the Datasource property.

Please help me

Thanks
PM

Wrong newsgroup. This is a Microsoft Access newsgroup, not a Microsoft VB
newsgroup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help 1
VBA And the Datagrid 5
Pie Chart 0
DataGrid or GridView in Access 1
Missing Control In Addin 6
Is there a work-a-round i can use for making a datagrid.... 3
DataGrid Question 0
Datagrid 2

Top