Search found 31 matches: eur

Return to advanced search

Re: DateTime calculation

... 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: 706

Re: CLASS modification

... the 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 ...
by Silvio.Falconi
Tue May 30, 2023 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1775

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 ...
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: 313

Re: chat open Ai questions

...   LOCAL cUrl := "https://tassidicambio.bancaditalia.it/terzevalute-wf-web/rest/v1.0/cross/" + ;                  cCurrency + "/EUR/" + DTOC( dDate, "YYYYMMDD" )    LOCAL cResult := NetHttpReq( cUrl )    LOCAL oJson := JsonObj()    LOCAL ...
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: 313

chat open Ai questions ( currency rates )

... another non-paid service (bank of Italy) and without using the libcurl library passing as parameter the date and the type of currency for example EUR open Ai gave me this source FUNCTION GetExchangeRates( cCurrency, dDate )    LOCAL cUrl := "https://www.bancaditalia.it/compiti/operazioni-cambi/serie-storiche/" ...
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: 313

Re: O.T. Usando XML con xHarbour ( 2 parte )

Has probado así ? oInstdAmt := TxmlNode():New( HBXML_TYPE_TAG, "InstdAmt Ccy='EUR'",, IMPORTE ) ó asi: oInstdAmt := TxmlNode():New( HBXML_TYPE_TAG, "InstdAmt",, IMPORTE ) oInstdAmt:SetAttribute( "Ccy", "EUR" ) Gracias Antonio!!! ...
by landaga
Sun Jul 24, 2022 1:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Usando XML con xHarbour ( 2 parte )
Replies: 21
Views: 11440

Re: O.T. Usando XML con xHarbour ( 2 parte )

Has probado así ?

oInstdAmt := TxmlNode():New( HBXML_TYPE_TAG, "InstdAmt Ccy='EUR'",, IMPORTE )

ó asi:

oInstdAmt := TxmlNode():New( HBXML_TYPE_TAG, "InstdAmt",, IMPORTE )
oInstdAmt:SetAttribute( "Ccy", "EUR" )
by Antonio Linares
Fri Jul 22, 2022 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Usando XML con xHarbour ( 2 parte )
Replies: 21
Views: 11440

Re: O.T. Usando XML con xHarbour ( 2 parte )

... me ha surgido una dificultad. Necesito crear una línea como la siguiente y no se como obtenerla, alguien me podría ayudar? <InstdAmt Ccy="EUR">1273.00</InstdAmt> con la creación de un simple Nodo (Tag) no funciona ya que aparecen espacios, signo =, " " si hago oInstdAmt:=TxmlNode():New(HBXML_TYPE_TAG,"InstdAmt",,"Ccy='EUR'"+IMPORTE) ...
by landaga
Fri Jul 22, 2022 1:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Usando XML con xHarbour ( 2 parte )
Replies: 21
Views: 11440

Re: No funcionan los Ejemplos TWeb

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

[RESUELTO] Group compuesto en Report

... return nil Les doy un ejemplo: TABLA: Juan compra 100usd Juan vende 50usd Juan compra 100eur Manuel vende 100usd RESULTADO : Cliente: Juan Moneda: EUR Juan compra 100eur Total de Juan en EUR: 100 Moneda: USD Juan compra 100usd Juan vende 50usd Total operado por Juan: 250 (No interesa este totalizador, ...
by nlerdafehn
Thu Feb 04, 2021 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [RESUELTO] Group compuesto en Report
Replies: 2
Views: 342

For Mr Rao and Mr Antonio

... xbrowse invoice ? I try but it crash 2 I must change discount to calculate a discount as discount to climb for a sample : an item price is 10.00 eur and the discount is 50+20+10 the total price is 3.60 3. I saw there's no the DelRecord function 4 why you not use reclock and unlock when you edit ...
by Silvio.Falconi
Mon Dec 10, 2018 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Mr Rao and Mr Antonio
Replies: 0
Views: 552

Re: Problems with FWH 1805 BUILD 1 accessing files DBF

Hi,

Where errors are occurring ? xBrowse, Dialog, etc...

Perhaps, simply is a bad practicse coding prg supported by old fwh versions.

My 2 eur cents.
by hmpaquito
Thu Sep 27, 2018 2:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with FWH 1805 BUILD 1 accessing files DBF
Replies: 15
Views: 3063

Re: Text (SMS), and emails.

... a way to send a text from fivewin? Thanks, Byron ... I use http://www.smsarena.es, It is enough for me and i think the price is reasonable (0.05 eur. message). You can try it for free for 25 messages. Regards,
by FiveWiDi
Thu Jan 18, 2018 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text (SMS), and emails.
Replies: 4
Views: 1473

Re: Respectfully: Open letter to ALL FW forum members

... our official online-booking-system: https://be.bookingexpert.it/book/offer/details?rate=10606&layout=782&lang=en&currency=EUR
by Ruth
Sat Apr 08, 2017 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Respectfully: Open letter to ALL FW forum members
Replies: 23
Views: 5050
Next

Return to advanced search