A Microsoft Outlook email forum. Outlook Banter

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   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Edit Read Page



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 25th 07, 04:06 PM posted to microsoft.public.outlook.program_forms
prog
external usenet poster
 
Posts: 17
Default Edit Read Page

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.
  #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.

  #3  
Old October 31st 07, 02:51 PM posted to microsoft.public.outlook.program_forms
prog
external usenet poster
 
Posts: 17
Default Edit Read Page

Ok. I have it published and the box seems to be working correctly. Now I ran
into another problem. I have a button next to that text box that locks the
textbox and that works fine, until they save the form and open it again, then
the box looses its "locked" status or (enabled=false). Any ideas on what I
could possibly do to fix this? Any help is appreciated.

"Sue Mosher [MVP-Outlook]" wrote:

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.


  #4  
Old October 31st 07, 03:25 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Edit Read Page

Any changes you make to the UI at run time are discarded when the item is closed. You would need to make those same UI changes when the user opens the item again. Use a custom property to store information about the control's state, then use the Item_Open event handler to read that property value and make the necessary UI change.

--
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 ...
Ok. I have it published and the box seems to be working correctly. Now I ran
into another problem. I have a button next to that text box that locks the
textbox and that works fine, until they save the form and open it again, then
the box looses its "locked" status or (enabled=false). Any ideas on what I
could possibly do to fix this? Any help is appreciated.

"Sue Mosher [MVP-Outlook]" wrote:

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.




"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.


 




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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Compose page / read page Ian M. Walker[_2_] Outlook - Using Forms 3 September 5th 07 05:44 PM
Forms - Edit Compose Page vrs Edit Read Page Janelle Outlook - Using Forms 3 March 10th 07 02:36 PM
Edit Compose Page and Read Page buttons are grayed out Richard Outlook - Using Forms 3 February 1st 07 09:52 PM
read page to look like compose page Steve Worcester Outlook - Using Forms 2 December 13th 06 05:14 PM
Edit Read Page MeMatthew Outlook - Using Forms 14 September 14th 06 01:13 PM


All times are GMT +1. The time now is 07:08 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.