Hello
hope every body is well
Now I know I must be being thick but in my notorious grid I have it insert two columns using
this.addcolumn(5)
this.addcolumn(6)
the first four columns are there already
Question 1
How do I change the header to say results instead of header1
I have tried this.column5.header1 = "results"
but it basically tells me header1 is an event or object
Question 2
when I click on a row in the grid what is the best way to take the values in that row and put them into a form.
I use the Click event for the grid atm and I say Do resultform with supplier, this.value but this only takes the first column value over.
Help would be most appreciated
Rachel
hope every body is well
Now I know I must be being thick but in my notorious grid I have it insert two columns using
this.addcolumn(5)
this.addcolumn(6)
the first four columns are there already
Question 1
How do I change the header to say results instead of header1
I have tried this.column5.header1 = "results"
but it basically tells me header1 is an event or object
Question 2
when I click on a row in the grid what is the best way to take the values in that row and put them into a form.
I use the Click event for the grid atm and I say Do resultform with supplier, this.value but this only takes the first column value over.
Help would be most appreciated
Rachel