Action default NEXTFIELD (key ENTER)

Started by Ernest D., October 20, 2020, 11:05:29 AM

Previous topic - Next topic

Ernest D.

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

Reuben B.

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
Product Consultant (Asia Pacific)
Developer Relations Manager (Worldwide)
Author of https://4js.com/ask-reuben
Contributor to https://github.com/FourjsGenero

Ernest D.

Yes, this is that problem. We use GBC 1.00.56. Thanks