The data for the Choice Lists can be obtained from a 4D list created in the Toolbox in the design environment, or created on the fly in 4D code. Here the data is being created in the DAX_DevHook_ListContents method.
You may wish to limit a user's data entry choices to a limited set of appropriate values. Choice Lists, often called drop-down or pop-up lists, provide a menu of data choices for the field. No other data can be entered by the user.
Double-click a row in the Data Grid below to open an editor window for that record. You will see a Choice List for the Repeat, Time Estimate, Status, Category and Contact fields.
The data for the Choice Lists can be obtained from a 4D list created in the Toolbox in the design environment, or created on the fly in 4D code. Here the data is being created in the DAX_DevHook_ListContents method.