Page 8 of 12

Re: HMG 3.2 (Stable)

Posted: Tue Feb 25, 2014 3:27 pm
by Rathinagiri
Are you using sqlite or mysql database in your application?

Re: HMG 3.2 (Stable)

Posted: Tue Feb 25, 2014 4:12 pm
by andyglezl
Hola Rathinagiri
(perdón, no habia visto el mensaje)

Estoy probando conectarme a una DB de MySql y utilizo las siguientes funciones
(en HMG 3.1.5 no tengo problemas)
-----------------------------------------------------------------------------
Hello Rathinagiri
(sorry, had not seen the message)

I'm trying to connect to a MySql DB and use the following functions
(HMG in 3.1.5 I have no problems)

dbo:=Connect2DB('localhost','Adm528','','MyBusinessDelta')
aTableCol:=SQL(dbo,"DESCRIBE prods")
aTableDat:=SQL(dbo,"select "+cCposQuery+" from prods order by articulo")

Re: HMG 3.2 (Stable)

Posted: Tue Feb 25, 2014 5:33 pm
by Rathinagiri
Then you have to include -lhmgmysql in the library list.

Also, there is no function called iscontroldefine(). However there is a function called iscontroldefined().

Re: HMG 3.2 (Stable)

Posted: Tue Feb 25, 2014 6:10 pm
by andyglezl
Rathinagiri, ya la incluí y me dice que no encuentra "iscontroldefine()" pero en mi fuente
yo no la utilizo, hago un #include "Gridtopdf.prg" y ahi si existe, la cambie por "iscontroldefined()"
pero aun asi me sigue dando el error de que no la encuentra ???
----------------------------------------------------------------------------------------------
Rathinagiri, and included it and tells me not found "iscontroldefine ()" but my source
I do not use it, I do a # include "Gridtopdf.prg" and then if there is, it is changed to "iscontroldefined()"
but still still gives me the error that can not find it??

Re: HMG 3.2 (Stable)

Posted: Tue Feb 25, 2014 6:24 pm
by andyglezl
vuelvo a compilar con la 3.1.5, (con los cambios hechos en "Gridtopdf.prg")
y si me funciona !
-------------------------------------------------------------------------
I again compiled with 3.1.5 (with the changes made in "Gridtopdf.prg")
and if it works!

Re: HMG 3.2 (Stable)

Posted: Tue Feb 25, 2014 9:09 pm
by mol
Maybe you have incremental compilation turned ON. you must remember to reset incremental data sometimes...

Re: HMG 3.2 (Stable)

Posted: Fri Mar 07, 2014 12:35 am
by Javier Tovar
Hola a todos,

Ejecute el ejemplo de RichEditBox y es excelente :D :D :D , solo encontre a primera revisión que el tamaño de la fuente no lo ejecuta a la primera, tengo que volver a decirle que quiero que el tamaño de la fuente de otro tamaño y ya hace el cambio :D ,

No se si ya esta posteado este problema, o nada mas a mi me ocurre?

Saludos

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////



Hi all,

Run the example of RichEditBox and is excellent :D :D :D , only found to first review the font size does not run to the first, I have to say again that I want the font size and other size and make the change :D

Do not know if already posted this problem, or anything else to my happening to me?

regards

Re: HMG 3.2 (Stable)

Posted: Fri Mar 07, 2014 12:41 am
by Javier Tovar
También me ocurre con el tipo de letra!

Saludos


///////////////////////////////////////////////////////



I also happen with the font!

regards

Re: HMG 3.2 (Stable)

Posted: Wed Mar 19, 2014 2:07 am
by CarlosRD
Hola a todos:

He intentado descargar el ejecutable de la version 3.2 y el resultado es que el ejecutable esta corrupto. Alguien ha experimentado algo asi anteriormente???

Hi all:

I have been tried to download 3.2 version of HMG, but my final result is "file corrupted". Is anybody with the same result???

Saludos/Regards, Carlos RD

Re: HMG 3.2 (Stable)

Posted: Wed Mar 19, 2014 3:30 am
by Rathinagiri
Please download from Sourceforge.net and try.