Jump to content
Server Maintenance This Week. ×

!!! Still Email problems !!!!! PLS help me...


stigh

This topic is 8608 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Try to describe problem better:

Using FM 5 for Windows.

Have a layout with fields.

NAME : "here is the data"

CODE : "here is the data"

STATUS : "here is the data"

When I push the button SEND MAIL", I activate the script containing SendMail routine.

The TO field is constant, and I have put in a predefined address. Same with subject.

BUT message is the problem. It should look like this at the receipient end:

TO: "predefined"

FROM: "user"

SUBJECT: "predefined"

---------------------------------------------------

MESSAGE:

NAME : "here should the data come from field"

CODE : "here should the data come from field"

STATUS : "here should the data come from field"

***

All this text (for MESSAGE) should appear in MESSAGE of mail.

How can I add SEVERAL data fields in the message area WITHOUT using any plugin :

Meaning a description of the field, and then the field itself?

Thx in advance,

Stigh

[This message has been edited by stigh (edited October 07, 2000).]

[This message has been edited by stigh (edited October 07, 2000).]

Link to comment
Share on other sites

To create a message with the data from serveral fields you need to create a FileMaker field that is a composite of the fields. For example, if your field are:

Name (text)

Code (number)

Status (test)

Create a composite field:

Message (calculation, text) =

"NAME : " & Name & "

Link to comment
Share on other sites

This topic is 8608 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.