Mar 17, 2007 #1 rleiman Programmer May 3, 2006 258 US Hi Everyone, Can you tell me how to make the tab key generate an "Accepted" event so the code in the "Accepted" embed on one of my entry controls will execute? Thanks. Emad
Hi Everyone, Can you tell me how to make the tab key generate an "Accepted" event so the code in the "Accepted" embed on one of my entry controls will execute? Thanks. Emad
Mar 17, 2007 1 #2 ShankarJ Programmer Aug 9, 2003 856 Hi Emad, The accepted event is fired only if the value in the control is changed. To make sure it fires always, set ?Control{PROP:Touched} = True in the EVENT:Selected after parent call embed of the control. Regards Upvote 0 Downvote
Hi Emad, The accepted event is fired only if the value in the control is changed. To make sure it fires always, set ?Control{PROP:Touched} = True in the EVENT:Selected after parent call embed of the control. Regards
Mar 17, 2007 Thread starter #3 rleiman Programmer May 3, 2006 258 US Hi ShankarJ, Works great! Thanks. Emad Upvote 0 Downvote