Consultor Eletrônico



Kbase P6842: How to Change Folder Labels Programmatically without using i
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/08/2003
Status: Unverified

GOAL:

How to Change Folder Labels Programmatically without using initializeObject.

FIX:

RUN create-folder-label IN h_folder ( INPUT 2 /* INTEGER */, INPUT "mylabel" /* CHARACTER */).

This procedure doesn't run the initializeObject procedure but it has a problem: The label length has to be exactly the same that was before or weird things happens (this is due to the fact that this procedure does just that, to change the label name without resizing anything or repositioning the labels, etc).