Dear Antonio,
it runs perfectly fine here, too.
By coincidence, we spent this morning getting the printing of a Scan&Pay QR-Code generated via FW_Barcodebmp() to work.
When printing the resulting invoice (with or without a letterhead layer) through the free PDF24, the QR code disappeared ...
Search found 174 matches
- Fri Apr 04, 2025 9:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH Zebra QR test
- Replies: 6
- Views: 521
- Wed Mar 12, 2025 1:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Switching from memo fields to files -
- Replies: 9
- Views: 4234
Re: Switching from memo fields to files -
Dear friends,
today I encountered an error while working on a dbf - probably my fault as I deleted a lot of columns and added new ones etc.
https://mybergland.com/fwforum/memo_fpt.png
I have found that using the file-reference-approach instead of memo-fields is a good alternative. memo-fields ...
today I encountered an error while working on a dbf - probably my fault as I deleted a lot of columns and added new ones etc.
https://mybergland.com/fwforum/memo_fpt.png
I have found that using the file-reference-approach instead of memo-fields is a good alternative. memo-fields ...
- Mon Dec 02, 2024 4:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: change special chars in memo for use with Json
- Replies: 7
- Views: 2471
Re: change special chars in memo for use with Json
Dear Marc,
thank you very much. This is exactly what I was looking for. From what I understand so far I now can break the string apart into tokens within an array and handle them according to my needs.
For me this is very useful - since the csv is build from different sources like inis, dbfs etc ...
thank you very much. This is exactly what I was looking for. From what I understand so far I now can break the string apart into tokens within an array and handle them according to my needs.
For me this is very useful - since the csv is build from different sources like inis, dbfs etc ...
- Sat Nov 30, 2024 7:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: change special chars in memo for use with Json
- Replies: 7
- Views: 2471
Re: change special chars in memo for use with Json
Dear Mr. Rao,
thank you so much for providing the example. Seeing it in this compact and clear way is really beautiful.
Dear Marc, I admit that for me as a newbie pre-made functions are simply great and convenient.
But your approach, building from scratch is very educational for me and I ...
thank you so much for providing the example. Seeing it in this compact and clear way is really beautiful.
Dear Marc, I admit that for me as a newbie pre-made functions are simply great and convenient.
But your approach, building from scratch is very educational for me and I ...
- Fri Nov 29, 2024 7:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: change special chars in memo for use with Json
- Replies: 7
- Views: 2471
Re: change special chars in memo for use with Json
Dear Marc,
I am very interested in this topic, because those things happen to me a lot
how do you build the json string?
I use hb_JsonEncode() and usually special characters like " and \ are treated very well inside of it.
kind regards,
Ruth
I am very interested in this topic, because those things happen to me a lot

how do you build the json string?
I use hb_JsonEncode() and usually special characters like " and \ are treated very well inside of it.
kind regards,
Ruth
- Thu Oct 31, 2024 10:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Preview of the invoice in advance
- Replies: 14
- Views: 4443
Re: Preview of the invoice in advance
Dear Otto,
I would be interested in the code. Thank you for all the details.
Right now, I’m trying to understand a few parts of the carousel mechanism, specifically sendData() and checkFileExists().
// JavaScript zur Datenübertragung
cText += '<script>' + CRLF
cText += 'function sendData ...
I would be interested in the code. Thank you for all the details.
Right now, I’m trying to understand a few parts of the carousel mechanism, specifically sendData() and checkFileExists().
// JavaScript zur Datenübertragung
cText += '<script>' + CRLF
cText += 'function sendData ...
- Sat Oct 12, 2024 6:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SYSLINK
- Replies: 17
- Views: 2852
Re: SYSLINK
Dear Leandro,
thank you so very much. It is bringing me right to the SETUP now
This is perfect. I am very happy 
Thank you again, kind regards and wishing a nice weekend to you all,
Ruth
thank you so very much. It is bringing me right to the SETUP now


