HMG 3.0 FORUM TEST XV
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
HMG 3.0 FORUM TEST XV
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
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
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG 3.0 FORUM TEST XV
Hello Master Roberto,
Thanks a lot for this version.
With best regards.
Sudip
Thanks a lot for this version.
With best regards.
Sudip
With best regards,
Sudip
Sudip
Re: HMG 3.0 FORUM TEST XV
Gracias maestro, vaya capacidad de trabajo, envidiable.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
Un saludo cordial.
Thank you teacher that working, enviable capacity.
A cordial greeting.
Re: HMG 3.0 FORUM TEST XV
Hello Master Roberto,
After small test I found:

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.
I am also sending my unfinished project source code
Please check Atten.prg and frmAtten.fmg for the problem
Thanks in advance
With best regards.
Sudip
After small test I found:
SolvedAppend not working on data-bound grid. Reported by Sudip.
SolvedReturn/Escape Keys not working on data-bound grid combo. Reported by Sudip.
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) Thanks in advance
With best regards.
Sudip
With best regards,
Sudip
Sudip
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0 FORUM TEST XV
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.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG 3.0 FORUM TEST XV
Yes, Master Roberto. I shall do itRoberto 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.
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
With best regards,
Sudip
Sudip
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0 FORUM TEST XV
Was MY ERRORsudip wrote:Yes, Master Roberto. I shall do itRoberto 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.but it will take some time
And it's positive side will be, during creation of Small sample I may found "my" error
![]()
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
Please, search for all return statements without a value in the function _HMG_GRIDINPLACEEDIT and give it a '.f.'.
It should fix it.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG 3.0 FORUM TEST XV
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
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
With best regards,
Sudip
Sudip
Re: HMG 3.0 FORUM TEST XV
Thanks Master for this new release.
My best regards,
My best regards,