October 7, 200025 yr 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).]
October 7, 200025 yr 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 & "
Create an account or sign in to comment