Kbase 15833: How to Delete SmartObjects From a Page
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
How to Delete SmartObjects From a Page
INTRODUCTION
============
This knowledgebase entry discusses how to delete SmartObjects
from a page that were realized upon initialization of that
page.
WHY YOU NEED TO KNOW THIS
=========================
SmartObjects on a page are generally not run until that page
is first selected by the user. Once that page has been
selected those SmartObjects continue to run possibly using up
Windows resources that may be needed to run the application.
PROCEDURAL APPROACH
===================
The delete-page method can be used to delete all the
SmartObjects on a particular page. This method needs to be
run in the SmartContainer that contains the SmartObjects on
that page. If that page is then re-selected by the user, the
SmartObjects on the page will be re-created.
This method can be run with the following syntax:
RUN delete-page(INPUT page-number).
REFERENCES TO WRITTEN DOCUMENTATION
===================================
Progress Version 8 User Interface Builder Developer's Guide
Appendix A - ADM Reference
Progress Software Technical Support Note # 15833