Search found 19 matches: headerlbuttonup

Return to advanced search

Re: FWH 2006: XBrowse : Own built-in Buttonbar

... a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Please modify xbrowse and apply this fix. Please locate this line in the METHOD HeaderLButtonUp( nMRow, nMCol, nFlags ) CLASS TXBrwColumn      if nMRow <= ::oBrw:nHeaderHeight  ; Change this line as:   ...
by nageswaragunupudi
Tue Apr 16, 2024 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2334

Autosort no funciona con Object (MySql)?

... =========== Called from: => UPPER( 0 ) Called from: XBROWSE.PRG => TXBRWCOLUMN:SETORDER( 11450 ) Called from: XBROWSE.PRG => TXBRWCOLUMN:HEADERLBUTTONUP( 10347 ) Called from: XBROWSE.PRG => TXBROWSE:LBUTTONUP( 3399 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( ...
by FranciscoA
Thu Sep 06, 2018 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Autosort no funciona con Object (MySql)?
Replies: 8
Views: 1762

error en xbrowse mysql, tdolphin

... 0 ) Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:SETORDER( 11457 ) Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:HEADERLBUTTONUP( 10290 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:LBUTTONUP( 3358 ) Called from: .\source\classes\CONTROL.PRG => ...
by kpidata
Tue Jun 19, 2018 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en xbrowse mysql, tdolphin
Replies: 0
Views: 794

TDolphin + XBrowse drag column

... 1376 ) Called from: T:\new\fivewin\xbrowse.prg => TXBRWCOLUMN:SETORDER( 11902 ) Called from: T:\new\fivewin\xbrowse.prg => TXBRWCOLUMN:HEADERLBUTTONUP( 10768 ) Called from: T:\new\fivewin\xbrowse.prg => TXBROWSE:LBUTTONUP( 3520 ) Called from: T:\new\fivewin\control.prg => TCONTROL:HANDLEEVENT( ...
by Francisco Valério
Tue Aug 02, 2016 3:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin + XBrowse drag column
Replies: 0
Views: 550

xBrowse: HEADERLBUTTONUP

... (32 bits) Size: 8,614,400 bytes Error occurred at: 10/12/15, 18:56:05 Error description: Error BASE/1004 Class: 'NIL' has no exported method: HEADERLBUTTONUP Args: [ 1] = U [ 2] = N 13 [ 3] = N 401 [ 4] = N 0 Stack Calls =========== Called from HEADERLBUTTONUP(0) Called from TXBROWSE:LBUTTONUP(3506) ...
by silvinamazzaro
Fri Dec 11, 2015 12:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse: HEADERLBUTTONUP
Replies: 0
Views: 271

Re: xBrowse: HEADERLBUTTONUP

gracias y saludos
Silvina
by silvinamazzaro
Fri Dec 11, 2015 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: HEADERLBUTTONUP
Replies: 2
Views: 433

Re: xBrowse: HEADERLBUTTONUP

You might have assigned a codeblock action to header button click. In that case you need include the following lines at the end of the action ----------   if ::oBrw:nCaptured > 0      ::obrw:ncaptured := 0      ReleaseCapture()      ::oBrw...
by nageswaragunupudi
Fri Dec 11, 2015 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: HEADERLBUTTONUP
Replies: 2
Views: 433

xBrowse: HEADERLBUTTONUP

... (32 bits) Size: 8,614,400 bytes Error occurred at: 10/12/15, 18:56:05 Error description: Error BASE/1004 Class: 'NIL' has no exported method: HEADERLBUTTONUP Args: [ 1] = U [ 2] = N 13 [ 3] = N 401 [ 4] = N 0 Stack Calls =========== Called from HEADERLBUTTONUP(0) Called from TXBROWSE:LBUTTONUP(3506) ...
by silvinamazzaro
Thu Dec 10, 2015 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: HEADERLBUTTONUP
Replies: 2
Views: 433

Re: move a record from xbrowse

Lucas,

What source code do you have there in line 11096 ?

Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:HEADERLBUTTONUP( 11096 )
by Antonio Linares
Mon Nov 16, 2015 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: move a record from xbrowse
Replies: 31
Views: 7445

Re: move a record from xbrowse

... BASE/1074 Argument error: <= Args: [ 1] = U [ 2] = N 21 Stack Calls =========== Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:HEADERLBUTTONUP( 11096 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:LBUTTONUP( 3528 ) Called from: uvetest.prg => (b)MAIN( 64 ) Called ...
by lucasdebeltran
Sun Nov 15, 2015 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: move a record from xbrowse
Replies: 31
Views: 7445

Re: xBrowse STAFF SCHEDULE with source code

... BASE/1074 Argument error: <= Args: [ 1] = U [ 2] = N 47 Stack Calls =========== Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:HEADERLBUTTONUP( 10284 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:LBUTTONUP( 3357 ) Called from: .\Stuff.PRG => DROPOVER( 364 ) I ...
by ukoenig
Mon Dec 17, 2012 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse STAFF SCHEDULE with source code
Replies: 3
Views: 1335

xbrowse ERROR ADS (Dynamic descend not supported) RESUELTO

... from: c:\fwh\source\classes\xbrowse.prg => TXBRWCOLUMN:SETORDER( 11353 ) Called from: c:\fwh\source\classes\xbrowse.prg => TXBRWCOLUMN:HEADERLBUTTONUP( 10186 ) Called from: c:\fwh\source\classes\xbrowse.prg => TXBROWSE:LBUTTONUP( 3303 ) Called from: c:\fwh\source\classes\CONTROL.prg ...
by Patricio Avalos Aguirre
Wed Oct 10, 2012 1:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse ERROR ADS (Dynamic descend not supported) RESUELTO
Replies: 5
Views: 1124

xbrowse bug fwh 10.8

... TXBROWSE:ALIAS(7350) Called from: C:\CBATI32\xbrowse.prg => TXBRWCOLUMN:SETORDER(10782) Called from: C:\CBATI32\xbrowse.prg => TXBRWCOLUMN:HEADERLBUTTONUP(9629) Called from: C:\CBATI32\xbrowse.prg => TXBROWSE:LBUTTONUP(3209) the code used    REDEFINE XBROWSE oBrw ID 201 OF ...
by Richard Chidiak
Sat Sep 11, 2010 4:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse bug fwh 10.8
Replies: 2
Views: 434

xBrowse 10.08

... Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:SETORDER(10754) Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:HEADERLBUTTONUP(9601) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:LBUTTONUP(3202) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1489) ...
by Otto
Fri Sep 10, 2010 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse 10.08
Replies: 6
Views: 973

Re: XBrowse help needed.

Any problem calling directly oCol:HeaderLButtonUp() ?
by nageswaragunupudi
Thu Dec 03, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse help needed.
Replies: 4
Views: 600
Next

Return to advanced search