Hey all,
Okay this is the questions?
txtCN is indexed 0 thru 15
dg1 is the datagrid
cmdCDG is the command button
all is on one form
1)-a-
How do you add more columns in a datagrid with caption in each collumn via the txtCN(index)?
-b-
For the txtCN(index) that dont have any text; not to make a data column?
-c-
To change the font size on each column?
2)
Is there a way to save the data from in the grid not using Excel, Access, SQL, or other db's/spreadsheet appliciations?
I have be trying to do it like the
Private sub cmdCDG_Click()
dim i is integer
dg1.columns.add i
dg1.columns(0).caption = txtcn(index).text
etc
not doing it with invalid column index?
Aaron Fear is the mind killer!!!!!!
Okay this is the questions?
txtCN is indexed 0 thru 15
dg1 is the datagrid
cmdCDG is the command button
all is on one form
1)-a-
How do you add more columns in a datagrid with caption in each collumn via the txtCN(index)?
-b-
For the txtCN(index) that dont have any text; not to make a data column?
-c-
To change the font size on each column?
2)
Is there a way to save the data from in the grid not using Excel, Access, SQL, or other db's/spreadsheet appliciations?
I have be trying to do it like the
Private sub cmdCDG_Click()
dim i is integer
dg1.columns.add i
dg1.columns(0).caption = txtcn(index).text
etc
not doing it with invalid column index?
Aaron Fear is the mind killer!!!!!!