NavigatePathBegin - cWebApp
Performs a NavigateBegin to the view passed as the first parameter
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| hoNavigateToView | Handle | Handle of the view object on which a NavigateBegin should be performed. |
| bUnconditional | Boolean | If True, then no changed states will be checked (no unsaved changes warnings). |
Syntax
Procedure NavigatePathBegin Handle hoNavigateToView Boolean bUnconditional
Call Example
Send NavigatePathBegin hoNavigateToView bUnconditional
Description
Performs a NavigateBegin to the view passed as the first parameter.
It will automatically determine the invoking object for the navigation. If a path is specified from the cWebApp object, it will use that path. If multiple paths are available with different invoking objects it will pick a random invoking object.