Search found 73 matches

by Maurizio
Mon Dec 16, 2024 8:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 14
Views: 835

Re: xHarbour to Harbour

Ciao Otto
in the Harbour doc folder there is this file
xhb-diff.txt
Maurizio
by Maurizio
Tue Nov 26, 2024 9:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: Happy birthday dear Antonio
Replies: 11
Views: 1598

Re: Happy birthday dear Antonio

Happy birthday Antonio

Maurizio
by Maurizio
Wed Nov 13, 2024 7:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 2036

Re: xHarbour can produce HTTP server ?

Hello Duch ,
I started from

C:\harbour\contrib\hbhttpd

Maurizio
by Maurizio
Mon Oct 21, 2024 4:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb how use locate for a date SOLVED
Replies: 5
Views: 547

Re: MariaDb how use locate for a date SOLVED

Thanks RAO ,

? cLocate := oCn:ExprnDBF( "HIREDATE = ?", { DATE() } )
oRs:locate( cLocate )

This code works , where oCn is the connection and oRs is the recordset

but
? cFilter := oCn:ExprnDBF( "STATE = ? .AND. AGE >= ?", { "NY", 45 } )

where is the recordset ?

Maurizio
by Maurizio
Mon Oct 21, 2024 1:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb how use locate for a date SOLVED
Replies: 5
Views: 547

Re: MariaDb how use locate for a date

Thanks Vilian
it works correctly :D
Maurizio
by Maurizio
Mon Oct 21, 2024 8:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb how use locate for a date SOLVED
Replies: 5
Views: 547

MariaDb how use locate for a date SOLVED

Hello Rao ,
in a select when I search for a date I use
SELECT * FROM customer WHERE HIREDATE= " +DTOS(DATE())

How do I use the date search with locate?
I tried
cLocate := " HIREDATE = '" + DTOS(DATE()) + "'"

But I have this error

Error occurred at: 10/21/24, 10:57:32
Error description: Error ...
by Maurizio
Fri Oct 04, 2024 2:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2805

Re: GPF with FW August 2024

RAO
I tested with xHarobour 32 bits, Harbour bcc32, msvc32
with FWH2409 and FWH2307
All worked the same way without any problems.

as I said I have FW 24.07 (August 2024 purchased on 11.09.24) and the problem is there.
Before purchasing a new FW 24.09 version I would like to be sure it works ...
by Maurizio
Fri Oct 04, 2024 12:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2805

Re: GPF with FW August 2024

karinha
Thanks for the help but
You definitely don't use August 2024

Maurizo
by Maurizio
Fri Oct 04, 2024 6:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2805

Re: GPF with FW August 2024

Hello Rao ,


https://drive.google.com/file/d/1ZUATcFLR1x38sMbAvowTpt1dMGeidZeF/view?usp=sharing

if you use the PRG of Enrico's you have to change this line

// cSchema := 'FoglioStileAssoSoftware.xsl'
cSchema := 'http:\\www.nipeservice.it\FS\FoglioStile.xsl'

and

cFile := 'FATTURA.xml ...
by Maurizio
Thu Oct 03, 2024 4:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2805

Re: GPF with FW August 2024

Enrico,
thanks
it was a font problem with copy paste

Maurizio
by Maurizio
Thu Oct 03, 2024 1:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2805

GPF with FW August 2024

Antonio
I have a big problem with the August 2024 version
that blocks my management software. With the June 2023 version it works correctly.
I managed to reproduce a prg with the error that causes the program to exit.
After the first or second time I call StampaFattura() the program exits.
Can you ...
by Maurizio
Mon Sep 30, 2024 9:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 1868

Re: Compile with FW August 2024

Ciao Enrico ,
is it possible to have an example of the mak file you use?
Maurizio
by Maurizio
Fri Sep 27, 2024 2:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 1868

Re: Compile with FW August 2024

thanks Enrico,
if I understood correctly, analyzing buidh.bat I saw that the -O2 flag is used for Borland, do you confirm this too?
I inserted the flag in hbmk2 and now it works.
Regards Maurizo
by Maurizio
Fri Sep 27, 2024 9:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 1868

Re: Compile with FW August 2024

SET PATH=C:\BCC77\BIN;C:\fwh_24\HARBOUR_BCC77\bin\win\bcc;C:\WINDOWS;C:\WINDOWS\SYSTEM32
hbmk2 -inc -comp=bcc mastro.hbm fwh24.hbc -omastrosql -workdir=.beta_24/win/bcc
by Maurizio
Fri Sep 27, 2024 9:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 1868

Re: Compile with FW August 2024

This is bcc32.cfg ( It is the unmodified standard)
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!