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.esgici wrote:I would guess so.
Best regards
--
Esgici
HMG 3.0 FORUM TEST XIV
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0 FORUM TEST XIV
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG 3.0 FORUM TEST XIV
Thanks a lot Master Roberto for this wonderful update
With best regards.
Sudip
With best regards.
Sudip
With best regards,
Sudip
Sudip
Re: HMG 3.0 FORUM TEST XIV
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.)
Thanks in advance.
With best regards.
Sudip
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)
With best regards.
Sudip
With best regards,
Sudip
Sudip
Re: HMG 3.0 FORUM TEST XIV
I've tried it on GRID.27 sample - really Enter is not closing combobox...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
Re: HMG 3.0 FORUM TEST XIV
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: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)
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)
- 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
Done and result is OKRoberto 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.
Thanks a lot Maestro
Best Regards
--
Esgici
Viva INTERNATIONAL HMG 
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0 FORUM TEST XIV
Ok. Verified as a problem.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.
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)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0 FORUM TEST XIV
Verified.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:
Thanks for the report.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
-
claudiotedesco
- Posts: 132
- Joined: Thu Jul 31, 2008 12:05 pm
Re: HMG 3.0 FORUM TEST XIV
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)
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
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
Sudip