Adds an item to the widget choices.
PROCEDURE vsoWidgetPopupAdd(
widgetID : LONGINT;
id : STRING;
text : STRING);def vs.vsoWidgetPopupAdd(widgetID, id, text):
return None| Name | Type | Description |
|---|---|---|
| widgetID | LONGINT | |
| id | STRING The value that is written into the database field when the related text is selected. | |
| text | STRING This value is displayed in the PopUp. |
The PopUp is easy to handle if you use the same value for id and text. So that the display text is equal to the database value.
Availability: from All Versions
This is drop-in function.