FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour To Antonio: XBROWSE bound error
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
To Antonio: XBROWSE bound error
Posted: Sat Nov 03, 2012 07:39 AM
Antonio:

I'm getting an Error BASE/1132 Bound Error: array access on the following code:
Code (fw): Select all Collapse
   @ 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 NOBORDER


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

Continue the discussion