Creating a new memo from a document but blank

Hi,

I am trying to do something which I think is probably rather easy but seem to be getting stuck.

I have a form, from which I have a button which allows be to create a new repsonse document and mail it.

The button does a @Command([Compose]. This opens what is basically a copy of a new memo document

with all the form details/fields below.

This all looks fine , and sends fine.

But when I open it in my inbox, it is blank

If I type some text in the new memo document, this does send.

I know I am doing something wrong , but what ??

do I somehow have to get all the form contents into the body field ?

Many thanks for taking the time to read this,.

Thanks

Scott

Subject: Creating a new memo from a document but blank

I dont think I quite understand what you are after but… Did you try @MailSend? It is in the help file.

Subject: RE: Creating a new memo from a document but blank

Hi,

what I am trying to do if this,

I have a form, called booking. From this form I have a button which creates a response document called “email booking confirmation” which basically uses the “memo form”.

All the booking details and some images are then in the new confirmation form.

When I click on send, the form is sent fine, but when opened in the mail client, it is empty.

thanks

Scott

Subject: RE: Creating a new memo from a document but blank

If your “sort of memo form” has more fields than the body, you probably want to store the form in the document so when you open in your mailbox everything appears. If you are just using the body field, it should work fine.

HTH