I got a problem I created an agent which will send an email with a form that i created. The form i created says to store form in document. if i uncheck it and email it to myself ill be able to view the form but if i email it to someone else they wont be able to view the document ( form doesnt exists). How can i see it if i store it?
Thanks
Subject: Form and LS
Just use True for the AttachForm argumaent for the Send method:
Call newDoc.Send(True)
That stores the form in the mailed document, regardless of the setting on the form itself.
Subject: RE: Form and LS
the reason you can view it with the form when you mail it to yourself, even though you say you’ve unchecked store form in document, is probably because you created the form in your mail file so when the doc is opened by you in your mail file the form is available to display the document, you dig?
Subject: RE: Form and LS
that i know that if i send it to myself without the stored documents ill be able to view the data since i created the form localy.
My email doesnt automatcailly get send. My memo is open in front of me first and theni click on the send button, dont want to automatcailly send it ( ill try it anyways to see if it works but not what im trying to accomplish :p)
thanks for the help