Detecting Read/Compose State

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top