Mountainoak Posted March 22, 2008 Posted March 22, 2008 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
Birun Posted March 24, 2008 Posted March 24, 2008 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
Recommended Posts
This topic is 6356 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