Consultor Eletrônico



Kbase P5113: How Can A Browse Column Be Made Read Only At Runtime
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

GOAL:

How can a browse column be made read only at runtime

FACT(s) (Environment):

Progress 9.1x

FIX:

A browse column can be made read-only at runtime by using the READ-ONLY attribute.  

For example, assuming that the Customer.Balance field is defined as one of the fields in a browse and under certain circumstances it must not be changed.  This can be accomplished by the following line of code:

ASSIGN Customer.Balance:READ-ONLY IN BROWSE {&BROWSE-NAME} = TRUE.