
This example displays online resources to search CNS plug-in function calls from within your FileMaker Pro solution using the Web Viewer.
There are no special requirements for this solution to work. However, you can append a search parameter or a product name to the URL.
The base URL is <http://www.cnsplug-ins.com/utilities/function_browser.htm>.
You can specify a product by passing the "product" parameter as follows:
<http://www.cnsplug-ins.com/utilities/function_browser.htm?product=CNS%20Image>
<http://www.cnsplug-ins.com/utilities/function_browser.htm?product=SMTPit>
<http://www.cnsplug-ins.com/utilities/function_browser.htm?product=SMTPit%20Pro>
You can specify a search term by passing the "q" parameter as follows:
<http://www.cnsplug-ins.com/utilities/function_browser.htm?q=Attachment> (See second to last screenshot "Picture 6.png" for example rendering.)
<http://www.cnsplug-ins.com/utilities/function_browser.htm?q=Crop>
If you have a field named "q" and a field named "product", then you could use the following calculation to interact with the Web Viewer:
"http://www.cnsplug-ins.com/utilities/function_browser.htm?q=" & CNSFunctions::q & "&product=" & CNSFunctions::product