Search found 56 matches: currency

Return to advanced search

Re: Switching my setup program to webview2

... and so on. On the right side of the window, there are options for "Password Mode", "Appointment Reservation", "Currency", "Waiter Codes", and fields for entering "Tourist Tax", "Tourist Tax Account", "Article Number", ...
by Otto
Sat Feb 10, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 410

Re: DateTime calculation

... currency=EUR&beginsearch=1&isnewsearch=1&searchId=218d74e0-8bfd-43df-970d-e5f4c6f59ed1&nsid=fb5f36a1-7c31-40de-9c6e-8c7837b6a130&winding=1&searchId=e7cfbe49-4afc-4c0e-ae7b-69180634164f[/url] ...
by Ruth
Sat Jan 27, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 687

Re: CLASS modification

... btnbmp control, however now the user has to move the mouse over the get control to refresh the btnbmp control. It is the management of the EUR/USD currency exchange the btnbmp control accesses an online service and extracts the monetary quotation, to do this it needs to have a date and a type of ...
by Silvio.Falconi
Tue May 30, 2023 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1707

Re: chat open Ai questions ( currency rates )

Silvio, you can use another STRTRAN. cText := StrTran(cText, '"', '' ) Regards, Otto aShow := {}                cText    := MEMOREAD( cFile)                                cText    := ALLTRIM( cText )                cText    := StrTran( cText, CRLF,  ","...
by Silvio.Falconi
Thu May 11, 2023 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chat open Ai questions ( currency rates )
Replies: 5
Views: 308

Re: chat open Ai questions ( currency rates )

Silvio, you can use another STRTRAN. cText := StrTran(cText, '"', '' ) Regards, Otto aShow := {}                cText    := MEMOREAD( cFile)                        &nb...
by Otto
Thu May 11, 2023 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chat open Ai questions ( currency rates )
Replies: 5
Views: 308

Re: chat open Ai questions ( currency rates )

https://i.postimg.cc/qvBM9Cxn/f.png #include "FiveWin.ch"Function main()   GetCurrency("EUR")   return nilfunction GetCurrency(cCurrency)        local cRet        local cData        local cFile := "test.txt"        local cBuff   ...
by Silvio.Falconi
Wed May 10, 2023 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chat open Ai questions ( currency rates )
Replies: 5
Views: 308

Re: chat open Ai questions ( currency rates )

Silvio,
this is working for me:

Code: Select all  Expand view

#include "FiveWin.ch"

 
function Main()
    local cWebContent :=  WebPageContents("https://api.exchangerate-api.com/v4/latest/EUR"  )
    ?  cWebContent
 
return nil
   
 
by Otto
Wed May 10, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chat open Ai questions ( currency rates )
Replies: 5
Views: 308

Re: chat open Ai questions

... )    // Cerca il valore corrispondente alla valuta richiesta    FOR nRateIndex := 1 TO nRateCount        IF aRates[nRateIndex]->currencyCode == cCurrency            RETURN aRates[nRateIndex]->rate        ENDIF    NEXT    // Se i dati dei tassi di cambio non sono stati ...
by Silvio.Falconi
Wed May 10, 2023 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chat open Ai questions ( currency rates )
Replies: 5
Views: 308

chat open Ai questions ( currency rates )

... not knowing how to do it, I asked OpenAi I asked OpenAi this question "can you make me a function in Harbour/ clipper language that takes the currency rates from the internet without using the access of Open Exchange Rates but of another non-paid service ?" and gave me this answer but ...
by Silvio.Falconi
Wed May 10, 2023 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chat open Ai questions ( currency rates )
Replies: 5
Views: 308

Re: Campo autoincremental en DBF

como comentario adicional, una vez utilice en una tabla ads un campo de tipo ROW, el cual se incrementa automaticamente cada vez que el registro era modificado, lo cual sumado a un campo de tipo timestamp que se actualiza cada vez que el registro se modificada nos servia para darnos cuantas si los d...
by carlos vargas
Tue Nov 01, 2022 11:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 771

Re: No funcionan los Ejemplos TWeb

... parseFloat( data[n].salary ) ); console.log("--"); console.log(parseFloat( data[n].salary).toLocaleString('us-US', { style: 'currency', currency: 'USD' })); console.log(parseFloat( data[n].salary).toLocaleString('de-DE', { style: 'currency', currency: 'EUR' })); nTotal += ...
by Otto
Sun Aug 29, 2021 6:23 pm
 
Forum: mod_harbour
Topic: No funcionan los Ejemplos TWeb
Replies: 26
Views: 3568

Re: change value recordset

You are assigning

542845.0000

Try with

542845.000

or change the field type to double or currency (or something similar that is supported by your database engine).

EMG
by Enrico Maria Giordano
Fri Aug 02, 2019 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change value recordset
Replies: 6
Views: 707

Re: An easy way to make a tree-browse

... := {|o, v, n| if( n != VK_ESCAPE .and. v != odb2:descrip,(odb2:descrip:=v,odb2:save()) , ) } oCol := obrow2:AddCol() oCol:bStrData := {||odb2:currency} oCol:cHeader := "货币" oCol:bEditValue:= {||odb2:currency} ocol:nedittype:= {||if(::ledit.and.!odb2:EOF(),EDIT_GET_BUTTON,0)} oCol:bEditBlock ...
by ShumingWang
Wed Jul 31, 2019 1:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3522

New FTDN May/Mayo 2019 (FWH 19.05)

... - New DATA clCurrency of TXBrwColumn: Default nil. Can be set to .T. or any currency symbol. If .t., the default currency symbol or the assigned currecny symbol is added to the picture clause and dislayed left aligned in the ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3160

fivedbu structure standard DBase Versione 7

Field type: C - Character Y - Currency N - Numeric F - Float D - Date T - DateTime B - Double I - Integer L - Logical M - Memo G - General C - Character (binary) M - Memo (binary) P - Picture + - Autoincrement (dBase Level 7) O - Double ...
by Silvio.Falconi
Mon May 13, 2019 4:08 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: fivedbu structure standard DBase Versione 7
Replies: 0
Views: 390
Next

Return to advanced search