Datagrid
A grid view or a datagrid is a graphical user interface element (widget) that presents a tabular view of data.
Language
Basic
Remove
Platform
Any
License
Any
what connection do you used?
ADODC or DataEvironment?
: Hi there
:
: I'm working in Visual Basic 6. I've created a database in Access
: 2000, that I connect to via ADO.
:
: One of the fields in each record is a Boolean on which the user is
:...
I know this should be very basic and easy to find an example of on the internet but I have been googling for an hour and can not find a simple example of how to define a column in a datagrid as a...
Do you refresh the Dataset and DataGrid after adding the new data.
Not to familar with the basic grid object, but sounds like you need to look at what events the object can rasie. Most likely there is an event for the user editing a cell, and this could call your...
This message was edited by ts383 at 2003-7-28 19:30:27
Hey all,
Is it possible to take a DataGrid and have it only display, say, 4 headings per row...(see picture)...
Use the following code:
Dim CaptionOfAColumn As String
CaptionOfAColumn=Datagrid1.Columns(IndexOfColumn).Caption
Of course,you'll need to modify the names!
Hope this helps!
Gogi
: in my datagrid i have allowed for updates. the datagrid is bound to an adodc, whose datasource is a SQL statement (ie not a table in the access database). the datagrid contains 3 columns - 2 from...
Sorry about my bad English.
I am using Visual Basic 6.0
How can i get data from Datagrid into Excel spreadsheet
Svein
: When i'm trying to use a control like Microsoft Common Dialog Control, i get a message "You do not have the appropriate licence to use this component" (or something like that). Does anyone know how...