Hi,
I seem to be missing something and I can't seem to figure out what that is.
For some little VB project, I'm trying to configure a datagrid that will hold all the commandlines for a specific customer. The customers are chosen via a tree-structure (that works perfectly) and this tree sends the cust_ID out to whatever screen is selected. This goes well for all screens except for the datagrid one.
What I would like to know is:
Can I dynamicaly set up a datagrid?
If I can, how do I populate it via ADO-connection sending an SQL-string to the db?
How do I show the contained data?
Anybody got some ideas?
I seem to be missing something and I can't seem to figure out what that is.
For some little VB project, I'm trying to configure a datagrid that will hold all the commandlines for a specific customer. The customers are chosen via a tree-structure (that works perfectly) and this tree sends the cust_ID out to whatever screen is selected. This goes well for all screens except for the datagrid one.
What I would like to know is:
Can I dynamicaly set up a datagrid?
If I can, how do I populate it via ADO-connection sending an SQL-string to the db?
How do I show the contained data?
Anybody got some ideas?