FileMaker + JQuery + Reactor + UniForm = Cool
I have been working on building some Rich UIs for FileMaker using the Rector Plugin from Digital Fusion. I really like this plugin. It lets me do just about anything I want with FileMaker Web Viewers. In this little example video, I show off a custom login screen built with JQuery, Uni-form, and Reactor.
Passing Multiple Parameters
Whats the best way to pass multiple parameters to a script? Many people use custom functions to package up name value pairs into a text string, and another custom function to parse them out. Other people write name value pairs in the form of a Let Function so they can be easily turned into $script variables in the script being …




Comments