Page 2 of 3

Re: IDE UPDATE (XIf)

Posted: Fri Nov 13, 2009 5:04 pm
by Roberto Lopez
esgici wrote:Hello

Here my two cents :)

Regards

--

Esgici
Thanks!

Re: IDE UPDATE (XIf)

Posted: Fri Nov 13, 2009 5:44 pm
by mol
I've tested reports and have some comments.
First: when length of title of column is too long, report break it into 2 lines. But, separator is too high - look at image below:
Image

Second: reports, or all HMG is printer driver' sensitive
Image above contains good letters when printer is set to HP OfficeJet 6500 (new ink driver).
Image below was a snapshot frtom preview, where printer was set to LaserJet 2100:
Image


I think, problem is similar to that one, when I tried to print bolded text with internal HMG function.

Re: IDE UPDATE (XIf)

Posted: Sat Nov 14, 2009 4:56 pm
by Vanguarda
Roberto Lopez wrote:Esgici, Marek, Vanguarda

Please, when possible, send me updated messages from 283 to 286.

TIA.
Hi Masters....

Sorry my delay again... :(

In attachment follow the new PtBR.LNG

My best regards,

Re: IDE UPDATE (XIf)

Posted: Sat Nov 14, 2009 5:38 pm
by Roberto Lopez
Vanguarda wrote:
Roberto Lopez wrote:Esgici, Marek, Vanguarda

Please, when possible, send me updated messages from 283 to 286.

TIA.
Hi Masters....

Sorry my delay again... :(

In attachment follow the new PtBR.LNG

My best regards,

Thanks!

Re: IDE UPDATE (XIf)

Posted: Sat Nov 14, 2009 5:49 pm
by Roberto Lopez
mol wrote:I've tested reports and have some comments.
First: when length of title of column is too long, report break it into 2 lines.
<...>
Regarding the title length, please consider that this is a first version. This will not feature double line titles. The fix for this will be limit the character count in titles input when required.

A second version (when the first be stable and tested enough) will include such feature (among others).

EDIT: Report generator calls the functions directly (the same as you've reported previously). So there is the key to solve it.

Thanks for reporting.

Re: IDE UPDATE (XIf)

Posted: Sat Nov 14, 2009 5:53 pm
by Vanguarda
Master, i´ve a little doubt.

The app "IDE.EXE" not was created with "SET MULTIPLE OFF"?

With best regards,

Re: IDE UPDATE (XIf)

Posted: Sat Nov 14, 2009 5:57 pm
by Roberto Lopez
Vanguarda wrote:Master, i´ve a little doubt.

The app "IDE.EXE" not was created with "SET MULTIPLE OFF"?

With best regards,
No.

Re: IDE UPDATE (XIf)

Posted: Sat Nov 14, 2009 5:58 pm
by Vanguarda
Roberto Lopez wrote: No.
Thanks.

Regards,

Re: IDE UPDATE (XIf)

Posted: Sun Nov 15, 2009 12:14 am
by fchirico
Roberto Lopez wrote:Hi All,

This release features grouping support in report builder and DECLARE WINDOW <Current Window> statement in new code snippets.

Gracias Roberto!

Perdoname, estuve probando el GROUPING y no lo puedo hacer funcionar, si al reporte le saco el GROUPING funciona, de lo contrario aparece un error:

Date:11/14/09 Time: 21:08:18
Error BASE/1072 Argument error: <>

Called from EXECUTEREPORT(688)
Called from VER(8)


Lo he probado con distintas DBFs y siempre el mismo error. Seguramente esté haciendo algo mal.
Te adjunto 2 ejemplos, la carpeta "ejemplos" funciona ok y la carpeta "ejemplos2" es la que solo le agregué el GROUPING y no funciona.

Muchas gracias.

Saludos, Fernando Chircio.

Re: IDE UPDATE (XIf)

Posted: Sun Nov 15, 2009 2:44 am
by Roberto Lopez
fchirico wrote:
Roberto Lopez wrote:Hi All,

This release features grouping support in report builder and DECLARE WINDOW <Current Window> statement in new code snippets.

Gracias Roberto!

Perdoname, estuve probando el GROUPING y no lo puedo hacer funcionar, si al reporte le saco el GROUPING funciona, de lo contrario aparece un error:

Date:11/14/09 Time: 21:08:18
Error BASE/1072 Argument error: <>

Called from EXECUTEREPORT(688)
Called from VER(8)


Lo he probado con distintas DBFs y siempre el mismo error. Seguramente esté haciendo algo mal.
Te adjunto 2 ejemplos, la carpeta "ejemplos" funciona ok y la carpeta "ejemplos2" es la que solo le agregué el GROUPING y no funciona.

Muchas gracias.

Saludos, Fernando Chircio.
I've found the problem and already fixed.

I'll publish a fixed version ASAP.

Thanks for reporting.