Search found 48 matches: xbrowsenew

Return to advanced search

Re: FW 23.07 Xbrowse, Cargos rather than Cargo

... prog\xBrowse.prg => TXBROWSE:SETRDD( 5823 ) Called from: prog\xBrowse.prg => XBRWSETDATASOURCE( 18060 ) Called from: prog\xBrowse.prg => XBROWSENEW( 17873 ) Called from: \servizio\prog\StdGes.prg => STDGES:ACTIVATE( 1728 ) Called from: prog\GesFtt.prg => GESFTT( 226 ) Called from: ...
by mauri.menabue
Fri Aug 11, 2023 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, Cargos rather than Cargo
Replies: 4
Views: 283

Re: Problem with xBrowse

... TXBROWSE:SETADO( 6577 ) Called from: .\source\classes\XBROWSE.PRG => XBRWSETDATASOURCE( 17313 ) Called from: .\source\classes\XBROWSE.PRG => XBROWSENEW( 17095 ) Called from: Source\Test.Prg => TEST( 49 ) Called from: Source\TestXbrw.Prg => (b)LABARRA( 124 ) Called from: .\source\classes\BTNBMP.PRG ...
by Armando
Tue May 16, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2147

Re: Newbie Question : XBROWSE

hi, i have search in Help File for XBROWSE which point me to CLASS TXBrowse -> xBrowseNew() xBrowseNew( <oWnd>, <nRow>, <nCol>, <nWidth>, <nHeight>, <aFlds>, <aHeaders>, <aColSizes>, <bChange>, <bLDblClick>, ...
by Jimmy
Fri Nov 25, 2022 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1473

Error xbrowse

... TXBROWSE:SETRDD( 4206 ) Called from: .\source\classes\XBROWSE.PRG => XBRWSETDATASOURCE( 13443 ) Called from: .\source\classes\XBROWSE.PRG => XBROWSENEW( 13261 ) Called from: c:\compila\fivedit\prg\Funciones.prg => MIRAREGISTRO( 1506 ) Called from: c:\compila\fivedit\prg\Gespaqn.prg => ...
by JoseLuis
Thu Mar 31, 2022 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error xbrowse
Replies: 2
Views: 280

Re: xbrowse command not working properly -- MR. RAO

... Called from TXBROWSE:SETMYSQL(6686) in source\xbrowse.prg Called from XBRWSETDATASOURCE(17333) in source\xbrowse.prg Called from XBROWSENEW(17096) in source\xbrowse.prg Called from MXCTAALM(60) in source\Mxctaalm.prg Called from (b)CLINICA32WIN(69) in source\Clinica32win.prg Called ...
by Compuin
Wed Feb 23, 2022 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1384

Re: FW_ExceltoDbf version in FW 2102

... 6488 ) Called from: .\source\classes\XBROWSE.PRG => XBRWSETDATASOURCE( 17467 ) Called from: .\source\classes\XBROWSE.PRG => XBROWSENEW( 17243 ) Called from: .\TEST1.PRG => READDATA( 116 ) Called from: .\TEST1.PRG => MAIN( 21 )
by Marc Venken
Wed Apr 07, 2021 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExceltoDbf version in FW 2102
Replies: 19
Views: 2568

Re: List all functions and classes in FWH library

... Error BASE/1073 Argument error: < Args: [ 1] = C BBBBBBBBBB [ 2] = N 0 Stack Calls =========== Called from: .\source\classes\XBROWSE.PRG => XBROWSENEW( 13196 ) Called from: func.prg => MAIN( 42 )
by Willi Quintana
Thu Mar 26, 2020 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List all functions and classes in FWH library
Replies: 13
Views: 3392

Re: Error when using inherited Class from xBrowse and xBrowse si

... of derived classes in the same application. More important points for you to note are: 1) You do not have to create a new function similar to XBrowseNew() to create the derived class. The present function XBrowseNew() in the xbrowse.prg can handle any derived class and it is designed to do ...
by nageswaragunupudi
Fri Jun 07, 2019 1:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when using inherited Class from xBrowse and xBrowse si
Replies: 3
Views: 542

Error when using inherited Class from xBrowse and xBrowse si

... it xbrw_test.prg. The inherited class is included here and is called "CLASS TCtoXbrowse FROM TXbrowse". I also copied "function XbrowseNew" from the original sourcecode and called it "Function CtoXbrowseNew". Here I modified the call "TXbrowse():New" ...
by gkuhnert
Thu Jun 06, 2019 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when using inherited Class from xBrowse and xBrowse si
Replies: 3
Views: 542

Re: Problem in xBrowse FWH 16.11

You advice to change xbrowsenew() ? Kindly do not use xbrowsenew() directly in the application. We need it. EDITABLE , ig field is LOGIC or Not . Logical or Not: This is not necessary. XBrowse is capable of knowing which fields are ...
by nageswaragunupudi
Thu Dec 15, 2016 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in xBrowse FWH 16.11
Replies: 14
Views: 3007

Re: Problem in xBrowse FWH 16.11

Thanks Rao ,

I have other two parameters : EDITABLE , ig field is LOGIC or Not .

You advice to change xbrowsenew() ?

Regards MAurizio
by Maurizio
Thu Dec 15, 2016 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in xBrowse FWH 16.11
Replies: 14
Views: 3007

XBrowse, how to turn on lines?

... like this: oBrw:= TXBrowse():new(oWnd) Since the XBrowse class deviates somewhat from a normal class, the LINES parameter is processed by the XbrowseNew() function rather than the xBrowse:new() method, so I cannot figure out how to just turn on lines. I note that there is a way to turn off ...
by James Bott
Wed Apr 27, 2016 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse, how to turn on lines?
Replies: 24
Views: 4442

Re: FWH1510:Problem with resource background become black color

... 2015.12.17 18:58:41: W:\Project\WinCurtainErp\241\XXX\Exe32\WinCurtainErp.exe -- BMP,1560613064,XBROWSENEW(12794)->TCATALOGSMSF:REBROWSE(262)->TCATALOGSMSF:FORMCREATE(231)->TCATALOGSMSF:NEW(126)->(b)TWINCURTAINERP:BUILD_FW_MENU(605)->TMENU:COMMAND(1053)->TWINDOW:COMMAND(1064)->TMDIFRAME:COMMAND(262)->TMDIFRAME:HANDLEEVENT(0)->_FWH(3602)->WINRUN(0)->TMDIFRAME:ACTIVATE(1020)->TWINCURTAINERP:NEW(556)->MAIN(349) ...
by richard-service
Thu Dec 17, 2015 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1510:Problem with resource background become black color
Replies: 13
Views: 6459

Re: Creating XBrowse from a resource

Enrico, No. It just means that @ 0,0 XBROWSE is in turn preprocessed to xbrowsenew(). Maybe I'm missing something? My point is that the class' New() method is not being called directly but rather through a function. This makes subclassing difficult if not impossible. ...
by James Bott
Fri Feb 21, 2014 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating XBrowse from a resource
Replies: 14
Views: 2706

Re: Creating XBrowse from a resource

... just the same as if you coded it this way in the first place: @ 0,0 XBROWSE... Then the class object is initialized by calling a function ( xbrowsenew() ) rather than the class' New() method. Very strange. I wonder why? No. It just means that @ 0,0 XBROWSE is in turn preprocessed to xbrowsenew(). ...
by Enrico Maria Giordano
Fri Feb 21, 2014 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating XBrowse from a resource
Replies: 14
Views: 2706
Next

Return to advanced search