March 22, 200817 yr I have created a database for IWP and come accross the following 2 problems. I have a global field value list which populates a portal. The values in this portal can be added to another portal via a script. 1) Is there a way so you don't need the refresh button to reupdate the portal 2)the adding script doesn't work in IWP. Does anybody know how to mend this. Thanks Refresh_Script_Issue.fp7.zip
March 24, 200817 yr I could really understand the first question but the second question might be the result of the Freeze Window script you have at onset of the script. This script step is unsupported in IWP. Options: 1. Insert the Allow User Abort[OFF] Script step to skip over this unsupported step. 2. Put a conditional If statement around the unsupported script to allow execution only for Pro (i.e. If ( PatternCount(Get(SystemVersion); "Pro"))) Hope this was somewhat helpful
Create an account or sign in to comment