Kbase P66252: Cannot get literal value to display in same frame as other d
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/02/2004 |
|
Status: Unverified
SYMPTOM(s):
Has a temp-table with ten records
Uses OPEN QUERY to walk through the records and display them to the screen
Cannot get a literal value to display after the display of records is complete
CAUSE:
The OPEN QUERY is using the DISPLAY statement to display the records and is not using a named frame.
FIX:
Modify the source code and specify an explicit frame name then after the display of the records is complete issue another DISPLAY statement to display the literal value in the same frame.