Search found 16 matches

by CharlesKwon
Thu Feb 01, 2024 12:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 696

Re: Class TOpenAI_ChatGPT by Charles Kwon

Hello

According to OpenAI's API protocol, the API communicates with the endpoint, and the communication protocol is https. In other words, there is no risk of leakage of cKey because the communication is encrypted.

However, if you want to use encryption to protect your key locally, you can encrypt ...
by CharlesKwon
Sun Aug 27, 2023 4:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 34
Views: 11218

Re: Announcing DrXlsx 1.0 by Charles Kwon

Jimmy,

1.
The issue occurring in 32bit is less a problem of DrXlsx and more fundamentally about the memory size limitations of 32bit . It might be more beneficial to explore other solutions than spending time trying to resolve this.
2.
If DrXlsx operates correctly in 64bit, I would recommend ...
by CharlesKwon
Sat Aug 26, 2023 12:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh on WebView
Replies: 2
Views: 413

Re: Refresh on WebView

Ari.

It seems you are having difficulty with the page refresh in Webview.
There are various ways to refresh a page, not just using mouse macros. There's a more reliable method.

Try passing the following script to the Webview through the EVAL Method:

oWebView:EVAL( "location.reload();" )

Regards ...
by CharlesKwon
Sat Aug 26, 2023 12:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 34
Views: 11218

Re: Announcing DrXlsx 1.0 by Charles Kwon

Maurizio,

DrXlsx supports many versions of harbour(32/64)/xHarbour(32/64) and VC/BCC/Clang under the same protocol.
It's a time-consuming task and some versions can cause unexpected issues due to their unique characteristics.
I am also testing the desired features for each version, and I will ...
by CharlesKwon
Sat Aug 26, 2023 12:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 34
Views: 11218

Re: Announcing DrXlsx 1.0 by Charles Kwon

mgsoft,

I have no intention of revealing the internal code. So, I prefer using the iPhone and Windows, which don't have their internal code disclosed. This is human free will
Please, by your own free will, find and use another 'OPEN' SOURCE.

Regards,
Charles KWON

Thank you. Will you sell the ...
by CharlesKwon
Fri Aug 25, 2023 7:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 34
Views: 11218

Re: Announcing DrXlsx 1.0 by Charles Kwon

mgsoft,
The distribution file contains sample source code. Additionally, there is a manual available at the link above.

Regards,
Charles KWON
mgsoft wrote:Thank you!!

Is source code available?

Will fwh use it for preview and xBrowse?
by CharlesKwon
Fri Aug 25, 2023 7:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3808

Re: Saving OuterHTML using Await Implementation with TWebView

leandro

Buenas tardes.
¿Podría proporcionar una explicación detallada de exactamente qué funcionalidad debe ser implementada?


Regards,
Charles KWON


Charles buenas noches como estas?

Que pena molestarte, pero nos surge la necesidad de eliminar algunos de los elementos DOM, no se si ya esta ...
by CharlesKwon
Thu Aug 24, 2023 5:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3808

Re: Saving OuterHTML using Await Implementation with TWebView

leandro,
Gracias por compartir los resultados. Si surge algún problema durante el proceso, no dudes en informarme en cualquier momento, y haré lo posible por brindarte ayuda.

Regards,
Charles KWON



Charles de momento hicimos funcionar tu ejemplo...

En el transcurso de la semana voy a empezar a ...
by CharlesKwon
Wed Aug 23, 2023 1:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3808

Re: Saving OuterHTML using Await Implementation with TWebView

leandro,

If the ellipsis (...) doesn't work in xharbour, feel free to remove it. If the program I provided codes as desired, I would appreciate it if you could capture a screenshot and let me know.

Regards,
Charles KWON


Listo ya logre integrar la clase a la aplicación, parece que el problema ...
by CharlesKwon
Mon Aug 21, 2023 9:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: How To Make XLSX File With Harbour
Replies: 10
Views: 1374

Re: How To Make XLSX File With Harbour

DrXlsx 1.0 will be released soon. It is currently undergoing final testing, and we have added easy-to-use and powerful features as shown in the link below.
Thank you for your interest

http://www.charleskwon.com/?p=948

Regards,
Charles KWON
by CharlesKwon
Mon Aug 21, 2023 6:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3808

Re: Saving OuterHTML using Await Implementation with TWebView

Hello Otto.

SysWait() is not a timer. Could you please provide a detailed explanation of what it is used for? Alternatively, if you'd like, you can share your email, and I'll provide you with my WhatsApp contact.

Regards,
Charles KWON

Hello Charles,

In the past, I had some problems with SysWait ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3808

Re: Saving OuterHTML using Await Implementation with TWebView

Hello Mr. Otto, thank you for the great idea. I will add the newly implemented functions and methods, and post the manual that comes out from consulting with ChatGPT on charleskwon.com.

Regards,
Charles KWON

Dear Charles,

Thank you so much for your work.
Best regards,
Otto



I asked ChatGPT ...
by CharlesKwon
Thu Aug 17, 2023 1:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3808

Re: Saving OuterHTML using Await Implementation with TWebView

Cristobal Navarro, tienes razón.
TAWaitWeb es una clase que he creado y hecho pública. Puedes visitar la URL de abajo, copiar el código de TAWaitWeb y usarlo según lo necesites.

http://www.charleskwon.com/?p=935

Regards,
Charles KWON



Leandro, comprueba que con el copy/paste no te "has llevado ...
by CharlesKwon
Wed Aug 16, 2023 6:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3808

Re: Saving OuterHTML using Await Implementation with TWebView

Reading the article I recently posted will help you automate the DOM more easily.
The address is as follows.
http://www.charleskwon.com/?p=935

Regards,
Charles KWON


Genial era lo que buscábamos... :D :D :D

Voy a agregar la clase e intentar entender su funcionamiento, cualquier cosa comento ...
by CharlesKwon
Tue Aug 15, 2023 1:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3808

Re: Saving OuterHTML using Await Implementation with TWebView

Leandro, Parece que quieres acceder a elementos del DOM para modificar sus valores. Es posible lograr esto utilizando el código que proporcioné anteriormente.
leandro wrote:Lo que significa que le podemos agregar información adicional, como por ejemplo una tabla?