Aug 16, 2004 #1 baudouxf Programmer Jan 17, 2003 12 BE Hi Everybody, I've a form with it's own menu. I would like, from this menu, to execute a method belonging to this form. I tried several sytax of 'ON SELECTION POPUP xxxx ' without any sucess. Have an idea ? Best Regards Francis
Hi Everybody, I've a form with it's own menu. I would like, from this menu, to execute a method belonging to this form. I tried several sytax of 'ON SELECTION POPUP xxxx ' without any sucess. Have an idea ? Best Regards Francis
Aug 17, 2004 #2 Mike Gagnon Programmer Apr 6, 2002 8,067 CA baudouxf Do you mean like a top-level form with a menu on it? If so. 1.In the menu call put oForm1.TestMethod() && Or whatever the name of the method you used. 2.And load your form this way. do form myform1 NAME oForm1 Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first. Upvote 0 Downvote
baudouxf Do you mean like a top-level form with a menu on it? If so. 1.In the menu call put oForm1.TestMethod() && Or whatever the name of the method you used. 2.And load your form this way. do form myform1 NAME oForm1 Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first.
Aug 18, 2004 Thread starter #3 baudouxf Programmer Jan 17, 2003 12 BE GREAT Warm Regards Francis Upvote 0 Downvote