Search found 342 matches: alvaro

Return to advanced search

Re: Connection to XPlane Flight Simulator

... ) How can I get the array in the HB_FUNC function? Thank you and regards, Alvaro
by alvaro533
Mon Jun 05, 2023 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 1010

Re: Connection to XPlane Flight Simulator

Estimado Alvaro, Las funciones en C no se pueden llamar directamente desde Harbour, sino que hay que usar lo que se denomina "el sistema extendido": despues de todos los includes inciales añade este: #include <hbapi.h> ...
by Antonio Linares
Mon Jun 05, 2023 6:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 1010

Re: Connection to XPlane Flight Simulator

Dear Alvaro, C language does not allow to declare variables after code, in example: (for error in line 106) XPCSocket aopenUDP(const char *xpIP, unsigned short xpPort, unsigned short port){    XPCSocket ...
by Antonio Linares
Sun Jun 04, 2023 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 1010

Connection to XPlane Flight Simulator

... 1008: Mixing pointers to different 'char' types in function sendCOMM*** 39 errors in Compile *** Any help? Thank you very much and regards Alvaro
by alvaro533
Sun Jun 04, 2023 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 1010

FWCONNECT

... close it at the end of the function or is it better to connect only when the app starts and close it when you exit the app? Thank you and regards Alvaro
by alvaro533
Thu Mar 26, 2020 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWCONNECT
Replies: 0
Views: 380

Re: IMPRIMIR GRAFICA

... without vbx! // Thanks to all FiveWin forum friends // Autor: Alfredo Arteaga - 23/03/2008 // email: soporte@despachoarteaga.com.mx // 15.03.2018 Alvaro Quintana Gráficos XY versión 1.1 donde puedo encontrar la ultima o una version mas nueva que tenga el methodo, en la version que tengo solo esta ...
by joseluisysturiz
Fri Jun 28, 2019 3:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRIMIR GRAFICA
Replies: 8
Views: 1295

Re: Error in Tdatabase version 1804 ?

Thanks a lot
Alvaro
by alvaro533
Fri Dec 21, 2018 2:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in Tdatabase version 1804 ?
Replies: 6
Views: 1058

Re: Error in Tdatabase version 1804 ?

I solved it.

If I say oDatabase:load(.t.) before editing everything is fine. Thank you
Alvaro
by alvaro533
Thu Dec 20, 2018 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in Tdatabase version 1804 ?
Replies: 6
Views: 1058

Re: Error in Tdatabase version 1804 ?

Hi again.

I realized that the record is not actually saved, but if you press twice or three times the button “Cancel”, the value of oDatabase:name is changed, even if you say oDatabase:load() before the dialog. If you don’t understand my point I will give you an example. Regards

Alvaro
by alvaro533
Thu Dec 20, 2018 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in Tdatabase version 1804 ?
Replies: 6
Views: 1058

Error in Tdatabase version 1804 ?

... I mean, if the cancel button is pressed the record is saved anyway. Is there an error in this version? It worked before. Thank you very much Alvaro
by alvaro533
Thu Dec 20, 2018 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in Tdatabase version 1804 ?
Replies: 6
Views: 1058

New FTDN March/Marzo 2018 (FWH 18.03)

... cXpicture // picture of values in the X axis nXXRanges // number of ranges in the X axis Please review new samples\testgrph.prg. Many thanks to Alvaro Quintana for his great help. * FWMariaRowSet: - SetGet method PrimaryVal: Fixed bug when record pointer is invalid. - Method Requery(...) Enhancement: ...
by Antonio Linares
Tue Apr 24, 2018 9:25 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2018 (FWH 18.03)
Replies: 0
Views: 1692

Re: Can TGraph do X,Y plots?

Alvaro, Would you mind to post it here or send it to me by email, so we can include it in next FWH 18.02 ? many thanks Hi Antonio, sorry I skipped your message yesterday. If the class is going to be included in the next release ...
by alvaro533
Wed Mar 07, 2018 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can TGraph do X,Y plots?
Replies: 18
Views: 5515

Re: Can TGraph do X,Y plots?

... be temperature vs month-of-the-year. Here is a sample line chart: https://www.highcharts.com/docs/chart-and-series-types/line-chart Alvaro, which type of chart are you looking for? What type of data are you working with? I did the first one, the "Scatter Chart". It's is ...
by alvaro533
Wed Mar 07, 2018 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can TGraph do X,Y plots?
Replies: 18
Views: 5515

Re: Can TGraph do X,Y plots?

... be temperature vs month-of-the-year. Here is a sample line chart: https://www.highcharts.com/docs/chart-and-series-types/line-chart Alvaro, which type of chart are you looking for? What type of data are you working with?
by James Bott
Wed Mar 07, 2018 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can TGraph do X,Y plots?
Replies: 18
Views: 5515

Re: Can TGraph do X,Y plots?

Alvaro, It is not clear to me if you are automatically finding the min and max for each axis in the class, or if you must do the calculation outside the class and pass those values. One of the first programs I wrote (way ...
by alvaro533
Tue Mar 06, 2018 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can TGraph do X,Y plots?
Replies: 18
Views: 5515
PreviousNext

Return to advanced search