Guys:
When using the following command:
How do I specify PICTURE clauses for each column ?
Instead of assigning the :lAllowSizing := .F. for each column, can I assign it at the xBrowse object level (applying to all columns) ?
Thank you very much.
When using the following command:
@ 10,10 XBROWSE oBrw ;
   SIZE 400,230 PIXEL ;
   OF oDlg ;
   ALIAS "Sample" ;
   COLUMNS {"Field1", "Field2", etc... } ;
   HEADERS {"Header1", "Header2", etc.} ;
   AUTOSORT LINES CELL NOBORDERHow do I specify PICTURE clauses for each column ?
Instead of assigning the :lAllowSizing := .F. for each column, can I assign it at the xBrowse object level (applying to all columns) ?
Thank you very much.