No.

Signature
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi,
> I have written some VBScript in a customized form. I want
[quoted text clipped - 13 lines]
> Regards,
> /Thomas
Thomas Ranstorp - 30 Dec 2003 07:31 GMT
Yes, there is with this code (myButton2 is bound to the
contact-item dialog box).
sub myButton1_click()
'code before dialog box
Item.GetInspector.ModifiedFormPages
("myPage").myButton2.value = true
'code after dialog box
end sub
regards,
/Thomas
>-----Original Message-----
>No.
[quoted text clipped - 17 lines]
>
>.
Anita Gupta - 30 Dec 2003 15:38 GMT
What is the value of the line of code:
Item.GetInspector.ModifiedFormPages("myPage").myButton2.value = true
?
I don't understand what this line does. My code works without this line.
Just curious.
Anita
> Yes, there is with this code (myButton2 is bound to the
> contact-item dialog box).
[quoted text clipped - 43 lines]
> >
> >.