To All
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 )
and to freeze 5 columns to the left of the scrolling listbox ..
oBROW:nFREEZE := 5
Thanks in advance
Rick Lipkin
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 )
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

