Kbase P102567: How to conditionally disable a FILL-IN in a SmartDialog?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/28/2005 |
|
Status: Unverified
GOAL:
How to conditionally disable a FILL-IN in a SmartDialog?
FIX:
Define a local InitalizeObject override procedure and insert the following statement after the RUN SUPER statement:
DEFINE VARIABLE lDisable AS LOGICAL NO-UNDO.
IF lDisable THEN
FILL-IN-1:SENSITIVE IN FRAME {&FRAME-NAME} = FALSE.