form identification

  • Thread starter Thread starter Sue Mosher [MVP]
  • Start date Start date
S

Sue Mosher [MVP]

You would need ...

1) The custom message form published to the Organizational Forms library.
2) The Approve custom action on the (Actions) tab set to a custom message
form that is also published to Org Forms. Can be the same form as in #1.
3) Code behind the Item_Open event handler for the form in #1 to compare the
current user with the recipients and, if the recipient is a To recipient,
disable certain controls.

Note that #3 will generate security prompts unless you are using Redemption
or have loosened "object model guard" security the with Exchange security
settings form.
 
hello sir,
i customized a form with voting buttons.when i pressed approved
button,it take u to approve form.in approve form,when i press send button
the msg ll send to the TO address and CC address.
what i need is when the person in CC address read page should be fully read
only.but then person in TO address read page should be fully enabled with
write option.how shall i get this to be implemented in my form.
(if anybody have some idea,but not able to get the problem correctly,msg me.
i ll explain detailed)

thx gentelman,
mohan
 
hello sir,
thx for u r help.i tryed,but my effort end in fail.so kindly help me
with some code samples for how to compare those To address and current
users and to disable the controls?

thx sir
mohan
 
You will need to provide details about the problem, since your latest
message does not include any information previously supplied.

The newsgroup interface at Developersdex (http://www.developersdex.com) does
not automatically quote the text of the original message when you post a
reply. Please take the time to quote the original message manually so that
people reading your current response can understand what you're talking
about. Otherwise, you may not receive the answer you're looking for.
 
Back
Top