Antonio:
I'm getting an Error BASE/1132 Bound Error: array access on the following code:
On the fourth column is giving me the error. I'd tried without quotes, calling the function with and without quotes (no EVAL), through an IIF(), with quotes, without quotes. Any clues ?
Thank you.
FiveWin 10.6
I'm getting an Error BASE/1132 Bound Error: array access on the following code:
 @ 10,10 XBROWSE oBrw ;
   SIZE 330,230 PIXEL ;
   OF oDlg ;
   ALIAS "Sample" ;
   COLUMNS {"Field1", "Field2", "Field3", "EVAL({|| UM (Field4) } )"} ;
   HEADERS {"Label 1", "Label 2", "Label 3", "Label4"} ;
   AUTOSORT LINES CELL NOBORDEROn the fourth column is giving me the error. I'd tried without quotes, calling the function with and without quotes (no EVAL), through an IIF(), with quotes, without quotes. Any clues ?
Thank you.
FiveWin 10.6