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
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

1 Comments:
Buenas noches, Paolo.
Conozco ésta tu utilidad desde hace mucho tiempo, sin embargo no me funcionó entonces.
Antes de empezar nuevamente con pruebas, quisiera consultarte algo:
1. Instalé iFox; me gustó la simpleza del "Acceder a Firebird" y lo reedité a que usara Access. No hizo nada (no mostró error, ni datos: aparecía la ventana del Explorador en blanco, tanto IE como FireFox) (mientras editaba, escribía errores adrede y sí se reflejaban).
2. Por estos días volví al tema y encontré dos lecturas: una de algún colega (no recuerdo la fuente) y otra de tu archivo "Instalar Ejemplos ASP.txt". Ambas referencias hablan de aspectos adicionales (IIS, PWS, iFoxDemo, permisos de escritura, IUSR_xxxx, localhost, default.asp, etc), pero no hay un doc que indique ADEMAS DE INSTALLAR IFOX, QUE OTROS APLICATIVVOS DEBO INSTALAR y cada uno con qué valores en sus propiedades/parámetros.
¿Me puedes dar una guía sobre ésto?
3. En la clase ProjectHook.vcx veo lo sgte cuando se trata de reiniciar el "servidor IIS" (¿así se llama ese coso de "Internet Information Server"?):
-------------------------------------------------------------
* Pedir confirmación "¿Reiniciar IIS/PWS?"
If ("5.01" $ OS()) OR ("5.00" $ OS())
* W2K o WXP
Wait Window "Reiniciando IIS ..." NoWait NoClear
ShellWait(GetSysDir() + "IISRESET.EXE", "")
Wait Clear
else
* Win 98
Wait Window "Deteniendo PWS ..." NoWait NoClear
ShellWait(GetSysDir() + "Inetsrv\PWS.EXE", " /STOP")
Wait Window "Iniciando PWS ..." NoWait NoClear
ShellWait(GetSysDir() + "Inetsrv\PWS.EXE", " /START")
Wait Clear
* Para Windows NT utilizar:
* ShellWait(GetWinDir() + "NET.EXE", " STOP IISADMIN /Y")
* ShellWait(GetWinDir() + "NET.EXE", " START W3SVC")
* Nota: Esto no ha sido testeado
Endif
-------------------------------------------------------------
Considero que debe hacerse algo para XP/Vista/7; ¿correcto?
4. Me interesa mucho programar con VFPScript, también me interesa SMTP y POP3. Te puedo ayudar con la documentación (de VFPScript y de iFox), pero necesito luces para iniciar. Ayúdame con estas lucecitas mientras inicio otras pruebas.
Gracias.
Hernán Cano
Analista de Sistemas - Programador
Medellín, Antioquia, Colombia
By
Cano.Hernan, at 2:39 AM
Publicar un comentario
<< Home