Newbies jbrakey Posted September 12, 2002 Newbies Posted September 12, 2002 Hello. I am attempting to trigger an event when a new record is added to my database from our web interface. I am using the Oazium Events Plugin which in turn is supposed to run a script that calls the Troi Coding plugin to encrypt a field. I can get the event to trigger when I am working directly with the Filemaker Client, but not when the submission comes from the Web Companion. I am relatively new to working with Plugins. Is there something I am missing here?
Keith M. Davie Posted September 12, 2002 Posted September 12, 2002 1. Is your "web interface" IWP or CWP? 2. " ...is supposed to run a script... ". ScriptMaker is single-threaded. It handles one event at a time. It does not queue subsequent requests during the running of an event. Because browser solutions allow multiple requests, what will occur to your script if more than one request is made upon it in a near-simultaneous manner?
stuj1026 Posted September 20, 2002 Posted September 20, 2002 What we do here is have 2 fields... When creating a new record we set a flag field to a "1" then we use a calculation field [if flag field = 1 external oaziumevents trigger script etc....] seems to work fine if you need more details let me know Stu
Recommended Posts
This topic is 8168 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