Page 1 of 2
HMG IDE 2.9.4 (Forum Test II)
Posted: Sun Aug 23, 2009 6:07 pm
by Roberto Lopez
Hi All,
Enhancements to report builder:
- Custom Fields / Expressions
- Custom Fonts (Name / Size / Style)
- Various interface changes
- Various bug fixes
Regards,
Roberto.
Re: HMG IDE 2.9.4 (Forum Test II)
Posted: Sun Aug 23, 2009 6:11 pm
by Vanguarda
Thanks master for this new release
with best regards,
Re: HMG IDE 2.9.4 (Forum Test II)
Posted: Mon Aug 24, 2009 3:32 am
by sudip
Hello Master Roberto,
Thank you for this version. Downloaded it. I shall confirm after testing.
Regards.
Sudip
Re: HMG IDE 2.9.4 (Forum Test II)
Posted: Mon Aug 24, 2009 4:54 am
by Rathinagiri
Thanks Roberto.
Re: HMG IDE 2.9.4 (Forum Test II)
Posted: Mon Aug 24, 2009 6:31 am
by sudip
Thanks! It runs Ok!

Regards.
Sudip
Re: HMG IDE 2.9.4 (Forum Test II)
Posted: Tue Aug 25, 2009 12:25 am
by fchirico
Roberto Lopez wrote:Hi All,
Enhancements to report builder:
- Custom Fields / Expressions
- Custom Fonts (Name / Size / Style)
- Various interface changes
- Various bug fixes
Regards,
Roberto.
Gracias, probado y funcionando!
Saludos, Fernando Chirico.
Re: HMG IDE 2.9.4 (Forum Test II)
Posted: Tue Aug 25, 2009 1:44 am
by luisvasquezcl
Excelente,
muchas gracias por tu constancia.
Saludos cordiales,
Luis vasquez
Re: HMG IDE 2.9.4 (Forum Test II)
Posted: Tue Aug 25, 2009 1:52 am
by luisvasquezcl
Estimado Roberto,
probando el informe cuando pones 2 campos de texto produce problemas.
en mi caso, puse test->First+' '+test->last y resultó la imagen que adjunto.
Deben tener cuidado cuando pones un espacio separando 2 campos de texto. Debes poner comillas simples ya que el report genera una cadena encerrada entre comillas dobles.
saludos cordiales,
Luis Vasquez
Re: HMG IDE 2.9.4 (Forum Test II)
Posted: Tue Aug 25, 2009 2:24 am
by Roberto Lopez
luisvasquezcl wrote:Estimado Roberto,
probando el informe cuando pones 2 campos de texto produce problemas.
en mi caso, puse test->First+' '+test->last y resultó la imagen que adjunto.
Deben tener cuidado cuando pones un espacio separando 2 campos de texto. Debes poner comillas simples ya que el report genera una cadena encerrada entre comillas dobles.
saludos cordiales,
Luis Vasquez
English:
I'm not fully sure about you've done.
Where exactly had you write
test->First+' '+test->last ?
Español:
No estoy completamente seguro de lo que hiciste.
¿Donde exactamente escribiste
test->First+' '+test->last?
Saludos/Regards
Roberto.
Re: HMG IDE 2.9.4 (Forum Test II)
Posted: Tue Aug 25, 2009 2:42 am
by Roberto Lopez
Roberto Lopez wrote:luisvasquezcl wrote:Estimado Roberto,
probando el informe cuando pones 2 campos de texto produce problemas.
en mi caso, puse test->First+' '+test->last y resultó la imagen que adjunto.
Deben tener cuidado cuando pones un espacio separando 2 campos de texto. Debes poner comillas simples ya que el report genera una cadena encerrada entre comillas dobles.
saludos cordiales,
Luis Vasquez
And...
In this first version, the report builder, does a simple job.
It assigns to each field the same width. The width is calculated according the selected field count and current page width.
So, if the calculated field width is not enough, you will be in trouble
Anyway, you can change the font type and size, and eventually use a 'custom field' to make the field narrow (ie: Left(field,..) ).
Regards,
Roberto.