iFox

viernes, octubre 31, 2008

Nueva version / New Version

Notas de la versión: 0.99.1

Se ha solucionado los problemas de instacion que tenia la version anterior.
También se ha agregado en la ayuda un tema explicando como distribuir los componentes.

Existen nuevas funciones que seran documentadas proximamente:

* El soporte para sockets UDP

* Un nuevo componente para obtener la hora de servidores de tiempo.

Ejemplo:
oNTP = CreateObject("iFox.NTP")
oNTP.Server = "time.windows.com"
If oNTP.GetTime()
? oNTP.Date
? oNTP.Time
? oNTP.AdjustedDate && Ajustado a la zona horaria establecida en el Panel de Control
? oNTP.AdjustedTime
else
? oNTP.ErrorNumber
Endif

------------------------------------------------------------

Release Notes: 0.99.1

The installation problems of the previous version are fixed.

A new help topic explaining how to distribute the components is included.

There are new functions that will be documented in the near future:

* UDP sockets support

* A new component to get the current time querying time servers.

Sample:
oNTP = CreateObject("iFox.NTP")
oNTP.Server = "time.windows.com"
If oNTP.GetTime()
? oNTP.Date
? oNTP.Time
? oNTP.AdjustedDate && Ajustado a la zona horaria establecida en el Panel de Control
? oNTP.AdjustedTime
else
? oNTP.ErrorNumber
Endif

2 Comments:

  • Donde puedo bajar la version que esta compilada con VFP9 SP2, la que se baja de la pagina esta en VFP8.

    Gracias,
    Domingo Cuevas

    By Blogger Unknown, at 11:40 a. m.  

  • No estoy compilando mas iFox con VFP9 porque traia algunas problemas con la distribucion de DLL auxiliares. Si necesitas que este compilado en esa version escribeme.

    By Blogger Pablo Pioli, at 11:49 a. m.  

Publicar un comentario

<< Home