Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
-
xarow
- Posts:3
- Joined: Mon Sep 19, 2016 10:23 am
this.refName() issue when using property\'s
Post
by xarow »
Hello,
I have some issue when I have a panel that has extended property's.
I use the the function
Code: Select all
getValue(this.refName(), "panelFileName", fileName);
and it works on a normal simple panel.
But i get the following error when I add a property with a getter and setter to the panel:
Code: Select all
Line: 5, In "getValue()": Object "PANEL_REF01" does not exist
Is this a bug in OA or am I doing something wrong?
-
Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: this.refName() issue when using property\'s
Post
by Gertjan van Schijndel »
Could you post code containing the property (causing the error) with getter and setter?