Consultor Eletrônico



Kbase P7058: How to have a button apply a TAB to the screen.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/4/2005
Status: Unverified

GOAL:

How to have a button apply a TAB to the screen.

FACT(s) (Environment):

Progress 9.x

FIX:

First a variable must be created to hold the last widget used.
Otherwise, pressing this button will just go to the next tab item after this tab button.

Then inside the "Tab" button on the choose trigger of the button, place the following code;

APPLY KEYFUNCTION(9) to variable.

KEYFUNCTION(9) is the "TAB".
The Variable will be the widgetname you want to tab next from.