Search found 169 matches

by fafi
Sun May 14, 2017 3:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3354

Re: Modifying tGroup class

with Shadow : https://s13.postimg.org/9lsyzdeav/tgroup1.jpg #include "FiveWin.ch" #include "Constant.ch" #define WM_NCHITTEST     132  // 0x84 #define WM_UPDATEUISTATE 296  // 0x0128 #define DT_TOP         0 #define DT_LEFT        0 #define DT_CENTER      1 #define DT_RIGHT      ...
by fafi
Sun May 14, 2017 1:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3354

Re: Modifying tGroup class

https://s16.postimg.org/kousx0p05/tgroup.jpg #include "FiveWin.ch" #include "Constant.ch" #define WM_NCHITTEST     132  // 0x84 #define WM_UPDATEUISTATE 296  // 0x0128 #define DT_TOP         0 #define DT_LEFT        0 #define DT_CENTER      1 #define DT_RIGHT       2 #define DT_...
by fafi
Fri Dec 30, 2016 9:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Antonio Linares - FWH 64bits ?
Replies: 7
Views: 2205

Re: Mr. Antonio Linares - FWH 64bits ?

Thank you Mr. Tim,

I like your advice,

Mr. Antonio,
I sent to your email about my request..
I hope, I will get the best price :D

Regards
Fafi
by fafi
Fri Dec 30, 2016 8:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Antonio Linares - FWH 64bits ?
Replies: 7
Views: 2205

Re: Mr. Antonio Linares - FWH 64bits ?

Thank you Antonio for the information How about the 64 compiler ? I am using : xHB compiler ( Pelles C ) included SQLRDD libs for MySQL, Postgres , SQLServer and more.. Is there connection like this on FWH64 bits ? Connection to server :            cRDD := "SQLRDD"            cIP := "...
by fafi
Fri Dec 30, 2016 4:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Antonio Linares - FWH 64bits ?
Replies: 7
Views: 2205

Mr. Antonio Linares - FWH 64bits ?

Is FWH 64bits ready ?

How to get it ?

I am using FWH805 ...

Thank's
fafi@basepronet.com
by fafi
Fri Jun 03, 2016 3:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Decode Json From web service [ to Mr. Rao ]
Replies: 10
Views: 6381

Re: How to Decode Json From web service [ to Mr. Rao ]

:D :D
Terimakasih Mr. Rao ( Indonesian )
Thank you so much

Best Regars
Fafi
by fafi
Tue May 31, 2016 11:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Decode Json From web service [ to Mr. Rao ]
Replies: 10
Views: 6381

How to Decode Json From web service [ to Mr. Rao ]

Helloo Mr. Rao Please test ! #include "fivewin.ch" function Main() local odoc  := CreateObject( "MSXML2.DOMDocument" ) local ohttp := CreateObject( "MSXML2.XMLHTTP" ) ohttp:Open( "GET" ,"http://www.w3schools.com/angular/customers.php", .F. ) ohttp:Se...
by fafi
Wed Feb 17, 2016 12:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fancy Message
Replies: 2
Views: 469

Re: Fancy Message

by fafi
Mon Dec 14, 2015 7:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and xHarbour New Version.
Replies: 16
Views: 4206

Re: Fivewin and xHarbour New Version.

Did you send him your IP address? Do you still get the message when you go to his website? EMG Reply from Mel.. Hi FAFI: I have just authorized access for downloading to your IP Address Range: 115.124.xxx.yyy Good Luck. -Mel Smith I will try to download the file Thank you.. Best Regards Fafi
by fafi
Mon Dec 14, 2015 1:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and xHarbour New Version.
Replies: 16
Views: 4206

Re: Fivewin and xHarbour New Version.

Enrico Maria Giordano wrote:You need to write to Mel for authorisation (as per message on his website). Did you do it?

EMG
Yes.. I did..
I sent by email to him

Regards
fafi
by fafi
Mon Dec 14, 2015 12:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and xHarbour New Version.
Replies: 16
Views: 4206

Re: Fivewin and xHarbour New Version.

Can I just purchase the latest release of FiveWin, and latest release of xHarbour and the two will work together fine? Latest xHarbour from Mel Smith website works perfectly with latest FWH. Mel builds are directly from xHarbour SVN source code so we can consider them as official xHarbour builds. T...
by fafi
Tue Jun 23, 2015 4:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Firebird
Replies: 1
Views: 717

Re: Firebird

I'm going to created lib for firebird.lib https://github.com/vszakats/harbour-core/tree/master/contrib/hbfbird firebird.c /*  * Firebird RDBMS low level (client api) interface code.  *  * Copyright 2003 Rodrigo Moreno rodrigo_moreno@yahoo.com  *  * This program is free software; you can redistribute...
by fafi
Mon Jun 01, 2015 10:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Emerging Window - Simple Example
Replies: 5
Views: 1373

Re: Emerging Window - Simple Example

animate on exit #include "fivewin.ch" #define AW_VER_NEGATIVE        0x00000008  // animate window #define AW_SLIDE               0x00040000  // animate window #define AW_VER_POSITIVE  0x00000004 #define AW_BLEND 0x00080000 #define AW_HOR_NEGATIVE 0x00000002 #define AW_HOR_POSITIVE 0x00000...
by fafi
Sat Dec 20, 2014 5:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: create service not running
Replies: 0
Views: 314

create service not running

Please test.. Thank you.. *******Service.prg************** // A skeleton for writing a NT service for xHarbour compiler // Author : Salvino Porto // EMail : salvino.porto@gmail.com // This file is derived from service.c by Craig Link - Microsoft Developer Support // FUNCTION: Main // // PURPOSE: ent...
by fafi
Fri Nov 07, 2014 3:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Need Ideas
Replies: 8
Views: 1236

Re: Need Ideas

Hi Tim.. Tyr this : function new8()    local oWndT, oBrwT, lExit := .f.                                      use c:\asw9s\eglskt shared    DEFINE WINDOW oWndT    @0,0 xbrowse oBrwT ;       columns "KITCOD","KITYR" ;       HEADERS "Kit Code", "Year" ;       of ...