It is currently Thu Sep 09, 2010 2:06 am




Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2, 3  Next
HMG 3.0 FORUM TEST XV 
Author Message
HMG Founder
User avatar

Joined: Wed Jul 30, 2008 6:43 pm
Posts: 2324
Post 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: http://www.hmgforum.com/hmg300_Test_15.exe

_________________
Regards/Saludos,

Roberto


(Veritas Filia Temporis)


Tue Jan 12, 2010 6:39 pm
Profile
User avatar

Joined: Sat Mar 07, 2009 11:52 am
Posts: 1348
Post Re: HMG 3.0 FORUM TEST XV
Hello Master Roberto,
Thanks a lot for this version.
With best regards.
Sudip

_________________
With best regards,
Sudip


Tue Jan 12, 2010 6:46 pm
Profile
User avatar

Joined: Wed Jul 30, 2008 9:17 pm
Posts: 1421
Location: Alexandretta / Turkey [36.570084 N 36.169009 E]
Post Re: HMG 3.0 FORUM TEST XV
Thanks a lot Maestro :D

Best Regards

--

Esgici

_________________
Viva Clipper !


Tue Jan 12, 2010 6:56 pm
Profile WWW

Joined: Sun Jan 10, 2010 7:05 pm
Posts: 97
Post Re: HMG 3.0 FORUM TEST XV
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: http://www.hmgforum.com/hmg300_Test_15.exe


Gracias maestro, vaya capacidad de trabajo, envidiable.
Un saludo cordial.


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


Tue Jan 12, 2010 7:00 pm
Profile
User avatar

Joined: Sat Mar 07, 2009 11:52 am
Posts: 1348
Post Re: HMG 3.0 FORUM TEST XV
Hello Master Roberto,

After small test I found:
Quote:
Append not working on data-bound grid. Reported by Sudip.

Solved :)

Quote:
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:
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)


Attachment:
Sal.jpg
Sal.jpg [ 37.24 KiB | Viewed 250 times ]


I am also sending my unfinished project source code
Attachment:
Salary.zip [24.54 KiB]
Downloaded 21 times


Please check Atten.prg and frmAtten.fmg for the problem

Thanks in advance :)

With best regards.

Sudip

_________________
With best regards,
Sudip


Tue Jan 12, 2010 7:15 pm
Profile
HMG Founder
User avatar

Joined: Wed Jul 30, 2008 6:43 pm
Posts: 2324
Post 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]Date:13/01/2010 Time: 00:30:59
Error BASE/1066 Argument error: conditional


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)


Tue Jan 12, 2010 7:22 pm
Profile
User avatar

Joined: Sat Mar 07, 2009 11:52 am
Posts: 1348
Post Re: HMG 3.0 FORUM TEST XV
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

_________________
With best regards,
Sudip


Tue Jan 12, 2010 7:31 pm
Profile
HMG Founder
User avatar

Joined: Wed Jul 30, 2008 6:43 pm
Posts: 2324
Post Re: HMG 3.0 FORUM TEST XV
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.

_________________
Regards/Saludos,

Roberto


(Veritas Filia Temporis)


Tue Jan 12, 2010 7:33 pm
Profile
User avatar

Joined: Sat Mar 07, 2009 11:52 am
Posts: 1348
Post 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

_________________
With best regards,
Sudip


Tue Jan 12, 2010 7:56 pm
Profile
User avatar

Joined: Wed Feb 11, 2009 10:56 am
Posts: 543
Location: Americana - SP
Post Re: HMG 3.0 FORUM TEST XV
Thanks Master for this new release.

My best regards,

_________________
--
Paulo Sérgio Durço (Vanguarda)
"All you need is love" (The Beatles)

http://hmglights.wordpress.com/


Tue Jan 12, 2010 10:38 pm
Profile WWW
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2, 3  Next


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © phpBB Group.
Designed by Vjacheslav Trushkin for Free Forum/DivisionCore.