Search found 169 matches

by fafi
Tue May 28, 2013 12:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO HELP FOR BLINK
Replies: 9
Views: 1617

Re: TO ANTONIO HELP FOR BLINK

Hello.. If you don't mind please test this.. Thank you Best Regards Fafi #include "fivewin.ch" static oTimer, oSay , lOn, oSay1, oSay2 function Main()     lOn := .f.     define dialog oDlg from 1,1 to 200,200 pixel     define timer oTimer interval 500 action Blinker(oDlg)     @10,10 say oS...
by fafi
Fri Feb 22, 2013 9:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Demo Version
Replies: 3
Views: 831

Re: Fivewin Demo Version

Hello Fafi, I recommend you the FTDN, so you will have 6 months of updates. You could continue using Harbour and BCC as you are doing at present. Next, when you learn and test new features since 6.12 you can decide maybe to move to 64 bits as I am doing. Hope it helps. Thank Mr.Lucas. I am waiting ...
by fafi
Fri Feb 22, 2013 12:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Demo Version
Replies: 3
Views: 831

Fivewin Demo Version

Hi... I've divorced my FWH Demo version now I'm looking for the real FWH..Buy from Antonio of course I asked for advice from those of you who already use the Fivewin... When you have time, please I would appreciate of your experienced 1. What is the good C compiler ( MSVC, Borland, MingW... 2. Harbo...
by fafi
Thu Feb 21, 2013 12:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: beware with array
Replies: 5
Views: 950

Re: beware with array

Yes.. , when I used array..I have been having problems
But after investigation, I change it with Aclone.. the problems solved..

Regards
Fafi
by fafi
Thu Feb 21, 2013 12:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: beware with array
Replies: 5
Views: 950

beware with array

Please test, what is your opinion : Regards Fafi #include "fivewin.ch" function main() local aOne := {"One"} local aTwo := aOne local nOne := 1 local nTwo := nOne local cOne := "One" local cTwo := cOne for i := 1 to len(aOne)     ?aOne[i] + aTwo[i] next aOne[1] := "...
by fafi
Mon Feb 11, 2013 2:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SEND EMAIL
Replies: 35
Views: 5033

Re: SEND EMAIL

Enrico Maria Giordano wrote:Is CDO supported on all the existing Windows versions?

EMG
Yes.. I used with Seven
by fafi
Fri Dec 14, 2012 12:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWIN xHarbour Dev enviornment in Tablet
Replies: 33
Views: 10560

Re: FiveWIN xHarbour Dev enviornment in Tablet

Tim Here is MyResto Billing System 1. I used android as client : http://www.androidhive.info/2012/05/how-to-connect-android-with-php-mysql/ about $155 per each device ( axio picopad 7 ) + instalation fee 2. I used ubuntu server for server side, Core 2 duo with ram 2gb about $500 3. I used FWH for Sm...
by fafi
Sat Dec 01, 2012 1:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Menu Font
Replies: 4
Views: 796

Re: Menu Font

Hi ! I don't know how to use it with FWH #include <windows.h> #include "hbapi.h" #include "hbapiitm.h" #define HB_PARNL( n, x )   hb_parnl( n, x ) #define HB_ISLOG( n )      ISLOG( n ) static BOOL newStyle = TRUE; typedef struct _MYMENUITEM {    UINT uiID;    LPSTR caption;    UI...
by fafi
Tue Oct 23, 2012 2:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Release and press key VK_SHIFT simulation
Replies: 2
Views: 825

Re: Release and press key VK_SHIFT simulation

Try this : **************************************************************************** * READ THE KEYBOARD **************************************************************************** *************************************************************************************************** * DESCRIPTION *...
by fafi
Thu Sep 27, 2012 9:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: compiling
Replies: 23
Views: 5505

Re: compiling

by fafi
Sun Aug 19, 2012 4:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: To : Mr. Antonio , Can I use Fivewin 6.12 ?
Replies: 6
Views: 1018

Re: To : Mr. Antonio , Can I use Fivewin 6.12 ?

Thank's Antonio for the info.. I don't now before..
Please don't care.. I have FIvewin 6.12 now..
pray for me.. someday I will purchase from you..

Thank's
Best Regards
Fafi
by fafi
Sat Aug 18, 2012 2:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To : Mr. Antonio , Can I use Fivewin 6.12 ?
Replies: 6
Views: 1018

Re: To : Mr. Antonio , Can I use Fivewin 6.12 ?

fafi, as far as I know 6 stands for 2006. Now we have 2012. I think you should update. Best regards, Otto Mr. Antonio..Mr. Otto, I used Fivewin Vampire Ver 1.9 / 16 bit for a long time ago.. Now I can use 32 bit / Fivewin 6.12 When I recompiled my source code from 16 bit to 32 its no problem.. and ...
by fafi
Sat Aug 18, 2012 4:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: To : Mr. Antonio , Can I use Fivewin 6.12 ?
Replies: 6
Views: 1018

To : Mr. Antonio , Can I use Fivewin 6.12 ?

Hello Mr. Antonio : I've downloaded Fivewin 6.12 and recompiled with xHarbour Compiler build 1.2.1 (Simplex) (Rev. 9445) All Fivewin Libs are fine, combined with Tsbutton7 and TsBrowse9 to create my Applications.. I used BCC63 ... Can I use Fivewin 6.12 all the times for My Applications ? Thank's Be...
by fafi
Fri May 18, 2012 1:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem dialog + title
Replies: 5
Views: 1040

Re: problem dialog + title

Hello, thank you. The problem is that for example you select the title from a dbf-file and a user has spaces then the program errors out. As there is no error message it takes long to find out why. I think this should be resolved inside the class. Best regards, Otto :roll: then use cTitle := alltri...
by fafi
Fri May 18, 2012 12:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem dialog + title
Replies: 5
Views: 1040

Re: problem dialog + title

Hello Mr.Otto Please don't use length of cTitle more than 114 char yours code is " A Dialog Box" + space(100) = len(115) please try this #include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() local cTitle := spac(114...