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
BASE/1132 Bound Error: array access from Errorsys, line 360
BASE/1132 Bound Error: array access from Errorsys, line 360
Peace and lighting!
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Ok Linares but, in my version, how I can resolve this?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.
Peace and lighting!
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Ok Linares, please!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.
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!
Peace and lighting!
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9