DFehrenbach Posted January 25, 2007 Posted January 25, 2007 The attached script yields absolutely nothing in the dialog when executed. The valuelist is correctly named and the user has [full privileges]. I cannot see what is wrong. The Valuelist in question is based on a field showing only related values, but even when I change it to a valuelist containing only custom values I still get nothing. CAn anyone see what I'm doing wrong?
IdealData Posted January 25, 2007 Posted January 25, 2007 I have a feeling the custom dialog does not support script variables directly. options: 1. Use a global to store the value list items 2. Use the script variable as a calculation 3. Don't use the script variable or global, but assign the ValueListItems calculation directly to the custom dialog. (none of these are tested)
comment Posted January 25, 2007 Posted January 25, 2007 No, it should work as is. Of course, the Go to Field[] step is not required, but it is harmless. Can you test the expression ValueListItems (...) in data viewer?
DFehrenbach Posted January 25, 2007 Author Posted January 25, 2007 Very strange, If I open the file remotely from a client copy using Fmpro 8.0v1 I see the items listed in the dialog. Is this perhaps an issue with 8.5?
mr_vodka Posted January 25, 2007 Posted January 25, 2007 No, I have 8.5 and tested it as well. It works fine for me.
Recommended Posts
This topic is 6512 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