David Zakary Posted December 8, 2010 Posted December 8, 2010 I need to pass a couple of parameters in an FMNET link for an email being sent from FileMaker 11. Yes it could be done with a snapshot link, but we want a text link in the body of the email. I can't find any documentation for passing parameters (like a record number, etc.) Can anyone point me in the right direction? Dave Zakary
Wim Decorte Posted December 8, 2010 Posted December 8, 2010 Hi David, What's an fmnet link? Are you talking about the fmp7:// url syntax to open a hosted file? In that case: can't be done through that alone. You could probably pull it off by constructing a CWP url that creates a record in a holding table so that when the user opens the solution (through an fmp7 url or otherwise) the 'on open' script goes to that holding table, reads the data and directs the user to where you want him. But a snapshot is your easiest option.
Recommended Posts
This topic is 5098 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 accountSign in
Already have an account? Sign in here.
Sign In Now