Wait for form close

S

Scott Smith

I have a custom contact form that contains a button that initiates a
journal item form. Once the journal item is closed, I need to test
some properties of the journal item. My problem is that my VBScript
initiates the journal form, then attempts to test the properties of
the form which has not been closed yet.

Portion of pseudocode of what I want to do:

Sub cmdButton()
Initiate journal item
Wait for user to enter data in journal form
When user closes journal form, resume script
Examine data from last journal item
End Sub

Thanks for any help!
 
S

Scott Smith

Michael-

Perfect! Exactly what I was looking for!
I was familiar with modal forms from the design end, but didn't know I
could call an Outlook form as modal. Very cool!

Thanks for the help!

Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top