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 ...
Search found 87 matches
- Sat Nov 30, 2024 7:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: change special chars in memo for use with Json
- Replies: 9
- Views: 1346
- Fri Nov 29, 2024 7:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: change special chars in memo for use with Json
- Replies: 9
- Views: 1346
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: 1754
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: 1676
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 This is perfect. I am very happy
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: 1676
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: 1676
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: 1676
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: 1676
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: 1676
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: 1676
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: 681
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: 681
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 ...
- Wed Oct 09, 2024 2:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TWebView vs. TWebView2
- Replies: 7
- Views: 681
TWebView vs. TWebView2
Dear friends,
I have a project where this is working fine
oWebView := TWebView():New(, hWnd)
Now I wanted to go further and use
oWebView = TWebView2():New( oWnd )
but then it doesnt compile properly any more.... please could anyone be so kind as to point me to the missing components etc ...
I have a project where this is working fine
oWebView := TWebView():New(, hWnd)
Now I wanted to go further and use
oWebView = TWebView2():New( oWnd )
but then it doesnt compile properly any more.... please could anyone be so kind as to point me to the missing components etc ...
- Mon Jul 01, 2024 11:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: oWebView:bOnBind
- Replies: 2
- Views: 333
Re: oWebView:bOnBind
Dear friends,
I resolved it
Thank you and kind regards.
Ruth
I resolved it
Thank you and kind regards.
Ruth
- Mon Jul 01, 2024 9:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: oWebView:bOnBind
- Replies: 2
- Views: 333
oWebView:bOnBind
Dear friends,
...PLEASE could someone be so kind as to help me with the bOnBind codeblock. Does it accept IF ... ENDIF?
The code i post here compiles perfectly, but then I add IF ... ENDIF and it errors. Maybe my syntax is wrong. Any help would be greatly appreciated.
Very kind regards to all ...
...PLEASE could someone be so kind as to help me with the bOnBind codeblock. Does it accept IF ... ENDIF?
The code i post here compiles perfectly, but then I add IF ... ENDIF and it errors. Maybe my syntax is wrong. Any help would be greatly appreciated.
Very kind regards to all ...