If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MS Outlook - HideFormPage & ShowFormPage

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-20-04, 13:27
dreyes67 dreyes67 is offline
Registered User
 
Join Date: Oct 2004
Location: Houston, Tx.
Posts: 5
MS Outlook - HideFormPage & ShowFormPage

I am using the following to hide a page from my Users.

'-=-=-=-=-=-=-=-=-
Function Item_Open()
Dim Dbe
Dim MyDB
Dim Rst
Dim Rsm
Dim Counter, CounterStart
Dim RequestNum
Dim RqBox

'Hide 4th page if Sender is blank
Set MyInspector = Item.GetInspector
If Item.Sendername = "" then
MyInspector.HideFormPage("Manager Approval")
Else
MyInspector.ShowFormpage("Manager Approval")
End if

Is there a way that I can hide a third page. After the first two pages of the form are filled out, I want to forward the form using a Command button to someone else.

At this time I then I want it to dispay the 3rd page that is hidden from the Users. I need to limit the hidden page to about three different people.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On