HMG 3.0 FORUM TEST XIV

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0 FORUM TEST XIV

Post by Roberto Lopez »

esgici wrote:I would guess so.

Best regards

--

Esgici
You can rollback the fix, recovering the correct inputmask functionality deleting the line 1404 in the h_windows.prg file and the recompiling the library.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG 3.0 FORUM TEST XIV

Post by sudip »

Thanks a lot Master Roberto for this wonderful update :D
With best regards.

Sudip
With best regards,
Sudip
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG 3.0 FORUM TEST XIV

Post by sudip »

Hello Master Roberto,

I found following problems during Grid with CellNevigation.

1. When using Combox with Keyboard, I used Alt+DnArrow. Now, list opened. I selected an item by using arrow key. But, list is not closed by pressing Enter key. It requires mouse click.

2. I got following error on dbl-clicking another column (for which ColumnWhen property is .f.)

Code: Select all

Date:11/01/2010 Time: 13:38:40
Error BASE/1066 Argument error: conditional

Called from _HMG_GRIDINPLACEKBDEDIT_2(1690)
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
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0 FORUM TEST XIV

Post by mol »

sudip wrote: 1. When using Combox with Keyboard, I used Alt+DnArrow. Now, list opened. I selected an item by using arrow key. But, list is not closed by pressing Enter key. It requires mouse click.
...
Sudip
I've tried it on GRID.27 sample - really Enter is not closing combobox...
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0 FORUM TEST XIV

Post by mol »

Grid.27 sample: error occured when I tried to add record pressing Alt-A:
Error BASE/1132 Bound error: array access
Called from GETDATAGRIDCELLDATA(2294)
Called from EVENTS(2474)
Called from GETDSX(0)
Called from EVENTS(2416)
Called from C_MSGSTOP(0)
Called from SHOWERROR(166)
Called from DEFERROR(115)
Called from (b)ERRORSYS(55)
Called from GETDATAGRIDCELLDATA(2294)
Called from EVENTS(2474)
Called from C_MSGSTOP(0)
Called from SHOWERROR(166)
Called from DEFERROR(115)
Called from (b)ERRORSYS(55)
Called from GETDATAGRIDCELLDATA(2294)
Called from EVENTS(2474)
Called from LISTVIEW_SETCURSEL(0)
Called from _SETVALUE(563)
Called from DATAGRIDAPPEND(1876)
Called from EVENTS(2334)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(4514)
Called from MAIN(62)
When I removed "BUFFERED" from grid definition, new record was added, but error occured when I tried to edit this one:
Date:01/11/10 Time: 09:40:33
Error BASE/1132 Bound error: array access
Called from GETDATAGRIDCELLDATA(2294)
Called from EVENTS(2474)
Called from GETDSX(0)
Called from EVENTS(2416)
Called from C_MSGSTOP(0)
Called from SHOWERROR(166)
Called from DEFERROR(115)
Called from (b)ERRORSYS(55)
Called from GETDATAGRIDCELLDATA(2294)
Called from EVENTS(2474)
Called from C_MSGSTOP(0)
Called from SHOWERROR(166)
Called from DEFERROR(115)
Called from (b)ERRORSYS(55)
Called from GETDATAGRIDCELLDATA(2294)
Called from EVENTS(2474)
Called from LISTVIEW_SETCURSEL(0)
Called from _SETVALUE(563)
Called from DATAGRIDREFRESH(2084)
Called from _HMG_GRIDINPLACEEDIT(907)
Called from _HMG_GRIDINPLACEKBDEDIT_2(1684)
Called from EVENTS(1735)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(4514)
Called from MAIN(61)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0 FORUM TEST XIV

Post by esgici »

Roberto Lopez wrote:
You can rollback the fix, recovering the correct inputmask functionality deleting the line 1404 in the h_windows.prg file and the recompiling the library.
Done and result is OK :)

Thanks a lot Maestro :D

Best Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0 FORUM TEST XIV

Post by Roberto Lopez »

sudip wrote:Hello Master Roberto,

I found following problems during Grid with CellNevigation.

1. When using Combox with Keyboard, I used Alt+DnArrow. Now, list opened. I selected an item by using arrow key. But, list is not closed by pressing Enter key. It requires mouse click.
Ok. Verified as a problem.

Anyway, if you close the combo with alt+UpArrow and the press enter, it works.
sudip wrote:
2. I got following error on dbl-clicking another column (for which ColumnWhen property is .f.)

Code: Select all

Date:11/01/2010 Time: 13:38:40
Error BASE/1066 Argument error: conditional
[/quote]

Please send me a sample about this.

TIA.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0 FORUM TEST XIV

Post by Roberto Lopez »

mol wrote:Grid.27 sample: error occured when I tried to add record pressing Alt-A:


When I removed "BUFFERED" from grid definition, new record was added, but error occured when I tried to edit this one:
Verified.

Thanks for the report.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
claudiotedesco
Posts: 132
Joined: Thu Jul 31, 2008 12:05 pm

Re: HMG 3.0 FORUM TEST XIV

Post by claudiotedesco »

Queria reportar este error que me da en GRID.25 usando HMG 3.0 FORUM TEST XIV con Windows 2000.
Gracias
Claudio


Date:01/11/10 Time: 08:37:58
Error BASE/1132 Bound error: array access


Called from GETDATAGRIDCELLDATA(2294)
Called from EVENTS(2474)
Called from GETDSX(0)
Called from EVENTS(2416)
Called from C_MSGSTOP(0)
Called from SHOWERROR(166)
Called from DEFERROR(115)
Called from (b)ERRORSYS(55)
Called from GETDATAGRIDCELLDATA(2294)
Called from EVENTS(2474)
Called from C_MSGSTOP(0)
Called from SHOWERROR(166)
Called from DEFERROR(115)
Called from (b)ERRORSYS(55)
Called from GETDATAGRIDCELLDATA(2294)
Called from EVENTS(2474)
Called from LISTVIEW_SETCURSEL(0)
Called from _SETVALUE(563)
Called from DATAGRIDAPPEND(1876)
Called from EVENTS(2334)
Called from _DOMESSAGELOOP(0)
Called from _ACTIVATEWINDOW(4514)
Called from MAIN(59)
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG 3.0 FORUM TEST XIV

Post by sudip »

Roberto Lopez wrote:.....

Anyway, if you close the combo with alt+UpArrow and the press enter, it works.
sudip wrote:
2. I got following error on dbl-clicking another column (for which ColumnWhen property is .f.)

Code: Select all

Date:11/01/2010 Time: 13:38:40
Error BASE/1066 Argument error: conditional
[/quote]

Please send me a sample about this.

TIA.[/quote]

Hello Master Roberto,

Thanks a lot :) . Yes, for Combox, now Enter works :) I forgot it to mention. I am really sorry :(

For my 2nd problem. I can't reproduce the error with my current project. So, I am sure the problem is not for HMG at all :) ( may be due to the tests I am doing with DynamicForeColor)

If I shall encounter it later, I shall send a small sample for this to you :)

BTW, I also encountered the problems sent by Marek and Claudio.

One thing more, all our bug reports shows a very positive point - we are really testing with your code  :) 

Thanks a lot again.

With best regards.

Sudip
With best regards,
Sudip
Post Reply