Thanks Razzak & Larry for your responses - Larry's suggestion enabled me to fix the problem in this case. Your advice and help is much appreciated.
Thank you. Regards John Docherty -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence Lustig Sent: Wednesday, 27 July 2005 1:15 a.m. To: RBG7-L Mailing List Subject: [RBG7-L] - Re: Push Buttons on A Multi Page Form > I have a number of push buttons on a multi-page form, however for some > reason some of the buttons appear on both pages, rather than just the one > page they should be on. Probably what happened is that you dropped the "duplicate" buttons onto the form when the right page of the page control was not the selected item. In this case, the button would wind up "belonging" to the form, not the page, and would appear "on top" of the page control -- making it look like it's repeated on each page. To correct, do this: 1. Select the button and use CTRL-X to cut it to the clipboard. 2. Navigate to the correct page of the page control AND MAKE SURE THE PAGE ITSELF is the selected object. 3. Use CTRL-V to paste the button into the currently selected container object (that is, the page). -- Larry
