I am trying to migrate all my listboxes to xbrowse .. specifically 2 commands in Hernans txbrowse ..
I need to go to a specific column on dialog init .. oBrow:GoToCol(nCOL )
- Code: Select all Expand view
ACTIVATE DIALOG oEMP NOWAIT ;
ON INIT ( oEMP:Move( 0, 0 ),;
IF( (xSUPER = 'Y'.or. xMGR = 'Y' .or. xADMIN = 'Y'), ,oBTN4:HIDE() ), ;
oBROW:GoToCol(nCOL) )
and to freeze 5 columns to the left of the scrolling listbox ..
oBROW:nFREEZE := 5
Thanks in advance
Rick Lipkin