+ Reply to Thread
Results 1 to 3 of 3

Very Simple multipage control question

  1. #1
    Registered User
    Join Date
    01-09-2004
    Location
    Chicago
    Posts
    31

    Very Simple multipage control question

    hi,

    what code do I do to select a particular page in my multipage control?

    also

    I want a part of my code to run, only if i'm on a particular page of my multipage control, how do i do that?

    thanks

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Abxy,

    Let's say you have 1 MultiPage Control with 3 Pages, Then:

    Page 1 = MultiPage1.Page(0)
    Page 2 = MultiPage1.Page(1)
    Page 3 = MultiPage1.Page(2)

    This allows you access to the page via code. To make a Page Active (On top) use:

    MultiPage1.Value = N ' Were N is the Page

    MulitPage1.Value = 2 ' Activates Page 2
    ________________________________________________________________

    Hope that answers your questions,
    Leith Ross

  3. #3
    Registered User
    Join Date
    01-09-2004
    Location
    Chicago
    Posts
    31
    exactly what i needed to know.

    thankyou.

+ 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