Page 3 of 4
Re: HMG 3.0.33
Posted: Wed May 12, 2010 1:57 pm
by Czarny_Pijar
Roberto Lopez wrote:Roberto Lopez wrote:
Please, take a look at the following IDE GRID attached sample.
And please, let me know your experience. I want to solve any problem that arises and clarify any other question you have.
Happiness is short. Just turn this :
Code: Select all
Function Main
sele 1
Use b1emp
Load Window Main
Main.Center
Main.Activate
Return
into this:
Code: Select all
Function Main
sele 1
Use b1emp
sele 2
Use b2sal
Load Window Main
Main.Center
Main.Activate
Return
and we get this:
HMG Errorlog File
------------------------------------
Date:05/12/10 Time: 15:34:29
Error BASE/1102 Argument error: UPPER
Called from UPPER(0)
Called from _DEFINEGRID(162)
Called from MAIN(54)
------------------------------------
Re: HMG 3.0.33
Posted: Wed May 12, 2010 6:15 pm
by Roberto Lopez
Czarny_Pijar wrote:Roberto Lopez wrote:Roberto Lopez wrote:
Please, take a look at the following IDE GRID attached sample.
And please, let me know your experience. I want to solve any problem that arises and clarify any other question you have.
Happiness is short. Just turn this :
Code: Select all
Function Main
sele 1
Use b1emp
Load Window Main
Main.Center
Main.Activate
Return
into this:
Code: Select all
Function Main
sele 1
Use b1emp
sele 2
Use b2sal
Load Window Main
Main.Center
Main.Activate
Return
and we get this:
HMG Errorlog File
------------------------------------
Date:05/12/10 Time: 15:34:29
Error BASE/1102 Argument error: UPPER
Called from UPPER(0)
Called from _DEFINEGRID(162)
Called from MAIN(54)
------------------------------------
I'll check it ASAP.
Thanks for the report.
Re: HMG 3.0.33
Posted: Wed May 12, 2010 6:32 pm
by Roberto Lopez
Roberto Lopez wrote:I'll check it ASAP.Thanks for the report.
I've fixed.
The happiness is here again
Please, replace your libhmg.a with the one attached.
Re: HMG 3.0.33
Posted: Wed May 12, 2010 8:44 pm
by Roberto Lopez
gfilatov wrote:Please try to edit the first line of Grid by <Enter> key since the first cell in the sample below.
When you press Enter for exit from editing you'll move to
4th numeric cell but you should move to
2nd character
editable cell.
It seems that there is a problem with
CellValue property into ColumnWhen block
I'm working on it right now.
You are right in both of your assumptions.
1. The problem was introduced in 3.0.31
2. The problem is that This.CellValue property is incorrect (the corresponding to the first column is always returned).
I'll still working on it.
Thanks for the sample and explanation. That facilitate my work a lot.
Re: HMG 3.0.33
Posted: Wed May 12, 2010 8:53 pm
by srvet_claudio
Gracias Roberto por esta nueva actualización.
Saludos,
Claudio Soto.
Re: HMG 3.0.33
Posted: Wed May 12, 2010 10:52 pm
by Roberto Lopez
Roberto Lopez wrote:
I'm working on it right now.
You are right in both of your assumptions.
1. The problem was introduced in 3.0.31
2. The problem is that This.CellValue property is incorrect (the corresponding to the first column is always returned).
I'll still working on it.
Thanks for the sample and explanation. That facilitate my work a lot.
And the 'guilty' code is:
- Modified: Exiting from grid cell edit, jumps to the next editable cell. Requested by Sudip.
Will be very difficult to keep this functionality and 'When' working... I'll try...
Re: HMG 3.0.33
Posted: Wed May 12, 2010 11:51 pm
by Roberto Lopez
gfilatov wrote:Roberto Lopez wrote:- HMG 3.0.33 Changelog:
- Fixed: Grid 'ColumnWhen' property problems. Reported by Claudio.
...
Hello Roberto,
There is an other problem with Grid 'ColumnWhen' moving after HMG 3.0.31.
<...>
I've fixed. Please test with the attached library.
Re: HMG 3.0.33
Posted: Thu May 13, 2010 1:04 am
by Rathinagiri
Thanks a lot Roberto.

Re: HMG 3.0.33
Posted: Thu May 13, 2010 1:19 am
by Czarny_Pijar
Let's say this is the 3.0.33d version

Re: HMG 3.0.33
Posted: Thu May 13, 2010 7:30 am
by gfilatov
Thanks a lot Roberto. It works smoothly now.
