BASE/1132 Bound Error: array access from Errorsys, line 360

Post Reply
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

BASE/1132 Bound Error: array access from Errorsys, line 360

Post 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
Image
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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

Post 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?
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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

Post 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!
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
Post Reply