As far as I know, there's no such thing in PB as a return value from a
constructor event. A simple alternative would be to add an instance
variable and/or accessor function to hold the status in your NVO and then
call it after the object is instantiated.
--dang
-----Original Message-----
From: Vogt, David [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 25, 2000 14:10
To: 'PFCSig'
Subject: PFCSIG checking the return value of a constructor event
I have a nvo inherited from n_base.
In the nvo constructor I will check the application ini file for a parameter
that will tell me if this nvo should be used.
So, how do I get the return value from the constructor event of my nvo?
Example:
lnvo_myobject = create n_cst_myobject
How do I get the return value from the constructor event of the
n_cst_myobject?
Thanks,
Dave
> [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]
> [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]