+ Reply to Thread
Results 1 to 2 of 2

Hiding Content of specific Multipage page but not the page tab

  1. #1
    Forum Contributor
    Join Date
    10-17-2008
    Location
    Vancouver
    MS-Off Ver
    2002 and XP
    Posts
    117

    Hiding Content of specific Multipage page but not the page tab

    Hello Everyone,

    Have some tabs in the multipage control password protected so that when user attempts to select that tab, they are required to submit a password (unless they have done so already [correctly] and their authority level is stored as a public variable (like a session variable in asp.net

    Here is code I use so far, but user can see content of protected tab during password enter. Is there anyway to show a tabe but hide the page section of a specific multipage page?

    Maybe overlay a tabstrip control?
    Dunno what would be best

    SecurityCheck is the public variable

    Please Login or Register  to view this content.
    Thank you
    Last edited by kuraitori; 12-15-2010 at 03:42 AM.

  2. #2
    Forum Contributor
    Join Date
    10-17-2008
    Location
    Vancouver
    MS-Off Ver
    2002 and XP
    Posts
    117

    Re: Hiding Content of specific Multipage page but not the page tab

    Sorry, Found workaround,

    Use command button on the worksheet before userform is entered to set public variable (which is a password prompt),

    if they used the correct password, variable set to = true, and then when user form is initalized it checkes,
    and if sercurity check = true (passed) then protected page in multipage is visible, otherwise invisible.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1