Search found 28 matches: lon

Return to advanced search

Re: Parpadeo de un SAY

... //----------------------------------------------------------------------- * * funcion de WILLY * Function Blinker(oCtrl, oTmr) Static lOn := .f. oTmr:DeActivate() if lOn oCtrl:Enable() //Hide() else oCtrl:Disable() //Show() endif lOn := !lOn oTmr:Activate() oCtrl:Refresh() Return(Nil) ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 425

Re: Get latitude and longitude

... of the screen    DATA nServer            // Last used server Id (from aServers)    DATA aMarkers AS ARRAY INIT {}   // Couples of lat+lon to mark on map    DATA aImages AS ARRAY INIT {}    // Array of loaded images    DATA aTopLeftTileInfo            // Information about ...
by AntoninoP
Wed Jan 16, 2019 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get latitude and longitude
Replies: 5
Views: 1857

Re: Get latitude and longitude

... you have the API key with you, the following code will work. I tested it here with my API key and is working fine. The code will show the lat and lon of the place when you move your mouse, if you click on a point on the map, it will place a marker where you have clicked. It will also show the ...
by anserkk
Fri Jan 11, 2019 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get latitude and longitude
Replies: 5
Views: 1857

Re: Localizacion y Seguimiento con google earth .

... ) chora :=substr(Data1,19,10,) cPLaca :=substr(Data1,29,6) cNosae :=substr(Data1,35,10) cparada :=substr(Data1,45,20) clat :=substr(Data1,66,10) clon :=substr(Data1,77,10) cSPEED :=substr(Data1,97,10) *** empezamos agregar la primera etiqueta AAdd( alineas, ' <marker>' ) AAdd( alineas, ' ...
by Busmatic_wpb
Wed Apr 18, 2018 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Localizacion y Seguimiento con google earth .
Replies: 10
Views: 4217

Rutina para leer Gps

... RIGHT PIXEL @ 27, 60 GET oGps:cLat SIZE 80,20 WHEN .f. PIXEL OF oWnd @ 27, 145 GET oGps:cNS SIZE 20,20 WHEN .f. PIXEL OF oWnd @ 50, 5 SAY "Long." SIZE 53,20 RIGHT PIXEL @ 50, 60 GET oGps:cLong SIZE 80,20 WHEN .f. PIXEL OF oWnd @ 50, 145 GET oGps:cEW SIZE 20,20 WHEN .f. PIXEL OF oWnd ...
by Busmatic_wpb
Sat Jul 22, 2017 1:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rutina para leer Gps
Replies: 1
Views: 961

Test GPS Error en encontrado

... RIGHT PIXEL @ 27, 60 GET oGps:cLat SIZE 80,20 WHEN .f. PIXEL OF oWnd @ 27, 145 GET oGps:cNS SIZE 20,20 WHEN .f. PIXEL OF oWnd @ 50, 5 SAY "Long." SIZE 53,20 RIGHT PIXEL @ 50, 60 GET oGps:cLong SIZE 80,20 WHEN .f. PIXEL OF oWnd @ 50, 145 GET oGps:cEW SIZE 20,20 WHEN .f. PIXEL OF oWnd ...
by Busmatic_wpb
Fri Jul 21, 2017 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test GPS Error en encontrado
Replies: 0
Views: 642

Re: DBF to SQL script tool

... #:HFA-2236','US','','','','','','037','','','','13360196','','','','HFA-2236','','PHL','LON','','','','','','USD','P','P','NCV','199,124.94','NIL','','2000-10-19','','2000-10-19','','98','2000-10-21','','',NULL,'','',NULL,'','',NULL,'','','LIGHTNING ...
by cdmmaui
Thu Jul 03, 2014 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13500

Re: Implementar soporte del lenguaje Harbour para Visual Studio

... de poder usar el lenguaje Harbour como un lenguaje "oficial" desde Visual Studio: coloreado de syntaxis correcto, popups para proponer lon nombres de las funciones, sus parámetros, code folding, etc. y todo de forma correcta desde el IDE de Visual Studio.
by Antonio Linares
Sun Jun 29, 2014 5:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Implementar soporte del lenguaje Harbour para Visual Studio
Replies: 28
Views: 4530

Re: German and Italian translations help required

... },; { "Type", "Tipo", "Type", "Tipo","Typ","Tipo" },; { "Len", "Lon", "Lon", "Com","Länge","Lunghezza" },; { "Dec", "Dec", "Dec", "Dec","Dezimal","Decimali" ...
by Massimo Linossi
Sun Sep 08, 2013 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German and Italian translations help required
Replies: 5
Views: 4198

Re: Row color when mouse over

... also be nice to just have flags to turn on cell or row highlighting and also color settings for the same. Or maybe a method. SetMouseOverRow( lOn, nClrFore, aClrPane ) SetMouseOverCell( lOn, nClrFore, aClrPane ) Where aClrPane is an array of one or two colors (two for a gradient). James
by James Bott
Sun Aug 11, 2013 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Row color when mouse over
Replies: 24
Views: 4611

TsBrowse 9.0, M. Mercado

Saludos. He estado trabajando con tsbrowse 9.0 de M.Mercado (excelente), pero se me ha presentado un problema: Ya que los registros de mis dbf's contienen muchos campos, intento por medio de una funcion pedir todos los datos que no se pueden ver en mi browse. Hago esto: @ nRenBrw,00 BROWSE oBROWSE S...
by noe aburto
Tue Jul 03, 2012 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse 9.0, M. Mercado
Replies: 1
Views: 813

TsBrowse 9.0, M. Mercado

Saludos. He estado trabajando con tsbrowse 9.0 de M.Mercado (excelente), pero se me ha presentado un problema: Ya que los registros de mis dbf's contienen muchos campos, intento por medio de una funcion pedir todos los datos que no se pueden ver en mi browse. Hago esto: @ nRenBrw,00 BROWSE oBROWSE S...
by noe aburto
Tue Jul 03, 2012 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse 9.0, M. Mercado
Replies: 0
Views: 545

Error when compiling using HBZLIB and HBMZIP FWPPC

... : error LNK2019: unresolved external symbol time referenced in function "int __cdecl crypthead(char const *,unsigned char *,int,unsigned lon g *,unsigned long const *,unsigned long)" (?crypthead@@YAHPBDPAEHPAKPBKK@Z) pocket.exe : fatal error LNK1120: 1 unresolved externals * Linking ...
by dbfer
Tue Aug 02, 2011 10:23 pm
 
Forum: FiveWin for Pocket PC
Topic: Error when compiling using HBZLIB and HBMZIP FWPPC
Replies: 0
Views: 517

Error al generar archivos ZIP en FWPPC

... : error LNK2019: unresolved external symbol time referenced in function "int __cdecl crypthead(char const *,unsigned char *,int,unsigned lon g *,unsigned long const *,unsigned long)" (?crypthead@@YAHPBDPAEHPAKPBKK@Z) pocket.exe : fatal error LNK1120: 1 unresolved externals * Linking ...
by dbfer
Tue Aug 02, 2011 5:35 am
 
Forum: FiveWin para Pocket PC
Topic: Error al generar archivos ZIP en FWPPC
Replies: 0
Views: 489

IFSF-LON PROTOCOL

I need to develop a softare to this protocol to control a petrol dispenser.
I need where to get some information about this subject.

Thanks to all.
by Verhoven
Mon Jul 26, 2010 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IFSF-LON PROTOCOL
Replies: 0
Views: 242
Next

Return to advanced search