Send mail with a form to complete

Hello!Before that nothing…sorry for my bad English :D…

I was trying to send a form by mail, the idea is that the user may complete it and send a reply with some information…

I used a simple action (send mail including a copy of document) but it returns the following error:

“Special database objects cannot be located”…

Also, I try with the simple action send document, but only sent the number of the document in the subject, the rest of the mail was empty…

Please, someone can help me???

THANKS A LOT…

Regards…

Juan (Joan)

Subject: Send mail with a form to complete

Juan,

Did you enable the form property ‘Store Form in Document’?

Are you doing anything else with your Send Button? If you’re doing anything other than sending with your send button, you must call a posted command to save the document.

Is the SendTo field the last field on the document? If it isn’t, then the document will send before the save is complete and the Recipients will not get it (hence the “Special database objects cannot be located”… ). The sending mechanism must be the last thing to occur or the doc will leave before it completes the save.

Are you using only one method of sending the document? If you’re using a send button and also using the Form Property “Present mailsend dialog”, you’ll have problems.

Subject: RE: Send mail with a form to complete

I’m trying to do it…if you have an idea…welcome it :D!!

Do you have any code about it?? (LS or Formula)

Thanks a lot for answered…

Regards.