Page 1 of 1

HFCL 0.95 (2010-03-16)

Posted: Tue Mar 16, 2010 2:55 pm
by Rathinagiri
Hi,

I am happy to share with you HFCL 0.95.

Change log:

1. GridPrint Module:
- New - Pre-formatted grid printing. (please see gridprintpreformat sample)
Now you can program to print a grid without any user intervention using 'columnwidths' directive. Programmer can plan the column width (mm) and pass an array of column widths. This array shall have the same number of elements as of the number of columns. If you don't want to print a column in the report please mention the column width as 0.
- New - Paper Sizes
Now you can select any pre-defined HMG paper size using 'PAPERSIZE' directive. For 'PRINTER_PAPER_USER' size you have to mention 'PAPERWIDTH' and 'PAPERHEIGHT'.
- Changed - Spread
'Spreading the white space' has been disabled by default. If you want you can enable inside the gridprint window.

You can download and test the new version from the below mentioned link.

site/

Re: HFCL 0.95 (2010-03-16)

Posted: Tue Mar 16, 2010 3:05 pm
by esgici
Thanks Rathi :)

Regards

--

Esgici

Re: HFCL 0.95 (2010-03-16)

Posted: Tue Mar 16, 2010 3:55 pm
by fchirico
rathinagiri wrote:Hi,

I am happy to share with you HFCL 0.95.

Change log:

1. GridPrint Module:
- New - Pre-formatted grid printing. (please see gridprintpreformat sample)
Now you can program to print a grid without any user intervention using 'columnwidths' directive. Programmer can plan the column width (mm) and pass an array of column widths. This array shall have the same number of elements as of the number of columns. If you don't want to print a column in the report please mention the column width as 0.
- New - Paper Sizes
Now you can select any pre-defined HMG paper size using 'PAPERSIZE' directive. For 'PRINTER_PAPER_USER' size you have to mention 'PAPERWIDTH' and 'PAPERHEIGHT'.
- Changed - Spread
'Spreading the white space' has been disabled by default. If you want you can enable inside the gridprint window.

You can download and test the new version from the below mentioned link.

site/
Thank You Rathi!!!

...::: SPANISH :::...
Estimado Rathi:

Yo uso gridprint, los datos los cargo por medio de la propiedad ITEMS. Pero hace tiempo que comenzé a utilizar la propiedad ROWSOURCE y dejé de usar ITEMS.

Está preparado gridprint para esto? cómo lo uso? tendrás un pequeño ejemplo?

Muchas gracias!

...::: ENGLISH :::...
Dear Rathi:

I use gridprint, the position data through the Items property. But it long ago began using the ROWSOURCE property and stopped using ITEMS.

Gridprint Ready for this? how do I use? have a small example?

Thank you very much!

Re: HFCL 0.95 (2010-03-16)

Posted: Tue Mar 16, 2010 4:17 pm
by Rathinagiri
Thanks for your interest Fernando.

I am in the process of porting gridpint for data bound grids and virtual grids.

Re: HFCL 0.95 (2010-03-16)

Posted: Tue Mar 16, 2010 5:49 pm
by fchirico
rathinagiri wrote:Thanks for your interest Fernando.

I am in the process of porting gridpint for data bound grids and virtual grids.
Thanks Rathi!!

Re: HFCL 0.95 (2010-03-16)

Posted: Wed Mar 17, 2010 1:19 am
by Roberto Lopez
rathinagiri wrote:Hi,

I am happy to share with you HFCL 0.95.
<...>
Thanks for this new release.

Re: HFCL 0.95 (2010-03-16)

Posted: Wed Mar 17, 2010 1:31 am
by luisvasquezcl
Gracias Rathi por esta nueva versión.
Saludos cordiales,
Luis Vasquez.