I was just curious to get an input on anyone out there if PB7 is as buggy as
some people say or is the development environment stable enough to use and
develop apps on and release to a production environment.

Thanks
Goel

> -----Original Message-----
> From: Daniel Coppersmith [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, January 28, 2000 8:40 AM
> To:   PARAG-hotmail-pb
> Cc:   PFCSIG
> Subject:      Re: PFCSIG Message.stringparm Problem (Pb 7)
> 
> 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 ----- 
>       From: PARAG-hotmail-pb <mailto:[EMAIL PROTECTED]> 
>       To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
>       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
> 
> [EMAIL PROTECTED] HOSTED BY IIGG, INC. FOR HELP WITH LIST SERVE COMMANDS, ADDRESS
> A MESSAGE TO [EMAIL PROTECTED] WITH THE FOLLOWING MESSAGE:   help pfcsig
> SEND ALL OTHER INQUIRES TO [EMAIL PROTECTED]

Reply via email to