Guys:
I'm browsing an array that I load it unsorted:
Even tough I'm displaying only the third column, how can I force the xBrowse to be displayed sorted as if the user has clicked the column header ?
Thank you.
I'm browsing an array that I load it unsorted:
  @ 10,10 XBROWSE oBrw OF oDlg;
   SIZE 205,223 PIXEL ;
   HEADERS { "", "", "Header 3" } ;
   ARRAY acArray AUTOCOLS AUTOSORTEven tough I'm displaying only the third column, how can I force the xBrowse to be displayed sorted as if the user has clicked the column header ?
Thank you.