Kbase 5597: *** Use of NEXT_PROMPT can effect default frame layout.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
*** Use of NEXT_PROMPT can effect default frame layout.
891107-dah05*** Use of NEXT_PROMPT can effect default frame layout.
Example:
def var a as char.
def var b as char.
update a b.
The above request prompts for a and b (in that order).
If you add: NEXT-PROMPT b. before the update statement, the prompt
order changes to 'b' followed by 'a'.
Note, this is not a bug. Recall, fields are added to a frame in the
order they are found.
Progress Software Technical Support Note # 5597