9.191 SET_DD_ATTRIBUTES
Note: Built-In Function Rules Usage Options
Allows the characteristics of a field that is to be visualized as a drop-down to be controlled.
Arguments
|
Return Values
No return values.
General Technical Notes
-
Once a drop down's attributes are set they remain in effect for the duration of the current job / process. Subsequent use of this Built-In Function for the same drop down name will effectively replace (ie: overwrite) its current attribute values.
-
In all styles, using a length of 1 is fairly nonsensical.
-
If the length value is set so that the drop down extends outside of the current panel or pop-up window then unpredictable results and/or application failure may result.
-
For styles C and D, setting the length value so that the drop down overlaps any other object in the panel or window may cause unpredictable results and/or application failure.
-
You cannot put duplicate data into a drop down. Duplicated items in a drop down are treated as the same item. You must ensure that your application does NOT put duplicated data into a drop down.
-
There are finite limits to the total storage occupied by all the items in a drop down. Typically this is 32K, but you should never be anywhere near this limit because of usability limitations.
-
There are finite limits to the usability of drop downs that are met before storage limits are exceeded. Typically drop downs contain up to around 100 items. Drop downs containing thousands of items are not advisable and should not be used.