leReturnToLevel
leReturnToLevel(
[ w_windowId ]
)
=> t / nil
Description
Applies to instances, nested instances, groups, and nested groups for which you are editing-in-place. For instances, returns one or more levels up the hierarchy from the current level in the instance you last edited-in-place. When there is only one level, exits Edit-in-Place mode. When you have descended more than one level, this function displays the Return To Level form, showing the levels to which you can return. You select (highlight) the desired level and click OK. For example, if you are using leHiEditInPlace to edit a cellview two levels deep in your hierarchy, you can use leReturnToLevel to move up one or two levels in the hierarchy. For groups, returns from the group, and if the group is nested, from all groups in the nesting, and exits Edit-in-Place mode. If you do not specify w_windowId, the current window is used.
Arguments
|
Database ID for the window in which to return during Edit-In-Place mode. |
Value Returned
Example
Returns the window specified by currWindowId from the Edit-In-Place mode.
leReturnToLevel(currWindowId)
Return to top