Hi ,
I am using MDI Child Window in that there are 5 GETs ,2 XBROWSEs and 2 Buttons controls defined. The navigation sequence is given below and the expected navigation is when control moves from 5 GET (g5) the next control XBROWSE object should get focused. But the Button Control is getting focus. Please guide me to solve this issue. Thanks in advance..!
@10,10 get aoGET[1] var g1
@30,10 get aoGET[2] var g2
@50,10 get aoGET[3] var g3
@70,10 get aoGET[4] var g4
@90,10 get aoGET[5] var g5 --> Control is moving to "Save" Button but it should move to Browse oBrw1 Control.
@120,10 XBROWSE oBrw1
@220,10 XBROWSE oBrw2
@410,10 BUTTONBMP aoGET[ 11 ] PROMPT "&Save"
@410,150 BUTTONBMP aoGET[ 12 ] PROMPT "&Quit"
Thanks
Shridhar