Create default values for a drop-down list
Looking for a way to pre-fill default values of a drop-down listbox? This tip will tell you how.
Looking for a way to pre-fill default values of a drop-down listbox?
If you are using the function VRM_SET_VALUES to compile a drop-down list dynamically, all you have to do to set the default value is to set the screen field assigned to the dropdown to the value of the key (after the function call).
This will automatically display the text of that key on the screen.