Search found 250 matches

by Ari
Thu Mar 27, 2025 7:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: SendToFWH() - TWebView2
Replies: 3
Views: 1171

Re: SendToFWH() - TWebView2

Hi, Antonio

I did this and it says that SetToFWH() doesn't exist, but I've already used it on another page and it worked. The SendToFWH() function has to be created in a .js file or in the HTML using <script>. I just couldn't figure out what's happening because inside the functions I receive the ...
by Ari
Wed Mar 26, 2025 9:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SendToFWH() - TWebView2
Replies: 3
Views: 1171

SendToFWH() - TWebView2

Hello,

HTML see <script>



<!DOCTYPE html>
<html lang="pt-br">
<head>

<meta charset="UTF-8">
<title>Menu</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="/easyui/themes/color.css">
<link rel ...
by Ari
Wed Mar 26, 2025 9:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: open a function from a link inserted in an html (oWebview) RESOLVED
Replies: 4
Views: 1117

Re: open a function from a link inserted in an html (oWebview)

Hello

How is your function that opens the WebView?

Post an example
by Ari
Wed Mar 12, 2025 5:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView2
Replies: 6
Views: 2062

Re: TWebView2 [resolvido]

Menu de Relatórios:

Sisrev-Win
https://i.postimg.cc/BnQGNwGq/gui.png

Sisrev-Web
https://i.postimg.cc/vB6yfgwf/web.png

Sisrev-Win - Exemplo de Relatório de faturamento
https://i.postimg.cc/RZb2dSRR/fat.png

Sisrev-Web
https://i.postimg.cc/3NSZhRWf/fat1.png

Sisrev-Win - Exemplo de ...
by Ari
Tue Mar 11, 2025 5:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView2
Replies: 6
Views: 2062

Re: TWebView2

I'll try to explain my difficulty:

I'm modifying my ERP, and I created classes that already work in the GUI, and also in HTML, the same class created in GUI is redesigned in HTML.

(when I modify something in FiveWin, the modification is already reflected in the HTML design)

And I'm using EasyUI ...
by Ari
Tue Mar 11, 2025 5:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView2
Replies: 6
Views: 2062

TWebView2

Olá,

Vou tentar explicar minha dificuldade:

Estou modificando o meu ERP, e criei classes que já funcionam no GUI, e também no HTML, a mesma classe criada em GUI é redesenhada no HTML.

(quando eu modifico algo no FiveWin já refrete a modificação no desenho HTML)

E estou usando EasyUI + Javascript ...
by Ari
Fri Mar 07, 2025 1:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 9
Views: 2354

Re: Class TOpenAI_ChatGPT by Charles Kwon

I'm trying to run a test with TOpenAI() and it returns that I don't have permission with the public key, or the model doesn't exist, do I have to pay to test it too?


/*========================================================================
S I S R E V INFORMATICA LTDA.
Prestando serviços com ...
by Ari
Thu Mar 06, 2025 5:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 9
Views: 2354

Re: Class TOpenAI_ChatGPT by Charles Kwon

OK

I issue electronic invoices in my ERP and I always get a tax error, invisible character, etc. I've been testing it on the direct prompt with GPT about Brazilian laws, which is crazy, and it's been responding very well. I simulated XML with forced errors and it figured out where the error was. I ...
by Ari
Thu Mar 06, 2025 5:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 9
Views: 2354

Re: Class TOpenAI_ChatGPT by Charles Kwon

Hello

Is it possible to attach an XML from an Electronic Invoice with the code above?

And if it is only in JSON, does anyone have a function that converts XML to JSON?

I asked GPT all this, but the code it returns is not functional.
by Ari
Wed Mar 05, 2025 2:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: IA which one?
Replies: 6
Views: 5151

IA which one?

Hello,

With so many AIs emerging, in your opinion, which one is the most accurate, the one with the most precise response?

And is it free or paid?
by Ari
Tue Feb 25, 2025 1:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Friends Let us all pray for Mr Nageswarao Gunupudi
Replies: 32
Views: 18687

Re: Friends Let us all pray for Mr Nageswarao Gunupudi

My sincere wish for your health to improve.

There are many people who love you. And there is a lot to be grateful for for all the help (knowledge)

Let's follow GOD's decision, we all want your recovery..
by Ari
Thu Jan 16, 2025 6:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: new Class TDeepSeek in next FWH 24.12
Replies: 16
Views: 44038

Re: new Class TDeepSeek in next FWH 24.12

Agradecido,

¿Preguntaré?
by Ari
Thu Jan 16, 2025 5:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: new Class TDeepSeek in next FWH 24.12
Replies: 16
Views: 44038

Re: new Class TDeepSeek in next FWH 24.12

Antonio,

Gracias por compartir TDeepSeek.

Me gustaría obtener una Light para comunicarme con la API REST con certificado y CURL. según el código a continuación. ¿Tienes alguna experiencia sobre cómo hacerlo?


#include "fivewin.ch"
#include "hbcurl.ch ...
by Ari
Wed Jan 15, 2025 11:45 am
Forum: FiveWin para Harbour/xHarbour
Topic: CreateObject com API usando .PEM e .KEY (ssl)
Replies: 0
Views: 839

CreateObject com API usando .PEM e .KEY (ssl)

Estimado,

Necesito conectarme a una API y me pide un certificado con los archivos: .PEN y .KEY key

yo uso xharbour

¿Alguien tiene un ejemplo de cómo hacer esta conexión?

* Usar POSTMAN y registrar el certificado funciona.

* La API de mi cliente utiliza "Sin autenticación"

[código]

Ejemplo de ...
by Ari
Thu Dec 05, 2024 5:44 pm
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 nueva Clase TWebView2
Replies: 13
Views: 5089

Re: FWH 24.02 nueva Clase TWebView2

Grato Leandro :-)