Consultor Eletrônico



Kbase P125456: Error 13835 occurs when accessing a public GET accessor if the SET accessor is PRIVATE
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/04/2011
Status: Verified

SYMPTOM(s):

Error 13835 occurs when accessing a public GET accessor if the SET accessor is PRIVATE

Property <Arg1> has a PRIVATE SET accessor so can be set only from within the class where it's defined. (13835)

FACT(s) (Environment):

Class file defines a property with a public GET and PRIVATE SET accessor
Property is referenced within a function on the left-hand side of an assignment statement
OpenEdge 10.1B
OpenEdge 10.1C
OpenEdge 10.2A
OpenEdge 10.2B
All Supported Operating Systems

CAUSE:

Bug# OE00155893

CAUSE:

At the time of this writing it is planned to fix OE00155893 in OpenEdge version 11.0

FIX:

Assign the property to a variable then use the variable within the function.