AutoComplete_RemoveFieldData()

Examples


The AutoComplete_RemoveFieldData() function removes the auto-complete data for the specified field for the user currently logged into the workstation.

Syntax

AutoComplete_RemoveFieldData(field field_name)

Parameters

field field_name – The field for which the auto-complete value is being removed. The field must be on a window that is currently open in the application.

Return value

A boolean. True indicates the data was removed, while false indicates it was not.


Documentation Feedback