J
Jerry Camel
Seems to me this should be a pretty basic ability, but I've searched the
forums and sites and can't find it:
I'm using a form to collect information. It's the same form for Read and
Compose. The end user composes - fills out the form. And on the server
side, an automated process will scrape the info and process it. But, if I
open a form sent by an end user, the data is replaced because I'm preloading
some of the fields during the Item_Open event, which fires when the user
composes and when I Read.
So is there an elegant way to detect the state of the message (as compose or
read) or should I just use a hidden field as a flag? Thanks.
Jerry
forums and sites and can't find it:
I'm using a form to collect information. It's the same form for Read and
Compose. The end user composes - fills out the form. And on the server
side, an automated process will scrape the info and process it. But, if I
open a form sent by an end user, the data is replaced because I'm preloading
some of the fields during the Item_Open event, which fires when the user
composes and when I Read.
So is there an elegant way to detect the state of the message (as compose or
read) or should I just use a hidden field as a flag? Thanks.
Jerry