Page 4 of 4

Re: I need sample calendar application...

Posted: Wed May 08, 2019 7:49 pm
by martingz
Salinetas
agrega estas variables como publicas

public mysqlsevr,mysqlusu,mysqlpass,mysqldata

mvarpas:=hb_blowfishKey('777pepemaicol777')
if file("config.dat")
mvarsxy:=memoread("config.dat")
mnlines:=mlcount(mvarsxy,100)
mysqlsevr:=hb_blowfishDecrypt(mvarpas,alltrim(memoline(mvarsxy,100,1)))
mysqlusu:=hb_blowfishDecrypt(mvarpas,alltrim(memoline(mvarsxy,100,2)))
mysqlpass:=hb_blowfishDecrypt(mvarpas,alltrim(memoline(mvarsxy,100,3)))
mysqldata:=hb_blowfishDecrypt(mvarpas,alltrim(memoline(mvarsxy,100,4)))
endif

pero ahorita no esta funcionando el servidor de datos, el cliente esta cambiando de servidor, puedes instalar el mysql o mariadb, ahi crear la base de datos y llenarla con el archivo, deja ver si puedo hacer otra conexion y te envio los datos

saludos

Re: I need sample calendar application...

Posted: Wed May 08, 2019 11:55 pm
by jairpinho
martingz wrote: Tue Jul 25, 2017 3:42 pm Esgici, Marek is in Mega

https://mega.nz/#!YxxBXD5a!NxliJ1IZfwYO ... xPYwbNKI3I
https://mega.nz/#!9gYlEAbI!355LygDG7k7f ... _odBFaEZkg
https://mega.nz/#!lkpyxZrJ!A_h3TnAAnkJC ... 9esm5lS2ek

I upload sources, exex, libs, and strcucture and data , if not have installed Mysql o Mariadb , you have to install, this is work in progress, tables
are in production. If connect be careful, we work on it


regrads


sorry for my bad english

Esgici, Marek esta en Mega

https://mega.nz/#!YxxBXD5a!NxliJ1IZfwYO ... xPYwbNKI3I
https://mega.nz/#!9gYlEAbI!355LygDG7k7f ... _odBFaEZkg
https://mega.nz/#!lkpyxZrJ!A_h3TnAAnkJC ... 9esm5lS2ek

Subi fuentes,ejecutables, librerias, y las estructuras con datos para importar, Si no tienes intsalado Mysql o Maridb , tiene que bajarlo e instalarlo, e importar los datos, si trabajan con la informacion que trae , sean cuidadosos esta en produccion

Re: I need sample calendar application...

Posted: Thu May 09, 2019 5:09 am
by bpd2000
Thanks for sharing

Re: I need sample calendar application...

Posted: Thu May 09, 2019 3:53 pm
by Steed
thanks

But, the first two links are broken :(

Re: I need sample calendar application...

Posted: Thu May 09, 2019 8:05 pm
by martingz

Re: I need sample calendar application...

Posted: Wed May 15, 2019 4:17 pm
by Steed
Thanks