Search found 160 matches

by Badara Thiam
Thu Nov 13, 2008 9:50 am
Forum: FiveWin for CA-Clipper
Topic: I MADE IT
Replies: 2
Views: 1525

Re: I MADE IT

patili wrote:Hi everybody and best regards.
Today i've made the big step: i've bought Five Win for Harbour.
I will contact you for your help on the FW Harbour forum.
Patrick
I begin to love [x]Harbour, now than i have eradicated all problems encountered since my first tests.

Yes, we can !..

Regards,
by Badara Thiam
Wed Nov 05, 2008 8:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SetFTime() conversion error
Replies: 8
Views: 2390

Antonio,

The function SetFTime() have a vicious error !!!

She write the Date/time of GMT time, not local date/time
passed in parameters.

The difference is not 2 hours now, but 1 hour,
since the french time is in Winter time...

Regards.
by Badara Thiam
Wed Nov 05, 2008 2:14 pm
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11032

Dear Anserkk, Here and now the last update. The WinGetSerP() is rewritted and return the sames values like the first WinGetSerP(). The previous WinGetSerP() (of yesterday) is renamed WinGetSP(). Thank you to help me to keep compatibility with my previous code... Regards. ****************** FUNCTION ...
by Badara Thiam
Wed Nov 05, 2008 1:39 pm
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11032

Dear Anserkk,

Try to change this line in WinGetSerP :

Code: Select all

 AADD(TSERVEURS, { cValue, cSubKeys, aHKey } )
replace it with :

Code: Select all

 AADD(TSERVEURS, ACLONE( { cValue, cSubKeys, aHKey } ) )
Perhaps this solve...

Regards,
by Badara Thiam
Tue Nov 04, 2008 5:54 pm
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11032

Here is the update of today. I have replaced all RegOpenKey() with oReg32():New(), RegCloseKey() with oReg:Close() and this work in the same way for me under Vista (Clipper & [x]Harbour). I shall test under XP Pro SP2 after. I have included also SET( _SET_EXACT ) into the functions. Regards, #in...
by Badara Thiam
Tue Nov 04, 2008 4:29 pm
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11032

Anserkk, I have tried today and it's ok here with XP Pro SP2. I suspect the RegOpenKey() or RegEnumKey() be the cause of this. I look to solve it now. ********** VERY IMPORTANT ************** These functions assume than SET EXACT is ON. If NOT : Put this at the START of each function... LOCAL lSetEx...
by Badara Thiam
Mon Nov 03, 2008 12:36 pm
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11032

******************* FUNCTION MEMEIMPRIM(cImp1, cImp2) ******************* * Return .T. if the two printers names are the sames * when we delete the spaces and upper <-> lower * and changing "/" by "," if "/" is in the printer name * Renvoie .T. si les deux noms d'impri...
by Badara Thiam
Mon Nov 03, 2008 12:18 pm
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11032

Hello Friends, Here is the source code of the last update of some printers functions i have created to solve problems encountered in the past with printers. I give you to help. Thank you to return me information about problem not solved. I think this work under ALL Windows. Tell me if not : this cou...
by Badara Thiam
Mon Nov 03, 2008 11:28 am
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11032

anserkk,

Sorry i have forgotten to include these define.

I have updated these functions to work properly
under all Windows (tested by myself on 98, XP, Vista).
The new code of these functions work with Clipper
and with [x]Harbour !

I will post here soon.
Regards,
by Badara Thiam
Fri Oct 24, 2008 9:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: Reg32() fails under Vista
Replies: 1
Views: 450

Reg32() fails under Vista

Antonio, I have solve a problem with Reg32() class under Vista. Access to registry is sometimes not possible because of access rights. To solve it if you want just read in registry, you must update Reg32():New() with something like that : // Registry Specific Access Rights. #define KEY_QUERY_VALUE 1...
by Badara Thiam
Fri Oct 17, 2008 10:52 am
Forum: FiveWin for CA-Clipper
Topic: FAttrib()
Replies: 0
Views: 809

FAttrib()

Hi, The function FAttrib() of my FWH pack return 1 when she must return 0. I have created a new function who return same values than Clipper Tools 3, with the same name. This function work perfectly in Clipper and Harbour Windows programs. No problem under 98, XP, Vista. Thanl you to inform me if sh...
by Badara Thiam
Fri Oct 17, 2008 10:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: FAttrib()
Replies: 0
Views: 342

FAttrib()

Hi, The function FAttrib() of my FWH pack return 1 when she must return 0. I have created a new function who return same values than Clipper Tools 3, with the same name. This function work perfectly in Clipper and Harbour Windows programs. No problem under 98, XP, Vista. Thanl you to inform me if sh...
by Badara Thiam
Mon Sep 29, 2008 9:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: SetFTime() conversion error
Replies: 8
Views: 2390

Antonio, After others tests i see that the seconds in leee, with xHarbour, is not the fact of SetFTime() but of Directory(). The hours in more is the fact of SetFTime(). Test please with hour between 0 and 1:59 like this : - SetFTime(nIdent, "01:00:00", Date()) or - Hour between 22:01 and ...
by Badara Thiam
Mon Sep 29, 2008 12:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIP functions description
Replies: 6
Views: 992

Is'nt it ?
by Badara Thiam
Sun Sep 28, 2008 9:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIP functions description
Replies: 6
Views: 992

I have found between time in C source. Here is the solution : local FICZIP := "c:\MonFichier.Zip" aFilesInZip := hb_GetFilesInZip( FICZIP, .T.) aFilesInZip is here an array. Each element is also an array, where you can found : 1 - Nom et extension du fichier 2 - Longueur (taille décompress...