Is it possible something else is getting to it before your script?
 
What script are you getting the value of stringparm?  It should be the very first thing done in a window's open event, you need to override the ancestor script because otherwise pfc_preOpen will get it first.  Here's what your open script should look like:
 
 
        // Override the ancestor to ensure safe arrival of the parameter
        is_parmValue = message.stringParm
        return super::event open()
 
Daniel
----- Original Message -----
Sent: Friday, January 28, 2000 9:26 AM
Subject: PFCSIG Message.stringparm Problem (Pb 7)

hi all,
i am having a serious Problem with message.stringparm.we had migrated from pb5 to pb7 .sometimes message.string parm works fine while in some cases it loses its value. is this a bug in pb7 and is there a workaround for this
 
Pl.Help
Thanks in Advance
Parag B.Bhagwat

Reply via email to