hello,
i have this MSHFlexGrid in my form and a commandButton, which when pressed, it will add new row to he MSHFlexGrid,
the questions are:
1. how can i manually specify the column header? there should be 3 columns and how to name each column?
2. how can i loop through an MSHFlexGrid object. i need to see if the same row ID is being inserted. if so, i only need to update that row instead of inserting a new one. so it will be like this
for i=0 to MSHFlexGrid.Row s - 1
//how to cek value of col 1 here?
loop
i've been googling for this and can't seem to find my answer.
Thank you.
i have this MSHFlexGrid in my form and a commandButton, which when pressed, it will add new row to he MSHFlexGrid,
the questions are:
1. how can i manually specify the column header? there should be 3 columns and how to name each column?
2. how can i loop through an MSHFlexGrid object. i need to see if the same row ID is being inserted. if so, i only need to update that row instead of inserting a new one. so it will be like this
for i=0 to MSHFlexGrid.Row s - 1
//how to cek value of col 1 here?
loop
i've been googling for this and can't seem to find my answer.
Thank you.
Comment