Thread: Edit Read Page
View Single Post
  #2  
Old October 25th 07, 04:33 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Edit Read Page

You would need to publish the form on the Exchange server's Organizational Forms library, with the "send form definition with item" box on the form's (Properties) page unchecked. Otherwise, code will not run on received items.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"prog" wrote in message ...
Hi,

I'm trying to do something really simple and was wondering if it's possible
on the edit read page. I have some code that basically initiates once the
read page is opened up on the recipient end.
I have a textbox and a commandbutton. I'm trying to set the textbox to
(enabled=false), so that it dims when I click the commandbutton. This
doesn't seem to work on the Edit Read Page for some reason. Is it possible
to do this on the read page? Thanks.

Ads