Explorer_Get_User_Defined_Prompt

This procedure is called when the columns for a SmartList object have been created with the user-defined flag set to true. The procedure must look up the name to use for the column.

The procedure must have the following parameters:

inout string OUT_Display_Name;
in integer IN_Object_Dict_ID;
in integer IN_Object_Type;
in integer IN_Field_Dict_ID;
in integer IN_Field_ID;

OUT_Display_Name – A string that must be set by the procedure to the name to use for the column.

IN_Object_Dict_ID – An integer specifying the ID of the dictionary that defines the SmartList object.

IN_Object_Type – An integer specifying the type of SmartList object.

IN_Field_Dict_ID – An integer specifying the ID of the dictionary that defines the field for which a user-defined prompt is being used.

IN_Field_ID – An integer specifying the resource ID of the field for which a user-defined prompt is being used.


Documentation Feedback