I was using it in 16.02 without any error.
- Code: Select all Expand view
- oBrw:bClrStd := { || { CLR_BLACK, If( oBrw:aRow[6] <> oBrw:aRow[13], RGB(255,0,0),GetSysColor( 5 ) ) } } // Line 569
But it gives an error in 16.04.
- Code: Select all Expand view
- Error description: Error BASE/1132 Bound error: array access
Args:
[ 1] = A { ... } length: 0
[ 2] = N 1
Stack Calls
===========
Called from: => ARRAY:__OPARRAYINDEX( 0 )
Called from: .\source\classes\XBROWSE.PRG => (b)TXBROWSE( 653 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:AROW( 0 )
Called from: .\Kasa.prg => (b)GET_NEW_KASA( 569 )
Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:CREATEBARGET( 12452 )
Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:ADJUST( 10475 )
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:ADJUST( 1284 )
Any help?