Search found 250 matches: fafi

Return to advanced search

Re: LINK ERROR: 19.09

Please try :

In the Project’s Settings, add /FORCE:MULTIPLE to the Linker’s Command Line options.

From MSDN: "Use /FORCE:MULTIPLE to create an output file whether or not LINK finds more than one definition for a symbol."


regards
fafi
by fafi
Mon Oct 28, 2019 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: LINK ERROR: 19.09
Replies: 11
Views: 1700

Re: PostgresSQL from core-master\contrib\hbpgsql

giuliano wrote:Hi.
Where can I find a list of all the functions inside the lib ?
Thanks a lot

Look at the
1. postgres.c
2. tpostgre.prg
in your D:\harbour\core-master\contrib\hbpgsql\

.or.
http://postgres-xc.sourceforge.net/docs/1_0/libpq.html

regards
fafi
by fafi
Sun Jan 21, 2018 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6307

Re: understanding OOP returning more than value from a method

... Venken",ctod("26/11/1965")) I think that is your DOB, right ? :lol: Best Regards oPerson1 :=Tperson():new("Fafi",ctod("09/05/1967"))
by fafi
Tue Oct 17, 2017 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: understanding OOP returning more than value from a method
Replies: 14
Views: 3097

Re: understanding OOP returning more than value from a method

Very good Fafi. Many thanks. Congratulations! Hello, Please test.. #include "fivewin.ch"function main()local oPerson1,oPerson2  SET _3DLOOK ON  set date british  set century on  set delete on  set confirm on  ...
by karinha
Tue Oct 17, 2017 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: understanding OOP returning more than value from a method
Replies: 14
Views: 3097

Re: understanding OOP returning more than value from a method

...     ::nAge_years:=nAge1      ::nAge_months:=nAge2      ::nAge_days:=nAge3return nil     regards fafi
by fafi
Tue Oct 17, 2017 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: understanding OOP returning more than value from a method
Replies: 14
Views: 3097

Re: JSON decoding

TimStone wrote:Does anyone have examples / commands for decoding a JSON file ? One of my resources has converted their output to JSON and I need to revise my code accordingly.

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=32519
regards
Fafi
by fafi
Wed Jul 05, 2017 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON decoding
Replies: 1
Views: 491

Re: PostgresSQL from core-master\contrib\hbpgsql

nageswaragunupudi wrote:Now FWH 17.05 revised build provides support for hbpglib's query object.



:D you are the master of SQL Databases :

Now I'm going to test \harbour-core-master\contrib\hbsqlit3

Regards
Fafi
by fafi
Wed May 31, 2017 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6307

Re: MySql, MariaDB and PostgeSQL are FWMARIADB's compatible?

...  dbCloseAll()   endif**********************       oDlgStock:End()return nil     Fafi
by fafi
Wed May 31, 2017 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql, MariaDB and PostgeSQL are FWMARIADB's compatible?
Replies: 9
Views: 1907

Re: PostgresSQL from core-master\contrib\hbpgsql

Mr Fafi Thanks for the good example. I never used Postgresql and interested in learning. Please test to compare with mysql : #include "fivewin.ch"#include "xbrowse.ch"#define BLOCK_SIZE     4096#include ...
by fafi
Sun May 28, 2017 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6307

Re: PostgresSQL from core-master\contrib\hbpgsql

Mr Fafi

Thanks for the good example.
I never used Postgresql and interested in learning.
by nageswaragunupudi
Sun May 28, 2017 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6307

Re: how lpressed works?

thank you fafi and Antonio
by damianodec
Fri May 26, 2017 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how lpressed works?
Replies: 6
Views: 968

PostgresSQL from core-master\contrib\hbpgsql

...       oBrwData:Gotop()        oBrwData:Refresh()                               endif   return nil  Best Regards Fafi
by fafi
Fri May 26, 2017 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6307

Re: how lpressed works?

thank you Fafi, but how can I to check in "static function Hello" if BtnEsc was pressed ? ciao #include "FiveWin.ch"static lExitfunction main()local oDlg,cGet := space(20), oGet , cGet1 := spac(20), ...
by fafi
Fri May 26, 2017 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how lpressed works?
Replies: 6
Views: 968

Re: how lpressed works?

thank you Fafi, but how can I to check in "static function Hello" if BtnEsc was pressed ?

ciao
by damianodec
Fri May 26, 2017 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how lpressed works?
Replies: 6
Views: 968

Re: how lpressed works?

... pixelactivate dialog oDlg centeredreturn nil    static function Hello(cGet)?"Hello "+cGetreturn nil  Best Regards Fafi
by fafi
Thu May 25, 2017 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how lpressed works?
Replies: 6
Views: 968
Next

Return to advanced search