Hi Enrico,
I sent it by email to Cristobal.
Search found 1011 matches
- Thu Apr 10, 2025 6:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with numeric fields and FWH 25.01
- Replies: 24
- Views: 6060
- Thu Apr 10, 2025 5:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with numeric fields and FWH 25.01
- Replies: 24
- Views: 6060
Re: Problem with numeric fields and FWH 25.01
I sent it again to your email. please, let me know if you need something else.
- Thu Apr 10, 2025 12:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with numeric fields and FWH 25.01
- Replies: 24
- Views: 6060
Re: Problem with numeric fields and FWH 25.01
Any Progress?
I really wanted update my FWH version to try webview2, but with this problem, I can't do it
I really wanted update my FWH version to try webview2, but with this problem, I can't do it

- Fri Apr 04, 2025 6:01 pm
- Forum: All products support
- Topic: Novo livro - MySql para Desenvolvedores Clipper com Fivewin for Harbour
- Replies: 0
- Views: 668
Novo livro - MySql para Desenvolvedores Clipper com Fivewin for Harbour
Boa Tarde Amigos,
Vimos anunciar o lançamento do nosso novo livro - MySql para Desenvolvedores Clipper com Fivewin for Harbour , onde apresentamos em detalhes como migrar de forma rápida e extremamente fácil, aplicações DBF para MySql/MariaDb com Fivewin for Harbour (FWH). Com os exemplos ...
Vimos anunciar o lançamento do nosso novo livro - MySql para Desenvolvedores Clipper com Fivewin for Harbour , onde apresentamos em detalhes como migrar de forma rápida e extremamente fácil, aplicações DBF para MySql/MariaDb com Fivewin for Harbour (FWH). Com os exemplos ...
- Mon Mar 31, 2025 2:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Silvio, Happy Birthday
- Replies: 14
- Views: 1733
Re: Silvio, Happy Birthday
Dear Silvio,
Happy birthday!!!
Happy birthday!!!

- Mon Mar 31, 2025 10:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webview and external css
- Replies: 9
- Views: 1632
Re: Webview and external css
Thank you Guys. I'll try it.
- Mon Mar 31, 2025 10:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with numeric fields and FWH 25.01
- Replies: 24
- Views: 6060
- Fri Mar 28, 2025 7:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webview and external css
- Replies: 9
- Views: 1632
Re: Webview and external css
I tried it, but it didn't work 

- Fri Mar 28, 2025 7:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with numeric fields and FWH 25.01
- Replies: 24
- Views: 6060
Re: Problem with numeric fields and FWH 25.01
Dear Cristobal,
The type of the fields is:
QTE DECIMAL(11,3)
VALOR DECIMAL(12,4)
The type of the fields is:
QTE DECIMAL(11,3)
VALOR DECIMAL(12,4)
- Fri Mar 28, 2025 6:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webview and external css
- Replies: 9
- Views: 1632
Webview and external css
Webview and external css files. Is it possible?
- Fri Mar 28, 2025 6:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with numeric fields and FWH 25.01
- Replies: 24
- Views: 6060
- Fri Mar 28, 2025 2:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with numeric fields and FWH 25.01
- Replies: 24
- Views: 6060
Re: Problem with numeric fields and FWH 25.01
Silvio,
The problem is happening only with numeric fields from a rowset. With variables everything is ok, like i said before.
The problem is happening only with numeric fields from a rowset. With variables everything is ok, like i said before.
- Fri Mar 28, 2025 10:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with numeric fields and FWH 25.01
- Replies: 24
- Views: 6060
Re: Problem with numeric fields and FWH 25.01
Dear Antonio,
IF you have any table in your mysql server where you have numeric fields with more than 2 decimals. Just run the code bellow and you'll see the problem.
oRs := oCn:Query("SELECT nfiscal,cmat,qte,qtedig,valor FROM consumo WHERE nfiscal LIKE '00023332601%'")
? oRs:qte,oRs:valor,oRs ...
IF you have any table in your mysql server where you have numeric fields with more than 2 decimals. Just run the code bellow and you'll see the problem.
oRs := oCn:Query("SELECT nfiscal,cmat,qte,qtedig,valor FROM consumo WHERE nfiscal LIKE '00023332601%'")
? oRs:qte,oRs:valor,oRs ...
- Thu Mar 27, 2025 11:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with numeric fields and FWH 25.01
- Replies: 24
- Views: 6060
Re: Problem with numeric fields and FWH 25.01
my previous version is FWH 23.11
- Thu Mar 27, 2025 8:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: webview2 and images
- Replies: 16
- Views: 5738
Re: webview2 and images
Undestood. Thank you 
