|
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
|
- PFCSIG Message.stringparm Problem (Pb 7) PARAG-hotmail-pb
- Re: PFCSIG Message.stringparm Problem (Pb 7) Daniel Coppersmith
- Re: PFCSIG Message.stringparm Problem (Pb 7) PARAG-hotmail-pb
- Re: PFCSIG Message.stringparm Problem (Pb ... Daniel Coppersmith
- PFCSIG What's going on? Daniel Coppersmith
- RE: PFCSIG Message.stringparm Problem (Pb 7) Anderson, Jim
- RE: PFCSIG Message.stringparm Problem (Pb 7) Goel, Poonam
- Re: PFCSIG Message.stringparm Problem (Pb 7) Daniel Coppersmith
