Consultor Eletrônico



Kbase P6402: How to enable the Save button of a SmartPanel on entry of th
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/2/2003
Status: Unverified

GOAL:

How to enable the Save button of a SmartPanel on entry of the SmartDataViewer?

FACT(s) (Environment):

Progress 9.x

FACT(s) (Environment):

Windows

FIX:

1. Open the SmartDataViewer in the AppBuilder.
2. Define the following 'ON ENTRY OF F-Main' event trigger:

ANYWHERE
DO:
DYNAMIC-FUNCTION('setDataModified':U, INPUT TRUE).

END.