I need sample calendar application...

HMG Samples and Enhancements

Moderator: Rathinagiri

martingz
Posts: 394
Joined: Wed Nov 18, 2009 11:14 pm
Location: Mexico

Re: I need sample calendar application...

Post 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
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

Re: I need sample calendar application...

Post 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
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: I need sample calendar application...

Post by bpd2000 »

Thanks for sharing
BPD
Convert Dream into Reality through HMG
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: I need sample calendar application...

Post by Steed »

thanks

But, the first two links are broken :(
martingz
Posts: 394
Joined: Wed Nov 18, 2009 11:14 pm
Location: Mexico

Re: I need sample calendar application...

Post by martingz »

User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: I need sample calendar application...

Post by Steed »

Thanks
Post Reply