Mar 11, 2007 #1 rleiman Programmer May 3, 2006 258 US Hi Everyone, Can you tell me how to set focus on a particular control such as a textbox control with code? Thanks, Emad For example: Code: If someConditionIsTrue | Then ! Set focus on this control. Else ! Set focus on some other control. End
Hi Everyone, Can you tell me how to set focus on a particular control such as a textbox control with code? Thanks, Emad For example: Code: If someConditionIsTrue | Then ! Set focus on this control. Else ! Set focus on some other control. End
Mar 11, 2007 1 #2 ShankarJ Programmer Aug 9, 2003 856 Hi Emad, SELECT(?Control) should do it. Regards Upvote 0 Downvote
Mar 12, 2007 Thread starter #3 rleiman Programmer May 3, 2006 258 US Hi ShankarJ, Thanks for the response. Truly, Emad Upvote 0 Downvote