Running a GWC app. I removed the acceleratorname="Return" in the action defaults file for the "accept" action. When an end-user hits the Enter/Return key instead of the Tab key in a form, it still fires the "accept" action. The only way I can seem to somewhat control this is with an . . .
ON KEY ("RETURN")
NEXT FIELD NEXT
However, this bypasses any AFTER FIELD code if present.
What is the solution to this? Is there a way to make the Return key act just like the Tab key?
FGL version 2.32
GASD 2.32