Cristóbal
it's what I was looking for but dosn't work .
The
Function VerMapa2( cPostal_Code, cStreet, cNumber, cLocality, cState, cNation )
return a empty array ---> {0,0,0}
Regards Maurizio
www.nipeservice.com
Cristóbal
it's what I was looking for but dosn't work .
The
Function VerMapa2( cPostal_Code, cStreet, cNumber, cLocality, cState, cNation )
return a empty array ---> {0,0,0}
Regards Maurizio
nPos1 := At( "cacheResponse([[[", Left( cURL, 2048 ) )
if !Empty( nPos1 )
cRet := Substr( Left( cURL, 1024 ), nPos1 + 17, 2048 - nPos1 )
nPos2 := At( "]", cRet )
if !Empty( nPos2 )
cRet := Left( cRet, nPos2 - 1 )
aCoor := hb_ATokens( cRet, "," )
endif
endif nPos1 := At( "APP_INITIALIZATION_STATE=[[[",cUrl )
if !Empty( nPos1 )
cRet := Substr(cUrl, nPos1 + 28,100 )
nPos2 := At( "]", cRet )
if !Empty( nPos2 )
cRet := Left( cRet, nPos2 - 1 )
aCoor := hb_ATokens( cRet, "," )
endif
endifHola Cristobal,
Estoy probando el paquete.
Cuando ejecuto TestGmail.exe y pulso en Access no hace nada y se queda colgado.
He puesto mi client_id.json en la carpeta donde esta TestGmail.exe
A ver si por favor me puedes indicar que podrÃa estar pasando.
Gracias.
Paquito, thanks
Sorry, a small forgotten
Test this version and tell me
Buenos dÃas Cristobal,
Ahora al pulsar el boton Access dice "File JSON not Found"
Salu2
And, are you sure that the client_id.json file is in the same folder as the EXE?
Y, estás seguro que el fichero client_id.json está en la misma carpeta que el EXE?
Es una unidad ( quiero decir el root de una unidad )?, si es asÃ
Crea una carpeta en esa unidad y prueba entonces, aunque es raro
Paquito, puedes enviarme tu fichero .json ?
cnavarro wrote:Paquito, puedes enviarme tu fichero .json ?
Gracias Cristóbal, ya está funcionando.
Una cosa. Me gustarÃa proveer a mi programa de una Agenda que pueda ser accedida remotamente.
Si utilizara TCalex entonces tendrÃa que sincronizar con Google Calendar.
¿ PodrÃa ser mejor utilizar también Google Calendar en con el programa fwh ?
¿ Qué os parece ?
Gracias.
Bien, en una version anterior
viewtopic.php?f=3t=34904start=75#p212839
Se incluye una rutina para exportar el calendario de Google a TCalex
Yo particularmente, disponiendo de la posibilidad de utilizar directamente este calendario de Google con la posibilidad de compartirlo, creo que utilizarÃa éste, dándole la apariencia estética que consideres
Well, in a previous version
viewtopic.php?f=3t=34904start=75#p212839
A routine is included to export the Google calendar to TCalex
I particularly, having the possibility of using this Google calendar directly with the possibility of sharing it, I think I would use it, giving it the aesthetic appearance that you consider
&&&&
A ver si lo he entendido: Podemos usar ggcalend.prg como agenda desktop (desconocia su existencia - gracias) ¿ es eso ?
¿ Podrias poner una imagen a ver qué tal se ve ?
Gracias por tu inconmesurable trabajo.