Page 18 of 20

Re: HMG 3.4.1

Posted: Mon Aug 17, 2015 2:33 am
by esgici
Thanks Claudio and Dave !

Viva HMG :D

Re: HMG 3.4.1

Posted: Wed Aug 19, 2015 5:36 pm
by EduardoLuis
Hi Claudio:

I've download and installed both patches.-
I've tested compiling my developes and till now all works fine ;) .-
With regards.
Eduardo

Re: HMG 3.4.1

Posted: Tue Sep 08, 2015 7:33 am
by mol
Hi Claudio!
Long time ago, I've proposed changes in H_HMG_HPDF.PRG file - add one line to correct position printed line.
In last version, this shoud be addes line 312:

Code: Select all

 
nyPos -= nFontSize
This line allows the same positioning of normally printed text corresponding to multiline_print command, prining lines, rectangles.

I attach sample screens:
Image


Previous submitted pictures (from january 2015):
Image
Image

Re: HMG 3.4.1

Posted: Tue Sep 08, 2015 8:24 am
by Rathinagiri
sorry Marek. I am the one who had forgotten to include your suggestion.

We shall include in the next version.

Re: HMG 3.4.1

Posted: Tue Sep 08, 2015 10:10 am
by mol
Rathinagiri wrote:sorry Marek. I am the one who had forgotten to include your suggestion.

We shall include in the next version.
Many thanks!

Re: HMG 3.4.1

Posted: Tue Sep 08, 2015 11:10 am
by mol
I've added all patches to hmg 3.4.1 (from 1 to 6) but hmg_version() still report 3.4.1 patch 4.
Is it OK?

Re: HMG 3.4.1

Posted: Tue Sep 08, 2015 12:28 pm
by srvet_claudio
mol wrote:I've added all patches to hmg 3.4.1 (from 1 to 6) but hmg_version() still report 3.4.1 patch 4.
Is it OK?
I forgot to update the number of patch in the header file.

Re: HMG 3.4.1

Posted: Tue Sep 08, 2015 12:30 pm
by mol
srvet_claudio wrote:
mol wrote:I've added all patches to hmg 3.4.1 (from 1 to 6) but hmg_version() still report 3.4.1 patch 4.
Is it OK?
I forgot to update the number of patch in the header file.
OK :-)

Re: HMG 3.4.1

Posted: Tue Sep 08, 2015 6:26 pm
by mol
I found strange behaviour of GRID. I'm using it to edit table. When I put cursor to any row and edit data, function called by ColumnValid property get CurrentRowIndex = 0. Look at the screenshot:
Image

What's going on?
(this was happening in older hmg version, too).

Re: HMG 3.4.1

Posted: Tue Sep 08, 2015 6:59 pm
by srvet_claudio
mol wrote:I found strange behaviour of GRID. I'm using it to edit table. When I put cursor to any row and edit data, function called by ColumnValid property get CurrentRowIndex = 0. Look at the screenshot:
Image

What's going on?
(this was happening in older hmg version, too).
Try with:

Code: Select all

<ParentWindowName>.<GridControlName>.CellRowFocused   --> nCellRowIndex
<ParentWindowName>.<GridControlName>.CellColFocused   --> nCellColIndex