Page 1 of 1
BASE/1132 Bound Error: array access from Errorsys, line 360
Posted: Fri Apr 11, 2008 12:29 pm
by JC
Hi again!
This error is happening when I pressing the CTRL+VK_LEFT on xBrowse:
Error BASE/1132 Bound Error: array access from Errorsys, line 360
Posted: Fri Apr 11, 2008 12:42 pm
by Antonio Linares
Júlio,
Are you using FWH 6.12 ? That version is from December 2006 !!!
There are lots of changes, enhancements and new features since then.
Posted: Fri Apr 11, 2008 12:49 pm
by JC
Antonio Linares wrote:Júlio,
Are you using FWH 6.12 ? That version is from December 2006 !!!
There are lots of changes, enhancements and new features since then.
Ok Linares but, in my version, how I can resolve this?
Posted: Fri Apr 11, 2008 3:05 pm
by Antonio Linares
Júlio,
I can not tell you for sure right now. We will have to look for it and see what we changed then.
Posted: Fri Apr 11, 2008 5:32 pm
by JC
Antonio Linares wrote:Júlio,
I can not tell you for sure right now. We will have to look for it and see what we changed then.
Ok Linares, please!
I have detected that this only happens when the last column of xbrowse is marked with lHide := .T.
It's happens inside of the method GoRightMost(), when the class calculate the follows variables:
Code: Select all
::nColSel := len( ::aDisplay )
::nColOffset := len( ::aCols ) - ::nFreeze
::GetDisplayCols() <- Error is here!