Kbase P116860: How to display a browse field after assigning it a new value?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/20/2006 |
|
Status: Unverified
GOAL:
How to display a browse field after assigning it a new value?
FIX:
Use the DISPLAY statement to show the new field value after assigning. For example:
FIND CURRENT customer.
ASSIGN
balance = 1.
DISPLAY Balance WITH BROWSE BROWSE-1.