nca_flex_press_clear
| Flexfield Window Functions |
Presses Clear in a Flexfield window.
int nca_flex_press_clear( LPCSTR name );| name | The logical name of the Flexfield window. |
The nca_flex_press_clear function presses the Clear button in the specified Flexfield window.
Return Values
Parameterization
All input string arguments (char type) can be parameterized using standard parameterization.
Example
In the following example. the nca_flex_press_clear function presses the Clear button in the Operations Accounting Flex window.
nca_flex_press_clear("Operations Accounting Flex");

