Kbase P21137: How to update/assign an un-displayed ADM1 smart data browse
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/14/2003 |
|
Status: Unverified
GOAL:
How to assign an ADM1 browse table field that is not displayed in the browse?
FACT(s) (Environment):
Windows
FACT(s) (Environment):
Progress 8.3x
FIX:
Define a Local-Assign-Statement procedure to override the default behavior of the ADM-Assign-Statement method and place the statement:
ASSIGN
Customer.Country = ·USA·
After the statement:
RUN dispatch IN THIS-PROCEDURE ( INPUT ·Assign-Statement·:U)