Kbase 6791: go-on() statement will not work with records - only fields
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
go-on() statement will not work with records - only fields
910723-pjh01You cannot use the go-on() with the update record format. It
is only valid with update field format.
This works:
for each customer:
update cust-num name go-on(tab).
end
This doesn't and shouldn't work:
for each customer:
update customer go-on(tab).
end.
Progress Software Technical Support Note # 6791