Search found 115 matches: keywords

Return to advanced search

Re: phpBB to LLM

I also generate a DBF based on Rao and Uwe code.

I only extract the source samples from all the posts. Offline I then search the dbf for keywords of any kind. It helped me many many times in finding solutions because It is showing sample code.
by Marc Venken
Thu Dec 21, 2023 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4683

Interesting discussion with ChtGPT

... In modern languages, it's common to specify the data type when declaring (e.g., int, float, string), while in Clipper, using LOCAL or other keywords without a specific data type is common. Syntax: For example, Clipper uses ? for print statements, which is uncommon in modern languages. Standard ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: Create help system with F1

... topics into different groups or sections. This field can help users navigate through the help content based on their specific needs or interests. Keywords: A field to store keywords or tags associated with the help topic. These keywords can be used for search functionality, allowing users to find ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 866

Re: FWString() : how to add "Keywords"

Yes, I have not managed to publish the code
by cnavarro
Tue Apr 04, 2023 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 725

Re: FWString() : how to add "Keywords"

hi,
cnavarro wrote:https://forums.fivetechsupport.com/viewtopic.php?f=6&t=39139&start=0&hilit=fw+translang

thx for Link but there is no Source CODE of Function FW_TransLang()

i do not have \source\internal\FTRANSLATE.PRG which seem to include FW_TransLang()
by Jimmy
Tue Apr 04, 2023 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 725

Re: FWString() : how to add "Keywords"

hi,
nageswaragunupudi wrote:We already have this built-in FWH function for the last six years:

oh, i didn´t know that

i found Sample c:\fwh\samples\TransFree.prg
but where do i find Function FW_TransLang() :?:
by Jimmy
Tue Apr 04, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 725

Re: FWString() : how to add "Keywords"

I just now tested our FWH built-in function:
Code: Select all  Expand view
? FW_TransLang( "This is very nice", "en", "te", .t. )


Tried to translate into my mother tongue 'TELUGU', which is a Unicode language and got the correct result:
ఇది చాలా బాగుంది
Perfect translation.
by nageswaragunupudi
Tue Apr 04, 2023 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 725

Re: FWString() : how to add "Keywords"

We already have this built-in FWH function for the last six years:

Code: Select all  Expand view
Function FW_TransLang( cTSource, cLSource, cLTarget, lUTf8 )
by nageswaragunupudi
Tue Apr 04, 2023 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 725

Re: FWString() : how to add "Keywords"

Dear Jimmy,

Could we do the translations automatically ?

I mean, If the Word translation is not found then it automatically invoke google to translate it and feed the array

Enviado desde mi SM-M325FV mediante Tapatalk
by Antonio Linares
Tue Apr 04, 2023 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 725

Re: FWString() : how to add "Keywords"

hi, have create a App which does "translate" into other Language via Google https://i.postimg.cc/Wpfbc4gz/XB-7to-FORUM.jpg i also write Result into File LOCAL aTRANSLATE := {}AADD(aTRANSLATE,{'soon here in the forum','pronto aqui en el foro','bientôt ici ...
by Jimmy
Tue Apr 04, 2023 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 725

Re: FWString() : how to add "Keywords"

Mr. Rao is totally right. I missed that way
:-)
by Antonio Linares
Tue Apr 04, 2023 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 725

Re: FWString() : how to add "Keywords"

hi, We need not make any new libs. We can add new translates to the existing translates at runtime, preferably at the beginning of our program. This is a sample. Here the programmer is adding new translates for Spanish and German languages, so that his software can be used by English, Spanish and Ge...
by Jimmy
Tue Apr 04, 2023 5:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 725

Re: FWString() : how to add "Keywords"

Notes: By default FWH handles 6 languages and each of these languages has its own ID from 1 to 6. 1 English, 2 Spanish, 3 French, 4 Portugese, 5 German, 6 Italian We can add more languages using FWAddLanguage(). We will not discuss this here. At the beginning of the program we need to set our langua...
by nageswaragunupudi
Tue Apr 04, 2023 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 725

Re: FWString() : how to add "Keywords"

We need not make any new libs. We can add new translates to the existing translates at runtime, preferably at the beginning of our program. This is a sample. Here the programmer is adding new translates for Spanish and German languages, so that his software can be used by English, Spanish and German...
by nageswaragunupudi
Tue Apr 04, 2023 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 725
Next

Return to advanced search