Consultor Eletrônico



Kbase P115404: 10.1A cannot understand columnReadOnly function call
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/28/2008
Status: Unverified

SYMPTOM(s):

Error 201 compiling application code

Same code compiles successfully in 9.1x

** Unknown Field or Variable name - <field-name>. (201)

** Unknown Field or Variable name - columnReadOnly. (201)

FACT(s) (Environment):

Openedge 10.1x
All Supported Operating Systems

CAUSE:

columnReadOnly is a function defined in src/adm2/dataextcols.p and is not referenced anymore in src/adm2/dataprto.i
In version 9 dataprto.i contains a reference in like:
FUNCTION columnReadOnly RETURNS CHARACTER
( INPUT pcViewColList AS CHARACTER ) IN SUPER.

FIX:

Within the application use DYNAMIC-FUNCTION when calling columnReadOnly function