February 25, 200619 yr Help I’m trying to get a script to trigger when a field changes on a data entry layout. I’m using a demo of SecureFM 7 This is the Calculation that I am using NPR::Multi =1 & External("Menu-PerformScript"; "new test") My form is set up in this order Qty: Part# Unit: Multi Form: Change up Description: When I start to enter data I can enter the Qty, then when tabbing to the Part# Field it triggers the script (new test), then when I tab to the Multi form field it will trigger the script (new test) as soon as the field is entered. What I am trying to do is to get the script to fire when ever the Multi field is 1 I am Looking to buy SecureFM if I can get this to work or any product that will trigger this script
February 25, 200619 yr All of these trigger plugins seem to do the same thing. If you trace the script with the debugger on, the script gets called, but doesn't seem to get executed...the script is entered, but the body doesn't seem to get executed. If the only thing you're interested in is script triggering, you can try some free ones: ZippScript and EventScript do the same thing, and both are freebies. Steve
February 26, 200619 yr Author Thanks Steve I downloaded EventScript and it worked great Thanks Again Dave
Create an account or sign in to comment