Kbase P125062: HELP attribute has unknown value on a TEMP-TABLE field
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/10/2009 |
|
Status: Verified
SYMPTOM(s):
HELP attribute value is unknown (?) for a TEMP-TABLE field
FACT(s) (Environment):
Windows
Progress 9.x
FIX:
For version 9, in order for the help attribute to have a value on a TEMP-TABLE field, it is necessary to include the RCODE-INFORMATION option in the DEFINE TEMP-TABLE statement.
The RCODE-INFORMATION determines whether Progress stores temp-table buffer-field actual attributes in the r-code's initial value segment (IVS).
When specifying the RCODE-INFORMATION option, Progress stores temp-table buffer-field attributes in the IVS at compile time, and provides actual attributes at run time. If this option is not specified, Progress doesn't store temp-table buffer-field actual attributes in the IVS at compile time, and provides actual attributes at run time.
For version 10, the RCODE-INFORMATION is not required as it is included by default.