Kbase P175002: 4GL/ABL: How to delete an ADM1 SmartFolder Tab?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/10/2010 |
|
Status: Unverified
GOAL:
4GL/ABL: How to delete an ADM1 SmartFolder Tab?
GOAL:
What is the syntax to delete an ADM1 SmartFolder Tab?
GOAL:
Where is the syntax needed to delete an ADM1 SmartFolder Tab documented?
FACT(s) (Environment):
Windows
Progress 8.x
Progress 9.x
OpenEdge 10.x
FIX:
To delete an ADM1 SmartFolder Tab, run the delete-folder-page procedure against the page number or its handle. The syntax to delete an ADM1 SmartFolder Tab is documented in the comments of the delete-folder-page internal procedure of the DLC\src\adm\objects\folder.w procedure as follows:
RUN get-link-handle IN adm-broker-hdl (THIS-PROCEDURE, 'PAGE-SOURCE',OUTPUT page-hdl).
RUN delete-folder-page IN WIDGET-HANDLE(page-hdl) (<page-number>)