navFormShow (Function) |
Top Previous Next |
This function will show a form on the navigation device. This can e.g. be used to show the correct form when the destination is reached, so that there is no need to look through the list of forms to find the correct one.
Note that some navigation devices do not support showing the form while the user is in the main menu or in some of the applications on the navigation device. If the user must be notified to fill out the form, one possibility is to also call navPopupAlert.
Input: id : DINT ID of the form to show.
Returns: INT
Declaration: FUNCTION navFormShow : INT;
Example: INCLUDE rtcu.inc |