releasenavtoolbar Method
Class: application
Expand/Collapse source code of procedure releasenavtoolbar Source Code
*-- Decrement the number of form instances
this.nFormInstanceCount = this.nFormInstanceCount - 1

*-- If this is the last instance of the form, 
*-- release the toolbar
IF this.nFormInstanceCount = 0
  this.oToolBar = .NULL.
  RELEASE POPUP navigation EXTENDED
  RELEASE PAD _msm_edit OF _msysmenu
ENDIF