![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
I designed a form in outlook using the post template and added the following code: Function Item_Open() IntAns=MsgBox("Would you like to open a new account",_ vbQuestion+vbYesNo,"Account Request") If IntAns=vbYes then Set myInspector=Item.GetInspector Set myPage=myInspector.ModifiedFormPages.Item("CusNum" ) Set fraOpen=myPage.Controls.Item("fraOpen") fraOpen.Visible=True End If If IntAns=vbNo Then Set myInspector=Item.GetInspector Set myPage=myInspector.ModifiedFormPages.Item("CusNum" ) Set fraChange=myPage.Controls.Item("fraChange") fraChange.Visible=True End If End Function The problem I'm facing are on two levels. First when I work with the form in my laptop it works fine however none of the frames show on the read layout portion when posted. Secondly, I re-created the exact form in my computer at work and when I try to run the form it crashes Outlook (closes and restarts itself) when you attempt to Post. The code runs well on both environments, it's just when you post or attempt to post that the form exhibits these quirks. All I would like to do is ask the question during the composing layout and show the results on the read layout. Any recommendations would be greatly appreciated. Thank you. Jade |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook program, outlook form, local webpage form & Excel | Junoon | Outlook and VBA | 1 | April 3rd 06 06:45 AM |
issue with opening form | sele | Outlook - Using Forms | 1 | March 24th 06 01:29 PM |
Default Email template/form issue | BearTrap3 | Outlook - Using Forms | 3 | February 24th 06 09:50 PM |
Having an issue with Check Full Name form | Bo | Outlook - Using Contacts | 1 | February 24th 06 01:20 PM |
I send an Outlook custom form, but a std. form displays? | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 07:41 PM |