This is what my email looks like using the code below it.
Training Documentation has been updated. Click link below to view most current documentation. Please contact your Platform Production Manager if you have any additional questions.
I want a new line for the doclink. It shows up on a line by itself but I want 1 blank line above it and I want to put something like this in front of the link icon.
------>
I'm not sure where in the code I can do this - I have messed around with @NewLine but haven't been successful. Any ideas are appreciated!!
Thank you!
Donna
@DialogBox("DocEmailForm1";[AutoHorzFit] : [AutoVertFit]);
col := @If(SubmitTo = "Platform Team"; "1"; SubmitTo = "Regional"; "2"; SubmitTo = "Marketing"; "3"; SubmitTo = "Modeling";"4";SubmitTo = "Decision Sciences";"5";SubmitTo = "Operations Team 1";"6";SubmitTo = "Operations Team 2";"7";"");
view := "Email Team Distribution List";
names := @DbColumn("":""; ""; view; @TextToNumber(col));
@MailSend(names; FCopyTo; ""; "Training Documentation Updated";"Training Documentation has been updated. Click link below to view most current documentation. Please contact your Platform Production Manager if you have any additional questions.";"";[IncludeDoclink]);
@Prompt([OK];"DELIVERY NOTIFICATION"; "Email Notification has been sent to selected team(s).");
@PostedCommand([FileSave]);
@PostedCommand([FileCloseWindow])

Trying to format mailsend (D Fisher 24.Sep.04)
. . 