Checks/unchecks a specified item in a specified popup menu. A checked menu item appears with a tick beside it in the popup menu.
Syntax
CSV_Nav_TickMenuItem(iMode,sMenuItem,sSubMenuItem,sMenuName,sPageName)
#iMode :
#sMenuItem:
Menu item to check/uncheck.
#sSubMenuItem:
Submenu item to check/uncheck (if applicable).
#sMenuName:
Name of menu (i.e., button associated with popup menu).
#sPageName:
Name of page associated with menu.
Return Value
0 if successful, otherwise -1.