Consultor Eletrônico



Kbase P7584: Unable to change width of tab folder using width-pixel attri
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/7/2003
Status: Unverified

SYMPTOM(s):

Fail to change width of tab folder using width-pixel attribute

**WIDTH-PIXEL is not a settable attribute for PROCEDURE widget. (4052)

Using:
h_folder:WIDTH-PIXEL = 10

CAUSE:

SmartFolder is a special type of frame and the tabFolders are images. Changing the width-pixel does work.

FIX:

Use function setFolderTabWitdh to set the property and then run initiateFolder procedure to make the change take place.

DYNAMIC-FUNCTION('setFolderTabWidth':U IN h_folder,INPUT pdWidth /* DECIMAL */).
RUN initializeFolder IN h_folder.