Four Js Development Tools Forum

Discussions by product => GAS and GBC => Topic started by: Ernest D. on October 20, 2020, 11:05:29 am



Title: Action default NEXTFIELD (key ENTER)
Post by: Ernest D. on October 20, 2020, 11:05:29 am
Hi,
many of our customers often work with a numeric keypad. Therefore we have the key ENTER (button on the numeric keypad) for actiondefault NEXTFIELD defined in the ActionDefaultList. If we run the application via GDC, it works as expected. For example: the cursor is in the last INPUT edit field. After pressing the TAB button, the program exits the INPUT method.
The problem is when running the program via GWC. The cursor is in the last INPUT edit field. After pressing the TAB button, the program does not exits the INPUT method.
However, this problem is only in the new version GAS 3.20. In versions GAS 3.00 and 3.10, the program works correctly.

Of course, this can be solved programmatically, but we have too many input windows where we would have to fix this case.

Best regards,
Ernest


Title: Re: Action default NEXTFIELD (key ENTER)
Post by: Reuben B. on October 20, 2020, 11:10:10 am
You did not state the GBC version, but my believe is that a similar issue was resolved in GBC 1.00.58 https://4js.com/support/issue/?id=GBC-2768

Reuben


Title: Re: Action default NEXTFIELD (key ENTER)
Post by: Ernest D. on October 20, 2020, 12:45:02 pm
Yes, this is that problem. We use GBC 1.00.56. Thanks