September 2, 200322 yr Is it possible to activate a script based on the results of a calculated field. For example if a calculated field exceeds 50 then i script should be started. Is this possible in FM 5.5 (or higher if needed) Thanks Jitse
September 2, 200322 yr Author What i should have mentioned is that the database is actually a server database accessed through CDML. So i assume that i can not use the Troy activate module. (*i am aware of the risk of using a script in a server database *) Thanks Jitse
September 2, 200322 yr Well, considering you're doing the updating as part of a form submission, on the web, you can run a script that checks the length of the field and then continues the script if it meets the necessary criteria. just add the -script command to your URL / form statement.
Create an account or sign in to comment