Page 1 of 3

HMG 3.0 FORUM TEST XV

Posted: Tue Jan 12, 2010 6:39 pm
by Roberto Lopez
Hi All,

Changes on this release:

- BugFix (Numeric Inputmask TextBox) reverted (OnChange procedure executed on LostFocus/GotFocus): This fix created serious problems on InputMask processing, so I've reverted while working on a new fix that do not interfere with that. Reported by Esgici.

- Append not working on data-bound grid. Reported by Sudip.

- Return/Escape Keys not working on data-bound grid combo. Reported by Sudip.

- Problem in IDE errorlog window. Reported by Ricci.


Download/Descarga: hmg300_Test_15.exe

Re: HMG 3.0 FORUM TEST XV

Posted: Tue Jan 12, 2010 6:46 pm
by sudip
Hello Master Roberto,
Thanks a lot for this version.
With best regards.
Sudip

Re: HMG 3.0 FORUM TEST XV

Posted: Tue Jan 12, 2010 6:56 pm
by esgici
Thanks a lot Maestro :D

Best Regards

--

Esgici

Re: HMG 3.0 FORUM TEST XV

Posted: Tue Jan 12, 2010 7:00 pm
by JALMAG
Roberto Lopez wrote:Hi All,

Changes on this release:

- BugFix (Numeric Inputmask TextBox) reverted (OnChange procedure executed on LostFocus/GotFocus): This fix created serious problems on InputMask processing, so I've reverted while working on a new fix that do not interfere with that. Reported by Esgici.

- Append not working on data-bound grid. Reported by Sudip.

- Return/Escape Keys not working on data-bound grid combo. Reported by Sudip.

- Problem in IDE errorlog window. Reported by Ricci.


Download/Descarga: hmg300_Test_15.exe
Gracias maestro, vaya capacidad de trabajo, envidiable.
Un saludo cordial.


Thank you teacher that working, enviable capacity.
A cordial greeting.

Re: HMG 3.0 FORUM TEST XV

Posted: Tue Jan 12, 2010 7:15 pm
by sudip
Hello Master Roberto,

After small test I found:
Append not working on data-bound grid. Reported by Sudip.
Solved :)
Return/Escape Keys not working on data-bound grid combo. Reported by Sudip.
Solved :) :)

But, working on celled grid with combo box I found some problems. The grid has 3 columns. 1st column is hidden by setting width 0, 2nd column is shown, but 1st and 2nd column is made readonly using colmunwhen as .f. . 3rd colmun is combobox control. After selecting combobox, when I pressed enter or double clicked on 2nd column (in grid it is shown as 1st column) I got following error.

Code: Select all

Date:13/01/2010 Time: 00:30:59
Error BASE/1066 Argument error: conditional

Called from _HMG_GRIDINPLACEKBDEDIT_2(1722)
Called from EVENTS(1735)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(4560)
Called from DOMETHOD(7277)
Called from ATTEN(17)
Called from (b)MAIN(86)
Called from _DOCONTROLEVENTPROCEDURE(4872)
Called from EVENTS(1328)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(4514)
Called from MAIN(108) 
Sal.jpg
Sal.jpg (37.24 KiB) Viewed 5124 times
I am also sending my unfinished project source code
Salary.zip
(24.54 KiB) Downloaded 288 times
Please check Atten.prg and frmAtten.fmg for the problem

Thanks in advance :)

With best regards.

Sudip

Re: HMG 3.0 FORUM TEST XV

Posted: Tue Jan 12, 2010 7:22 pm
by Roberto Lopez
sudip wrote:
But, working on celled grid with combo box I found some problems. The grid has 3 columns. 1st column is hidden by setting width 0, 2nd column is shown, but 1st and 2nd column is made readonly using colmunwhen as .f. . 3rd colmun is combobox control. After selecting combobox, when I pressed enter or double clicked on 2nd column (in grid it is shown as 1st column) I got following error.

Code: Select all

Date:13/01/2010 Time: 00:30:59
Error BASE/1066 Argument error: conditional
[/quote]

I'm unable to build it.

I get a lot of undefined reference errors.

Could be you so kind to reduce to a small sample ?

TIA.

Re: HMG 3.0 FORUM TEST XV

Posted: Tue Jan 12, 2010 7:31 pm
by sudip
Roberto Lopez wrote:.....
I'm unable to build it.
I get a lot of undefined reference errors.
Could be you so kind to reduce to a small sample ?
TIA.
Yes, Master Roberto. I shall do it :) but it will take some time :) And it's positive side will be, during creation of Small sample I may found "my" error :lol:
BTW, I have sent whole project along with sample data (as shown in the picture). The project file is Salary.hbp. I compiled just it again with IDE.
But, I shall definitely send you a smaller sample :)
With best regards.
Sudip

Re: HMG 3.0 FORUM TEST XV

Posted: Tue Jan 12, 2010 7:33 pm
by Roberto Lopez
sudip wrote:
Roberto Lopez wrote:.....
I'm unable to build it.
I get a lot of undefined reference errors.
Could be you so kind to reduce to a small sample ?
TIA.
Yes, Master Roberto. I shall do it :) but it will take some time :) And it's positive side will be, during creation of Small sample I may found "my" error :lol:
BTW, I have sent whole project along with sample data (as shown in the picture). The project file is Salary.hbp. I compiled just it again with IDE.
But, I shall send you a smaller sample :)
With best regards.
Sudip
Was MY ERROR :)

Please, search for all return statements without a value in the function _HMG_GRIDINPLACEEDIT and give it a '.f.'.

It should fix it.

Re: HMG 3.0 FORUM TEST XV

Posted: Tue Jan 12, 2010 7:56 pm
by sudip
Thanks a lot Master Roberto :)
I was afraid I might disturbing you :(
I saw your post by the time I just created my "small" sample ;)
Thanks a lot again :)
It's 1:25am in India and I really need to sleep. I shall test with your tip tomorrow. :)
Good night to you all! :)
With best regards.
Sudip

Re: HMG 3.0 FORUM TEST XV

Posted: Tue Jan 12, 2010 10:38 pm
by Vanguarda
Thanks Master for this new release.

My best regards,