Consultor Eletrônico



Kbase 11103: Debugging error 824: Shared Workfiles
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
Debugging error 824: Shared Workfiles

Error 824 regarding shared workfiles is an indication of a coding
problem in the child procedure where parent and child procedures are
sharing the same workfile information.

The DEFINE NEW SHARED WORKFILE showsales FIELD region LIKE
customer.sales-region etc. statement needs to appear EXACTLY the
same way except for the expression "new".

If the child procedure is missing a field or there is some other error
in the code, this message will occur.

See Language Reference manual under DEFINE WORKFILE
for further details on using workfiles.

Progress Software Technical Support Note # 11103