Kbase P31542: How to delete/create a SmartFolder Tab
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
How to delete/create a SmartFolder Tab
FIX:
RUN deleteFolderPage IN h_folder /* this will delete folder page 2*/
( INPUT 2 /* INTEGER */).
RUN create-folder-page IN h_folder /* create folder page 2 with the label "2"*/
( INPUT 2 /* INTEGER */, INPUT '2' /* CHARACTER */).