Re: HMG 3.4.1
Posted: Wed Aug 05, 2015 11:52 am
Gracias a la sugerencia de Grigory, he podido solucionarlo y ahora funciona bien.
He modificado el archivo source\h_status.prg y luego he compilado todas las librerias.
En el código que pone:
Lo he sustituido por:
Ahora todo funciona bien. Solucionado.
Muchas gracias a todos.
In English:
Thanks for the suggestion of Grigory, I could fix it and now it works fine.
I modified file source\h_status.prg and then I compiled all libraries
In the code that says:
I modified the value and I left it like this:
Now everything works fine. Solved.
Thank you very much to all.
He modificado el archivo source\h_status.prg y luego he compilado todas las librerias.
En el código que pone:
Code: Select all
_DefineTimer ( 'StatusKeyBrd' , FormName , 200 , ;
Code: Select all
_DefineTimer ( 'StatusKeyBrd' , FormName , 50 , ;
Muchas gracias a todos.
In English:
Thanks for the suggestion of Grigory, I could fix it and now it works fine.
I modified file source\h_status.prg and then I compiled all libraries
In the code that says:
Code: Select all
_DefineTimer ('StatusKeyBrd', FormName, 200;
Code: Select all
_DefineTimer ('StatusKeyBrd' FormName, 50;
Thank you very much to all.