Search found 87 matches

by Ruth
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

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 ...
by Ruth
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
by 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 ...
by Ruth
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
by 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 ...
by Ruth
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 ...
by Ruth
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 ...
by Ruth
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 "/"
Image

Kind regards,
Ruth
by 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 ...
by Ruth
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 ...
by Ruth
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
by 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 ...
by Ruth
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 ...
by Ruth
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
by 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 ...