sphungtham
Programmer
Hey guys,
I'm displaying and hiding columns of a report based on whether or not the column was chosen by a user. I can get the columns to display correctly but I can't change the position of the columns. I tried doing this in the OnRow method of the control, using "me.position.x = 3".
How would I change the position of the columns by changing the value of the x position programmatically.
Thanks.
-Somsong
I'm displaying and hiding columns of a report based on whether or not the column was chosen by a user. I can get the columns to display correctly but I can't change the position of the columns. I tried doing this in the OnRow method of the control, using "me.position.x = 3".
How would I change the position of the columns by changing the value of the x position programmatically.
Thanks.
-Somsong