Jump to content
Fivewin Brasil

cnavarro

Membros
  • Posts

    110
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by cnavarro

  1. Search for "TCalex" in http://forums.fivetechsupport.com or use API Google with Calendar
  2. GOOGLE.LIB // TGGoogle -->// TGCalendar// TGCalendarList -->// TGEventCalc// TGMail// TGTasks// TGDrive --->// TGSpread --->// TGSheet// TGSlides --->// TGTranslate ( also for Cloud ) and more classes not included in previous list
  3. I create slack for Googe libhttps://join.slack.com/t/googlelib/shared_invite/enQtODA0NTYzODA1NTU0LTYxZDYxNGMxNGIwMmIzNTg4MTAyYjI1N2E5MmJhY2U2M2QxNDg2YTE5MDdjMzg5OTgzNDk3ZDNhYjU3YTNkZTcNew version of lib in slack
  4. Si puedo ayudar técnicamente con temas de Fivewin, no duden en contactar conmigo.
  5. ---------------------------------- NEW VERSION 04/10/2019 ---------------------- See what's new in FivEdit on the slack Ver novedades y descarga en el slack https://join.slack.com/t/fivedit/shared_invite/enQtNzU3NDc1NzMyODAzLTBiMmNiMzZhZjY4NWY3NzI5Y2ZhYjAzZDM3NmVmNWZiOGM2YjM0ZTM1MTBjYTY0ZmQ0YjIzOGJiZTY1YTQ5OWY
  6. http://wiki.fivetechsoft.com/doku.php?id=fiveui_support
  7. fwh\samples\xbrimag2.prg http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33235&start=0
  8. Search Testrtf5.prg in folder samples
  9. http://wiki.fivetechsoft.com/doku.php?id=fiveui_soporte
  10. NEW VERSION http://forums.fivetechsupport.com/viewtopic.php?f=6&t=34903&start=60#p214001
  11. New Version 30/07/2018 http://forums.fivetechsupport.com/viewtopic.php?f=6&t=24025&start=825#p213830
  12. Use this oBrw:bClrStd := {|| { CLR_WHITE, if( oBrw:KeyNo % 2 == 0, CLR_RED, CLR_BLUE ) } }
  13. DLLs en C# serán posible utilizarlas con Fivewin sólo a partir de la version 18.05
  14. New Version http://forums.fivetechsupport.com/viewtopic.php?f=6&t=34903&start=45#p213463
  15. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35791#p213239
  16. Pruebe con DLL32 Function MyNameFunction( parameter1 AS <type1>, ... , parameterN AS <typeN> ) AS <typereturn> PASCAL FROM <namefunctionInDLL> LIB "arquivo.dll" Busca por "DLL32 Function"... en el foro
  17. Mira a ver si esto te puede ayudar http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33729&hilit=google+maps&start=15#p199586
  18. ----------------------------------- NEW VERSION 08/06/2018 ---------------------------- http://forums.fivetechsupport.com/viewtopic.php?f=6&t=24025&start=825#p212841
  19. ----------------------------------------- NEW VERSION 08/06/2018 -------------------- http://forums.fivetechsupport.com/viewtopic.php?f=6&t=34903&start=45#p212840 New full sample of use calendar Google with export to TCalex
  20. NO hay ningun problema con esa funcion ( hb_jsondecode ) Yo he conseguido construir los ejemplos correctamente Mira el script que he puesto en mi post anterior Imagino que estás utilizando la ultima version de la libreria https://bitbucket.org/fivetech/fivewin-contributions/downloads/Googlex.lib
  21. Con este script he conseguido construir el exe de ejemplo de gmail sin problemas Voy a probar el ejemplo de GDrive Probado ejemplo de GDrive y funciona sin problemas No son necesarias mas Librerias, pero me faltan hacer mas pruebas
  22. No es un problema con la function hb_JsonDecode Añade tambien \lib\hbcurls.lib \lib\hbssls.lib \lib\ssleay32.lib
  23. Estoy probando, pero creo que es un problema con la function hb_JsonDecode, hay diferencias entre Harbour y xHarbour Gracias
  24. Si, el problema es que en Harbour no es necesario definir el tipo de variable que se define en la function HB_JsonDecode, pero parece ser que en xHarbour si es necesario inicializar la variable Prueba ahora https://bitbucket.org/fivetech/fivewin-contributions/downloads/Googlex.lib
×
×
  • Create New...