Search found 23 matches: xbrwsetdatasource

Return to advanced search

PostgreSQL and Fivewin

... PRG are (working) static function GetSerialCol() which is not used ( WHY ? ) i have search for FWPG_XBrSaveData() SetPostGreCol() SetPostGre() XbrwSetDataSource() but found no Sample how to use it so what do i miss and how to use same PostgreSQL Table create by Xbase++ :?:
by Jimmy
Fri Aug 25, 2023 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PostgreSQL and Fivewin
Replies: 1
Views: 152

Re: FW 23.07 Xbrowse, Cargos rather than Cargo

... prog\xBrowse.prg => TXBROWSE:_CARGOS( 12038 ) Called from: 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 ...
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: build Import LIB from LibPQ.DLL

... 7191 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SETPOSTGRE( 7134 ) Called from: .\source\classes\XBROWSE.PRG => XBRWSETDATASOURCE( 17832 ) Called from: .\source\function\XBROWSER.PRG => XBROWSE( 144 ) Called from: .\HBPGU.PRG => SHOWTABLE( 226 ) p.s. i have ...
by Jimmy
Sun Jul 02, 2023 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813

Re: Problem with xBrowse

... 7106 ) Called from: .\source\classes\XBROWSE.PRG => 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 ...
by Armando
Tue May 16, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2146

Error xbrowse

... => CFILENOEXT( 66 ) Called from: .\source\classes\XBROWSE.PRG => 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 => ...
by JoseLuis
Thu Mar 31, 2022 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error xbrowse
Replies: 2
Views: 279

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

... Called from TXBROWSE:SETCOLFROMMYSQL(7313) in source\xbrowse.prg 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 ...
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

... 0 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SETEXCELRANGE( 6488 ) Called from: .\source\classes\XBROWSE.PRG => XBRWSETDATASOURCE( 17467 ) Called from: .\source\classes\XBROWSE.PRG => XBROWSENEW( 17243 ) Called from: .\TEST1.PRG => READDATA( 116 ) Called ...
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

MariaDB problem with large Table

... FRECSET:SETXBROWSE( 955 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SETODBF( 7407 ) Called from: .\source\classes\XBROWSE.PRG => XBRWSETDATASOURCE( 16591 ) Called from: .\source\function\XBROWSER.PRG => XBROWSE( 139 ) Called from: maria10.prg => MAIN( 14 ) System ====== ...
by mauri.menabue
Sat Jan 11, 2020 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB problem with large Table
Replies: 4
Views: 1117

Re: clase TPqSQLServer and xbrowse

... ! Empty( ::oMysql ) .AND. ( ::oMysql:IsKindOf( 'TMYSQLQUERY' ) .or. ::oMysql:IsKindOf( 'TPQSQLQUERY' ) )  function XbrwSetDataSource( oBrw, uDataSrc, lAddCols, lAutoSort, aCols, aRows, aHeaders, bChange ) original:          if uDataSrc:IsKindOf( 'TMYSQLQUERY' ...
by carlos vargas
Sun Jun 04, 2017 10:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clase TPqSQLServer and xbrowse
Replies: 5
Views: 1394

Re: edicion con Xbrowser

... ... function XBrowse( uData, cTitle, lAutoSort, bSetUp, aCols, bSelect, lExcel, nEdit, ; bValid, cSerial ) DEFAULT nEdit:= 0 ....... line 117+- XBrwSetDataSource( oBrw, uData, lAddCols, lAutoSort, aCols ) // function in XBrowse.Prg AEval( oBrw:aCols, { |o| If( o:cDataType == 'L', o:SetCheck(), ...
by mastintin
Thu Apr 16, 2015 6:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: edicion con Xbrowser
Replies: 15
Views: 3827

Re: ADO RDD xHarbour

... => ORDERTAGINFO( 1258 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SETRDD( 4135 ) Called from: .\source\classes\XBROWSE.PRG => XBRWSETDATASOURCE( 13030 ) Called from: .\source\function\XBROWSER.PRG => XBROWSE( 112 ) Called from: lucas.prg => MAIN( 35 )
by lucasdebeltran
Thu Apr 09, 2015 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446072

Re: ADO RDD xHarbour

... => ORDBAGNAME( 0 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SETRDD( 4140 ) Called from: .\source\classes\XBROWSE.PRG => XBRWSETDATASOURCE( 13030 ) Called from: .\source\function\XBROWSER.PRG => XBROWSE( 112 ) Called from: lucas2.prg => MAIN( 87 ) ADO_ORDINFO( 824 ...
by lucasdebeltran
Fri Apr 03, 2015 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446072

Re: xBrowse and TOTAL

... behavior from the next release. Meanwhile you can make this small change in your xbrowse.prg. Please locate the following lines in function XbrwSetDataSource(...) (line no:12621 in fwh13.08 2nd revision)         if lAddCols .or. ! Empty( aCols )  Please change ...
by nageswaragunupudi
Sat Sep 21, 2013 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and TOTAL
Replies: 1
Views: 644

Xbrowse errors using ADO and column READ

... TXBROWSE:SETCOLFROMADO(4123) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SETADO(3988) Called from: .\source\classes\XBROWSE.PRG => XBRWSETDATASOURCE(10553) Called from: .\source\classes\XBROWSE.PRG => XBROWSENEW(10375) Called from: USERBROW.PRG => _USERBROW(73) Called from: ...
by Rick Lipkin
Tue Jul 12, 2011 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse errors using ADO and column READ
Replies: 8
Views: 2379

Re: Web service

... TOLEAUTO:FIELDS(0) Called from: C:\FWH\SOURCE\CLASSES\xbrowse.prg => TXBROWSE:SETADO(3277) Called from: C:\FWH\SOURCE\CLASSES\xbrowse.prg => XBRWSETDATASOURCE(7636) Called from: C:\FWH\SOURCE\CLASSES\xbrowse.prg => XBROWSE(7923) Called from: recarga.prg => RTOKEN(185)
by clemerson
Mon Jun 07, 2010 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web service
Replies: 8
Views: 2660
Next

Return to advanced search