KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Populating a Pop-Up with an array
PRODUCT: 4D | VERSION: | PLATFORM:
Published On: July 21, 2000

On occasion, a developer may want to create a pop-up list from data stored in a field. To do this, create an array using SELECTION TO ARRAY from the field used to store the desired pop-up information. The pop-up can then be populated by values from this array by using the array name for the variable name in the object properties of the pop-up. To keep this list current, execute the SELECTION TO ARRAY just prior to displaying the form with the pop-up.