Kbase P17215: How to disable the add button in a smartpanel
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  01/06/2005 |
|
Status: Unverified
GOAL:
How to disable buttons in a smartpanel
FACT(s) (Environment):
Windows
Progress 9.x
FIX:
Syntax:
DYNAMIC-FUNCTION('setdisabledActions'):U IN h_pupdsav,
INPUT [Character string] ).
Example:
DYNAMIC-FUNCTION('setdisabledActions'):U IN h_pupdsav,
INPUT "Add" ).