Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Appeon Javascript having Issues with assigning Private Instance Variable with Public Constant value of another object

21 views
Skip to first unread message

T L Sreedharan

unread,
Sep 23, 2016, 1:42:00 PM9/23/16
to
Hi,

We have an pfc framework Userobject u_dw(Extension Layer) with following variable Instance variable declaration

PUBLIC:
constant string MASS_CHANGE = 'Change'

In a window we have declared a instance variable
Private:
string MASS_CHANGE // Values are set in pfc_preopen,
string MASS_SELECT // taken from constants on u_dw.

In the pfc_preopen event of this window we try to assign the variable

MASS_CHANGE = idw_requestor.MASS_CHANGE //(u_dw.MASS_CHANGE)
MASS_SELECT = idw_requestor.MASS_SELECT //u_dw.MASS_SELECT)

This script works in PB but when we deploy in Web using Appeon

Appeon cannot read this line & terminates rest of other scripts


Pl help me to fix this issue

Thanks & Regards
Sree

T L Sreedharan

unread,
Sep 25, 2016, 7:59:11 PM9/25/16
to
Hi,

I have figured it out now, Its not an issue with Appeon at all

lOGICAL issue in the code

Just found that idw_requestor was not assigned during the Varible assignment

So please ignore this issue

Sorry for the trouble

Regards
Sree

sup...@appeon.com

unread,
Sep 26, 2016, 2:29:18 AM9/26/16
to
Hi Scree,

Glad that you got the issue resolved!
If you need any help please let us know.


Thanks,
Appeon Support Team



在 2016年9月26日星期一 UTC+8上午7:59:11,T L Sreedharan写道:
0 new messages