Search found 303 matches: helpful

Return to advanced search

Re: Steps to integrate AI

... message and return    RETURN NIL  ENDIF aAdd( aMessages, { "role" => "system", "content" => "You are a helpful assistant." } ) aAdd( aMessages, { "role" => "user", "content" => cPrompt } )hb_HSet( hPayload, "model", ...
by Ruth
Sat Jan 20, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 645

Re: Convert a print to Rtf or doc

... with an archiving program like WinRAR or 7-Zip, and then view the word/document.xml file with a text editor or an XML viewer. Knowledge of XML is helpful to understand the content and structure of this file.
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3491

Re: Learn SQL with ChatGPT or when can ChatGPT really help

Enrico,
THX for this helpful information, the rest I've done with ChatGPT :wink: :
Image

For users who are in an UTF8 environment it's simple:
Code: Select all  Expand view
SELECT * FROM vll_term WHERE WORT LIKE '%ß%');
 
by frose
Fri Nov 17, 2023 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 672

Re: String in unicode

For me, these two sources are helpful regarding UTF8: 1. 3.5 Codepage API - UTF8 and code page functions built into Harbour: http://www.kresin.ru/en/hrbfaq_3.html#Doc5 2. Unicode conversion functions for Harbour. http://www.hmgextended.com/files/CONTRIB/UnicodeConvert.prg ...
by frose
Fri Nov 17, 2023 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 479

Learn SQL with ChatGPT or when can ChatGPT really help

... The correct syntax is therefore: SELECT * FROM vll_term WHERE WORT LIKE CONCAT('%', UNHEX('C39F'), '%'); The answer was very helpful for me :D
by frose
Fri Nov 17, 2023 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 672

Some problems with the FWH-debugger

... was possible, that would be a very big forward. Sorry, but I can't find it. If these problems could be solved, the FWH-debugger would be a very helpful tool. I'm using the xHarbour debugger right now, but this one is also has its problems. Unfortunately, I don't see any evolution anymore in ...
by driessen
Sun Sep 10, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 477

Re: Saving OuterHTML using Await Implementation with TWebView

... Thank you so much for your work. Best regards, Otto I asked ChatGPT and Google Bard to explain me the program. I think this answer could be helpful for others, too. Alright, I understand the program. This program's primary purpose is to create a synchronous-like experience for web scraping ...
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: 1697

Re: Saving OuterHTML using Await Implementation with TWebView

... Thank you so much for your work. Best regards, Otto I asked ChatGPT and Google Bard to explain me the program. I think this answer could be helpful for others, too. Alright, I understand the program. This program's primary purpose is to create a synchronous-like experience for web scraping ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1697

Re: Create help system with F1

... can be used for versioning purposes. Author: The name or identifier of the person who created or last updated the help topic. This field can be helpful for attribution and tracking the contributors to the help content. Status: An optional field to indicate the status of the help topic, such ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 896

Re: Fancy Dashboard

... Fivewin, and everything is working fine. I wanted to express my gratitude for your support with the webview feature from Fivewin. It is incredibly helpful. Best regards, Otto https://mybergland.com/fwforum/hyperfromfwh.gif Dear Mr.Otto, Look great. Any samples?
by richard-service
Wed Jul 05, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fancy Dashboard
Replies: 11
Views: 813

Re: Fancy Dashboard

Dear Antonio,

I tried running the Hyper template from Fivewin, and everything is working fine. I
wanted to express my gratitude for your support with the webview feature from Fivewin. It is incredibly helpful.

Best regards,
Otto

Image
by Otto
Wed Jul 05, 2023 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fancy Dashboard
Replies: 11
Views: 813

Re: FiveWin on Apple/Mac works great

Several years ago I tried working with FiveMac. Unfortunately the Mac OS did not support some essential features. Antonio was very helpful but there were issues we could no overcome. I recently asked and he informed me very few people were using it. I would be happy to get involved again. ...
by TimStone
Tue Jul 04, 2023 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin on Apple/Mac works great
Replies: 10
Views: 772

Re: FW_SetUnicode( .T. ) 2-Byte characters

Hello Jimmy,

thank you for the helpful information.
But in the context of this thread, the CP settings do not change the misinterpretation of these 2-byte characters.

Greetings from Ostwestfalen (Rietberg) to Hamburg

Frank
by frose
Tue Jun 27, 2023 4:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2285

Re: FW_SetUnicode( .T. ) 2-Byte characters

... And in my Harbour app it's better to see the misintepreted characters e.g. ü instead off the �. In this context this side was/is very helpful for me: https://www.i18nqa.com/debug/utf8-debug.html
by frose
Fri Jun 23, 2023 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2285

Re: AEVAL() : Get Value of FIELD using FieldGet(i)

Dear Jimmy, I conducted a small test and consulted ChatGPT regarding your question. I find that ChatGPT acts as a private tutor and is extremely helpful. Best regards, Otto https://harbour.github.io/doc/  Can you please explain how this works:AEval( aValues, {|x,i| aValues[ i ...
by Otto
Tue May 23, 2023 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AEVAL() : Get Value of FIELD using FieldGet(i)
Replies: 4
Views: 187
Next

Return to advanced search