Thank you again, kind regards and wishing a nice weekend to you all,
Ruth
- Fri Oct 11, 2024 7:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SYSLINK
- Replies: 17
- Views: 2852
Re: SYSLINK
Dear Mr. Santos,
it seemed to me that with SYSLINK I could add the action already in PELLES C through the TEXT where I wanted to put
<a href="xwheinstellunge.exe">go to SETUP</a>
but I may have confused a lot here...sorry for that. So now I am going the classic BUTTON way and try to achieve ...
it seemed to me that with SYSLINK I could add the action already in PELLES C through the TEXT where I wanted to put
<a href="xwheinstellunge.exe">go to SETUP</a>
but I may have confused a lot here...sorry for that. So now I am going the classic BUTTON way and try to achieve ...
- Fri Oct 11, 2024 6:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SYSLINK
- Replies: 17
- Views: 2852
Re: SYSLINK
Dear Mr. Santos,
I looked through the code and my SYSLINK doesn´t appear there ... it is a "normal" DIALOG.
DEFINE DIALOG oDlg RESOURCE "ZIMMERVW"
In the ZIMMERVW resource I added the SYSLINK through DIALOG -> NEW -> SysLink control.
https://mybergland.com/ruth/syslink4.png
and after copiling ...
I looked through the code and my SYSLINK doesn´t appear there ... it is a "normal" DIALOG.
DEFINE DIALOG oDlg RESOURCE "ZIMMERVW"
In the ZIMMERVW resource I added the SYSLINK through DIALOG -> NEW -> SysLink control.
https://mybergland.com/ruth/syslink4.png
and after copiling ...
- Fri Oct 11, 2024 5:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SYSLINK
- Replies: 17
- Views: 2852
Re: SYSLINK
Dear Mr. Santos,
thank you very much :-) This is working as it shows the entire Text now.
<a href="https://imgur.com/RPoM5Sk">View post on imgur.com</a>
But it seems to me that the link doesn´t listen to the click - it seems that nothing is happening. I see the arrow changing to a hand, but I ...
thank you very much :-) This is working as it shows the entire Text now.
<a href="https://imgur.com/RPoM5Sk">View post on imgur.com</a>
But it seems to me that the link doesn´t listen to the click - it seems that nothing is happening. I see the arrow changing to a hand, but I ...
- Fri Oct 11, 2024 4:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SYSLINK
- Replies: 17
- Views: 2852
Re: SYSLINK
Dear Antonio,
I sent the .res to you via email. thank you a lot.
Dear Mr. Santos,
thank you too a lot. With the link for testing it seems to break at some point maybe due to "/"

Kind regards,
Ruth
I sent the .res to you via email. thank you a lot.
Dear Mr. Santos,
thank you too a lot. With the link for testing it seems to break at some point maybe due to "/"

Kind regards,
Ruth
- Fri Oct 11, 2024 1:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SYSLINK
- Replies: 17
- Views: 2852
Re: SYSLINK
Dear friends,
thank you very much for your time and attention.
Are you using a TWebView2 object ?
No...it is a screen we have for a long time and I wanted to add a link to somewhere else in the programm to make it more comfortable for the users.
Does the antivirus or FireWall not complain ...
thank you very much for your time and attention.
Are you using a TWebView2 object ?
No...it is a screen we have for a long time and I wanted to add a link to somewhere else in the programm to make it more comfortable for the users.
Does the antivirus or FireWall not complain ...
- Fri Oct 11, 2024 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SYSLINK
- Replies: 17
- Views: 2852
SYSLINK
Dear friends,
in PELLES C I use SYSLINK trying to add a link to another .exe file in the same folder.
Unfortunately nothing happens when I click on it then. Here is the value for the TEXT key I inserted...
<a href="xwheinstellungen.exe">zum Setup</a>
maybe it is the wrong thing to use for this ...
in PELLES C I use SYSLINK trying to add a link to another .exe file in the same folder.
Unfortunately nothing happens when I click on it then. Here is the value for the TEXT key I inserted...
<a href="xwheinstellungen.exe">zum Setup</a>
maybe it is the wrong thing to use for this ...
- Thu Oct 10, 2024 9:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TWebView vs. TWebView2
- Replies: 7
- Views: 1780
Re: TWebView vs. TWebView2
Dear Antonio,
thank you very much. I will organize the download from my father. Again...thank you
...and kind regards,
Ruth
thank you very much. I will organize the download from my father. Again...thank you

...and kind regards,
Ruth
- Thu Oct 10, 2024 8:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TWebView vs. TWebView2
- Replies: 7
- Views: 1780
Re: TWebView vs. TWebView2
Dear friends,
thank you very, very much for being so helpful.
Something we have noticed is that the Bind Method is no longer there, and the SendToFWH function is integrated by default.
oWebView:InjectJavascript( cJavascript() )
This really cleared things up for me. No need to define ...
thank you very, very much for being so helpful.
Something we have noticed is that the Bind Method is no longer there, and the SendToFWH function is integrated by default.
oWebView:InjectJavascript( cJavascript() )
This really cleared things up for me. No need to define ...