Search found 82 matches: translates

Return to advanced search

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 ...
by Jimmy
Tue Apr 04, 2023 5:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 728

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 ...
by nageswaragunupudi
Tue Apr 04, 2023 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 728

Re: chatGPT writes and executes Harbour code !!!

it also translates code from one language to another...

Wow :-D

First I asked for this:
> write a C code to calculate the planets positions given a date
after getting the result I told it:
> translate the above code to Harbour code
by Antonio Linares
Tue Dec 06, 2022 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

Re: special Codeblock Syntax under Fivewin

... any>  xHarbour: Angular brackets is the right syntax for xHarbour and the return statement does not hurt xHarbour Harbour: Fivewin.ch translates the angular brackets ( < .. > ) to curly braces ( {..} ) when using Harbour and we also comply with the requirement of return statement. ...
by nageswaragunupudi
Tue Nov 08, 2022 2:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: special Codeblock Syntax under Fivewin
Replies: 10
Views: 491

Re: Problema con xBrowse

... field is a NULL field type, some records has a null value, some records has a number value. That is the reason, we used Empty() XBrowse internally translates the expression "IF(EMPTY(HDR_CLI),HDR_TOT,0.00)" into a codeblock like this and assigns to oCol:bEditValue :bEditValue := { ...
by nageswaragunupudi
Sat Apr 30, 2022 4:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con xBrowse (SOLUCIONADO)
Replies: 11
Views: 1157

Re: Necsito hacer una extension a la clase MARIADB

...           { fieldnameN, uValN }  }, nil, { "id", 250 } )  This method translates { "id", 250 } as proper Where clause as "id = 250"
by nageswaragunupudi
Mon Apr 18, 2022 4:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necsito hacer una extension a la clase MARIADB
Replies: 11
Views: 780

Re: Save JSON Signature string in Memo for printing

... you. Looking at the code I didn't see the additional parameters. As you can see, I am using the PRINT command but in the class ... so your example translates to what I was using ... but I didn't have the alignment parameter. All of my printouts are done with objects/classes using the tPrinter class. ...
by TimStone
Fri Apr 01, 2022 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save JSON Signature string in Memo for printing
Replies: 5
Views: 369

Re: MySql Nativa Transacciones. At. Mr. Rao

... Harbour does not support "TRY/CATCH" syntax at all. It supports BEGIN SEQUENCE/END SEQUENCE only. xHarbour supports both. fivewin.ch translates TRY/CATCH to BEGIN/END SEQUENCE for Harbour users. FINALLY also is translated. Your observation about FINALLY is right.
by nageswaragunupudi
Sat Sep 18, 2021 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2460

Re: Impresion de Imagenes con TPRINTER

... the size so that the image will print with the same dimensions irrespective of the printer resolution. So we recommend using this command which translates to PrintImage() #xcommand @ <nRow>, <nCol> PRINT TO <prn> IMAGE <img> ;      [SIZE <nWidth> ...
by nageswaragunupudi
Mon Jun 28, 2021 3:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresion de Imagenes con TPRINTER
Replies: 8
Views: 1333

New FTDN April/Abril 2021 (FWH 21.04)

... "!=", "<>" Eg: ? FW_StrICmp( "FWH", "==" "fwh" ) // --> .T. Following translates are provided for those who find using these translates more comfortable to use: IC( <a> == <b> ) IC( <a> >= <b> ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1960

Re: problem with SQL INSERT

Please study the existing translates in the fwsqlcmd.ch
by nageswaragunupudi
Wed Apr 01, 2020 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with SQL INSERT [solved]
Replies: 12
Views: 1368

Re: Any side affects of adding hbcompat.ch?

... advised to do so. The xhb.lib we include in the link script takes care of most of the requirements. Fivewin.ch itself has some essential cross translates. Can you add to your link script all the libraries included in buildh.bat and then try your programs without hbcompat.ch.
by nageswaragunupudi
Thu May 02, 2019 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any side affects of adding hbcompat.ch?
Replies: 2
Views: 377

Re: How To create a DashBoard

... then I stopped because I didn't find anyone who wanted to help me. My idea was to use the quality seen on it or to insert an html type text that translates to video with the possibility of creating buttons I saw a nice dashboard on an Italian application maybe created in delphi and I wanted to ...
by Silvio.Falconi
Wed Apr 17, 2019 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To create a DashBoard
Replies: 41
Views: 7005

Re: Color printing

Hello Tim, vrd.prg is renamed as esreport.prg and included in fwh\functions. The function and class names are changed. easyrep.ch translates the same commands to esreport.prg function names. No need to link vrd.prg. Can you please post a screen of your bill. EasyReport is in FWH distributions ...
by Otto
Fri Mar 22, 2019 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color printing
Replies: 11
Views: 1952

Re: XMLDOCUMENT

Silvio, loads an xml file and translates it into an html file?? -> I do not know any function. http://fivewin.com.br/index.php?/topic/24364-convertir-xml-a-hash-em-harbour/ http://xthefull.blogspot.com/2015/11/convertir-xml-hash-en-harbour.html ...
by karinha
Fri Dec 07, 2018 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XMLDOCUMENT
Replies: 3
Views: 1160
Next

Return to advanced search