Hi,
I have a Dialog window having some GET controls and Buttons.
A Button ACTION clause calls a procedure to save data after that Setfocus method (of GET class) is calling.
Please see below code for more info.
@10,10 button oBtn size 40,30 caption "Save" ACTION ( SaveData() , oGet:Setfocus() ) of oDlg
When user click or press SPACE BAR on the Button the ACTION event is working fine, but when user press ENTER Key on the button,
the SaveData() procedure is calling but focus control is not moving into oGet control (by calling oGet:Setfocus() method).
If user press ENTER Key on the Button should perform as same as SPACE BAR pressing.
How can achieve if user PRESS ENTER Key . Please guide me for the same.
Thanks in advance... !
Thanks
Shridhar
FWH 9.11