Memo form in own application

Hi,

I like to use memo functionality in my own database. Did any one know how to implement this ?

Is there any example database or documentation available ?

Thanks in advance

Thorsten

Subject: Mail template

Take a look at the standard mail template.

It isn’t possible just to copy the memo form though so you’ve got two options

Create your own memo form in your application. All you need is a body field, Sendto, From and a few others to give you basic functionality.

Use the mail template as the base for your application. Add all other necessary design elements, change the launch properties and use the memo form as it is. Of course, you may want to hide some of the actions that aren’t needed on the memo form, but apart from that it should work as is.

Of course, these may not be the only options, someone else may have ideas

Subject: Re. Mail template

Hi Dan,

Thank you, but this is not what i want.

I know i can copy elements from the mail template or use mail template a source for my application. But i like to make it clear an fine.

I´m looking for a description how to make it.

Thorsten

Subject: All it takes is a bunch of fields and @MailSend

Sendto (Recipient) Subject and Body (main Content) should do for the start. You could tell the form in the property box to ask for send on close.

Or you could use a bunch of @Commands to actually write the mail in the Mailfile starting from a button in your App.

I don’t think there is detailed and complete description, and there is lots of sepcial cases - e.g. - sometimes it might be worth to send the form along with your mail