Hi,
If click on the footer twice (not double click) program CHRASH !
EXAMPLE:
Start \fwh\samples\testxbr3
From them menu choose: Window->RDD->Selected Cols
When window is activated click FOOTER on the column "Salary"
Popup menu is opened
Clicking FOOTER again produce ERROR
I suppose popup menu need to be closed but produce next error:
Application
===========
Path and name: E:\FWH\samples\testxbr3.exe (32 bits)
Size: 2,419,200 bytes
Time from start: 0 hours 6 mins 24 secs
Error occurred at: 22-04-2012, 20:11:22
Error description: Error BASE/1004 Class: 'NIL' has no exported method: FOOTERLBUTTONUP
Args:
[ 1] = U
[ 2] = N 153
[ 3] = N 403
[ 4] = N 0
Stack Calls
===========
Called from: => FOOTERLBUTTONUP(0)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:LBUTTONUP(3229)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1489)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:HANDLEEVENT(11282)
Called from: .\source\classes\WINDOW.PRG => _FWH(3409)
Called from: => WINRUN(0)
Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE(992)
Called from: testxbr3.prg => MAIN(42)
Please some help or sugestions how to solve the problem.
I am not sure is the problem in XBROWSE class or in the program.
Best Regards,
SOLVED: TXBROWSE:LBUTTONUP() ERROR
SOLVED: TXBROWSE:LBUTTONUP() ERROR
Last edited by avista on Thu Apr 26, 2012 1:16 pm, edited 1 time in total.
- Antonio Linares
- Site Admin
- Posts: 42752
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 110 times
- Been thanked: 108 times
- Contact:
Re: TXBROWSE:LBUTTONUP() ERROR
This change is required in xbrowse.prg lines 3305:
Thanks!
Code: Select all | Expand
case nCaptured == 2
if ::oCapCol != nil
::oCapCol:FooterLButtonUp( nRow, nCol, nFlags )
endif
Thanks!
