PROPERTY tabone visible 'TRUE' PROPERTY pgaccounting tabvisible 'FALSE' PROPERTY pgcontacts tabvisible 'FALSE' PROPERTY pgcho tabvisible 'FALSE' PROPERTY pgrealestate tabvisible 'FALSE' PROPERTY pgfile tabvisible 'FALSE' PROPERTY pgotherprograms tabvisible 'FALSE' PROPERTY pgmaintenance tabvisible 'FALSE' PROPERTY pgrolodex tabvisible 'FALSE' PROPERTY pgasciitable tabvisible 'FALSE' PROPERTY pgabout tabvisible 'FALSE' PROPERTY tabone ACTIVEPAGEINDEX '9' PROPERTY btndebug CAPTION ''
These are the ComponentIDs of the Pages not the PageControl I can control which pages are visible by who is logged on. When you create the page and you get the first dialog for the page, that is a good time to name the component id, anytime after that, if you have the page covered with a panel or something, you have to find an area where you can still click on the page to access the dialog as the individual pages are not shown in the Object List (unfortunately).. ----- Original Message ----- From: "Walker, Buddy" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Tuesday, January 04, 2005 1:40 PM Subject: [RBG7-L] - Property I'm using 7.1 I have a form with a tab control with 16 tabs. I don't want all tabs visible to all users. An example would be I don't want the Area Of Concentration visble. The componetID is AOC PROPERTY AOC VISIBLE 'FALSE' tab still visible I have tried PROPERTY AOC ENABLED 'FALSE' and I can still click on the tab. Am I missing something Thanks Buddy
