Consultor Eletrônico



Kbase P73585: Dialog box has a wait-for choose of DoneButton statement in
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/03/2004
Status: Unverified

SYMPTOM(s):

Dialog box has a wait-for choose of DoneButton statement in it

Code behind button which should delete a file does not delete the file

CAUSE:

The wait-for is terminating when the button is pressed and not executing the trigger code

FIX:

Modify the application so that the wait-for uses 'close of this-procedure' rather than 'choose of DoneButton' then in the choose trigger of the button delete the file and apply close to this-procedure