Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unhiding Columns - out of order

Status
Not open for further replies.

squivee

Programmer
Apr 7, 2003
1
0
0
US
I am a newbie programmer, so my question may be simplistic, but here goes: I have 14 columns on a datawindow, 1 of which will be hidden depending on the GUI inputs. When I retrieve the initial information, the datawindow (it is a grid datawindow) has 13 columns, plus one of the hidden columns in the correct order. When I refresh my window, using the ue_refresh event which just calls my retrieval function again, the hidden column is no longer in the correct place - it is then pushed to the end of all columns. My question is how can I prevent this from happening? I want my columns to stay put!!
 
try modifying the x positions of columns using code
example:
dw_1.modify('employee.x=200')
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top