iFox

miércoles, diciembre 26, 2007

Nueva version / New version

Notas de la versión: 0.97.2.0

- Se corrige un error que se producía al llamar al método SendNextPart de iFox.SMTP. Este error fue originado en la version 0.97.1 por lo tanto versiones anteriores no se encuentran afectadas.

- Se agrega el parámetro lFastDisconnect al método Disconnect de iFox.SMTP.

- En versiones anteriores cuando se producía un error al enviar un mensaje no era posible enviar otros mensajes durante la misma sesión. Este problema ha sido solucionado.
-------------------------------------------------

Release Notes: 0.97.2.0

- An error in the SendNextPart method of iFox.SMTP has been corrected. This error was originated in version 0.97.1, so previous versions are not affected.

- The Disconnect method of iFox.SMTP has a new lFastDisconnect parameter.

- In previous versions if you got an error while trying to send a message you couldn't send another in the same session. This has been corrected.

jueves, diciembre 20, 2007

Nuevo logo / New logo

Oscar Vega Castaneda gentilmente ha desarollado un nuevo logo el cual pueden apreciar en la página principal de iFox.Así que, ahora tienen dos posibilidades si quieren incluir el logo de iFox en su aplicación.

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

Oscar Vega Castaneda kindly created a new logo, wich you can see the iFox's homepage.So, if you wish to include iFox's logo in your application now you have two choices.

http://www.coliseosoftware.com.ar/ifox/logo1.gif
http://www.coliseosoftware.com.ar/ifox/logo2.jpg

miércoles, diciembre 19, 2007

Codigo fuente de VFPScript / VFPScript source code

Luego de varios años en donde nunca he encontrado la motivacion para terminar la documentacion de VFPScript y luego de darme cuenta que sería una tarea que jamas realizaría, decidí liberar el código fuente de VFPScript.De esa manera espero que sirva de guía a quienes deseen utilizar este componente. Obviamente espero sugerencias sobre mejoras o correcciones de errores.Por favor lean la licencia incluida dentro del archivo.

After several years where I couldn't find the motivation to write the VFPScript documentation I dediced to release the code of this component. I hope this help anyone that wishes to implement VFPScript. If you have any suggestions or corrections just send them to me. Please read the license file included.

http://www.coliseosoftware.com.ar/ifox/downloads/vfpscriptsource.zip

martes, diciembre 18, 2007

Nueva version / New version

Notas de la versión: 0.97.1.0

- Desde esta versión iFox será compilado con VFP9 SP2.

- Se corrige un error en iFox.Resume&Go que impedía el normal funcionamiento del método StartHTTPTransfer.

- En iFox.SMTP se agrega la propiedad NotificationEMail que permite solicitar al receptor una confirmación de la recepción del mensaje.

- El método SendNextPart de iFox.SMTP ahora acepta un parámetro nRetries que permite indicar la cantidad de veces que debe intentarse el envío. Ajustar este valor puede evitar errores de transferencia cuando se utiliza el componente sobre una mala conexión a internet.

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

Release Notes: 0.97.1.0

- From this version iFox will be compiled with VFP9 SP2.

- An error in iFox.Resume&Go that caused the method StartHTTPTransfer to fail was corrected.

- The new NotificationEMail property in iFox.SMTP allows to ask the receiver a confirmation of the reception.

- The SendNextPart method in iFox.SMTP now accepts a nRetries parameters that allows to ask the component the amount of times if must retry the data transfer. This value can help if you are using the component over a bad internet connection.