L
Long Nguyen
(Outlook 2002 SP2)
I have a custom form that uses both Compose and Read Page.
What I have found is that on Read Page the behaviour of fields are handled
differently by Outlook form system. For example I have a text field which is
bound to a user defined field (and so this field is available on both
pages), but when I used the Item_CustomPropertyChange subroutine to detect
when that field become active, it only works on the Compose Page not the
Read Page. That is after the form has been sent, users open the form (and so
they now see the Read Page), clicking on the field would not be detected by
Item_CustomPropertyChange subroutine.
Is that the way it is supposed to work?
Thanks
Long
I have a custom form that uses both Compose and Read Page.
What I have found is that on Read Page the behaviour of fields are handled
differently by Outlook form system. For example I have a text field which is
bound to a user defined field (and so this field is available on both
pages), but when I used the Item_CustomPropertyChange subroutine to detect
when that field become active, it only works on the Compose Page not the
Read Page. That is after the form has been sent, users open the form (and so
they now see the Read Page), clicking on the field would not be detected by
Item_CustomPropertyChange subroutine.
Is that the way it is supposed to work?
Thanks
Long