Here’s my code (I’ve tried it as an action and as a hotspot button, in a subform, and directly on the form…)
@Command([FileSave]);
@MailSend(SupName; “”; “”; “Training Record”; “I have submitted a Training Record”;“”; [IncludeDoclink]);
@Command([FileCloseWindow])
I can get the Mailsend function to work w/out the flag, but not with the flag.
This works with R5 client / R5 Server for me. I’m currently testing on an R6 Client / R6 Server and it doesn’t work at all.
Any suggestions? Please!?!?!?!
Subject: @Mailsend with IncludeDocLink not working in R6
I will talk to our Administrators about that. I haven’t a clue about Administration. What I failed to mention is that this function (@Mailsend w/ IncludeDocLink flag) also doesn’t work on R6 Client w/ R5 Server. So that leads me to believe it’s a client issue, not a server issue.
Subject: @Mailsend with IncludeDocLink not working in R6
Do you have any mail rules defined in your Router restrictions on the server? If so try disabling them and see what happens. I had a problem with that and disabling the mail rules on the server fixed it. I eventually deleted the mail rules and recreated them and @MailSend still worked.
Hope that helps,
Charles