posted 22 years ago
In defining IDL file ,I have aInterface Account,in which a method called ViewDetails ,which should return three values,which are the data members of the same interface.
so,I tried to return the the Same interface Account.
So,how should i write an Implementation Class that defines this interface.
and how i should catch the interface values in
client program.
please help me.
simply ...
how to return the same class object and how i should use or catch in other program.