Page 2 of 3
Re: HMG 3.0 FORUM TEST XIV
Posted: Mon Jan 11, 2010 1:34 am
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.
Re: HMG 3.0 FORUM TEST XIV
Posted: Mon Jan 11, 2010 6:16 am
by sudip
Thanks a lot Master Roberto for this wonderful update
With best regards.
Sudip
Re: HMG 3.0 FORUM TEST XIV
Posted: Mon Jan 11, 2010 8:16 am
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
Re: HMG 3.0 FORUM TEST XIV
Posted: Mon Jan 11, 2010 8:30 am
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...
Re: HMG 3.0 FORUM TEST XIV
Posted: Mon Jan 11, 2010 8:34 am
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)
Re: HMG 3.0 FORUM TEST XIV
Posted: Mon Jan 11, 2010 10:49 am
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
Best Regards
--
Esgici
Re: HMG 3.0 FORUM TEST XIV
Posted: Mon Jan 11, 2010 11:26 am
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.
Re: HMG 3.0 FORUM TEST XIV
Posted: Mon Jan 11, 2010 11:34 am
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.
Re: HMG 3.0 FORUM TEST XIV
Posted: Mon Jan 11, 2010 11:40 am
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)
Re: HMG 3.0 FORUM TEST XIV
Posted: Mon Jan 11, 2010 11:51 am
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