Kbase P14865: Missing 'IF VALID-HANDLE(gshSessionManager) THEN' in data.p internal procedures transferToExcel and
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/29/2004 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Missing "IF VALID-HANDLE(gshSessionManager) THEN " in data.p internal procedures "transferToExcel" and "tableOut"
CAUSE:
Bug# 20021003-004
FIX:
Upgrade to 10.0A or later
If upgrading is not possible a workaround is as follows:
Replace the following code (line 4984 of data.p in TableOut procedure):
RUN fieldSecurityCheck IN gshSecurityManager (INPUT cContainerName,
INPUT cRunAttribute,
OUTPUT cSecuredFields).
with
IF VALID-HANDLE(gshSecurityManager) THEN
RUN fieldSecurityCheck IN gshSecurityManager (INPUT cContainerName,
INPUT cRunAttribute,
OUTPUT cSecuredFields).