January 25, 200718 yr 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?
January 25, 200718 yr 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)
January 25, 200718 yr 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?
January 25, 200718 yr Author 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?
Create an account or sign in to comment