nca_flex_press_help
| Flexfield Window Functions |
Presses Help in a Flexfield window.
int nca_flex_press_help( LPCSTR name );
| name | The logical name of the Flexfield window. |
The nca_flex_press_help function presses the Help button (the question mark) 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_helpfunction presses Help in the Operations Account Flexfield:
nca_edit_click("GLXJEENT.LINES.ACCOUNTING_FLEXFIELD.0");nca_button_press("GLXJEENT.TOOLBAR.LIST.0");nca_flex_press_help("Operations Accounting Flex");

