FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse error wih lMergeVert
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
xbrowse error wih lMergeVert
Posted: Thu Dec 21, 2023 12:42 PM
Hi Guys,

I have a xbrowse built over a mysql rowset and using lMergeVert. It´s working fine.

Always I try to do an oRs:Requery() to update data. Is Happening the error bellow:
Code (fw): Select all Collapse
Compiler version: Harbour 3.2.0dev (r2008190002)
   FiveWin  Version: FWH 21.04
   Windows version: 10.0, Build 19045 

   Time from start: 0 hours 26 mins 12 secs 
   Error occurred at: 21/12/2023, 09:34:01
   Error description: Error BASE/1132  Bound error: array access
   Last Query:    SELECT COLUMN_NAME, REFERENCED_TABLE_SCHEMA, REFERENCED_TABLE_NAME, REFERENCED_COLUMN_NAME
   FROM information_schema.KEY_COLUMN_USAGE
   WHERE TABLE_SCHEMA = 'saga_sgv'
   AND   TABLE_NAME   = 'tmovgpes'
   AND   REFERENCED_TABLE_NAME IS NOT NULL
 [ SUCCESS ]
   Args:
     [   1] = A   {}
     [   2] = N   1

Stack Calls
===========
   Called from: XBROWSE.PRG => TXBRWCOLUMN:MERGEAREA( 17094 )
   Called from: XBROWSE.PRG => TXBRWCOLUMN:PAINTCELLBACK( 14394 )
   Called from: XBROWSE.PRG => TXBRWCOLUMN:PAINTCELL( 14477 )
   Called from: XBROWSE.PRG => TXBRWCOLUMN:PAINTDATA( 14322 )
   Called from: XBROWSE.PRG => TXBROWSE:PAINT( 2495 )
   Called from: XBROWSE.PRG => TXBROWSE:DISPLAY( 2167 )
   Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT( 1793 )
   Called from: XBROWSE.PRG => TXBROWSE:HANDLEEVENT( 11993 )
IF I try it with the most recent version of FWH, only the line of the error is being changed. As you can see bellow:
Code (fw): Select all Collapse
   Called from: XBROWSE.PRG => TXBRWCOLUMN:MERGEAREA( 17718 )
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xbrowse error wih lMergeVert
Posted: Thu Dec 21, 2023 03:29 PM

Wondering how can I test this program at my end.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion