Kbase P13636: Progress application error on compiling after migrating from
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/8/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
Windows
SYMPTOM(s):
Progress application error on compiling after migrating from 8.2C
Character Client
It is an existing code that compiles fine on 8.2C running on SCO Unix.
CHANGE:
Migrated from 8.2C running on SCO Unix.
To Windows 9.1D
CAUSE:
The GPF happens in a BUFFER-COPY statement with an ASSIGN and an OVERLAY function in the left hand side of some of the assignments.
FIX:
The solution is to place the assignments that are not "field = <expr>" in its own assign statement, after the BUFFER-COPY statement.