Mar 9, 2001 #1 mdav2 Programmer Aug 22, 2000 363 GB I want to click a command button in page 1 of a pageframe and set the focus to another button in page 2. I think it is something to do with the activepage but cant seem to set this. Any help is most appreciated
I want to click a command button in page 1 of a pageframe and set the focus to another button in page 2. I think it is something to do with the activepage but cant seem to set this. Any help is most appreciated
Mar 9, 2001 1 #2 ChrisRChamberlain Programmer Mar 23, 2000 3,392 GB mdav WITH THISFORM.pgfFrame1 [tab].ActivePage = 2 [tab].Page2.cmdButton1.Click() ENDW Chris Upvote 0 Downvote
Mar 10, 2001 1 #3 GrigoreDolghin Programmer Oct 23, 2000 167 RO Hello. I think that in the previous message is a typo. It should be: WITH THISFORM.pgfFrame1 .ActivePage = 2 .Page2.cmdButton1.SetFocus() ENDW Hope this helps Grigore Dolghin Class Software Bucharest, Romania Upvote 0 Downvote
Hello. I think that in the previous message is a typo. It should be: WITH THISFORM.pgfFrame1 .ActivePage = 2 .Page2.cmdButton1.SetFocus() ENDW Hope this helps Grigore Dolghin Class Software Bucharest, Romania
Mar 10, 2001 #4 JimmyK Programmer Sep 8, 2000 142 VN Hello All, I am not strict nor hard man but may i suggest something - If you ask about something, then there are some responses. If it helps or not, plz reply and let the others know. - Why many man keep silent after others reply their posts. Not a thanks or something like that. I hope this will not hurt you! Jimmy Jimmy Le nhan_tiags@yahoo.com Upvote 0 Downvote
Hello All, I am not strict nor hard man but may i suggest something - If you ask about something, then there are some responses. If it helps or not, plz reply and let the others know. - Why many man keep silent after others reply their posts. Not a thanks or something like that. I hope this will not hurt you! Jimmy Jimmy Le nhan_tiags@yahoo.com
Mar 10, 2001 #5 ChrisRChamberlain Programmer Mar 23, 2000 3,392 GB Grigore Thanks for spotting the typo - too much haste - less speed. :~/ Chris Upvote 0 Downvote
Mar 12, 2001 Thread starter #6 mdav2 Programmer Aug 22, 2000 363 GB Yep that did the trick. Thanks Upvote 0 Downvote