A
Andrew
Hi all,
//msg has been assigned as type
NHapi.Base.Model.GenericMessage.V23
//NHapi.Model.V23.Message.ORU_R01
ORU_R01 ORUR01 = msg as ORU_R01;
I've got the error coz ORUR01 is always null, because I can't convert msg to
a different type ie to type ORU_R01
How do I do this ?
Thanks
regards,
Andrew
//msg has been assigned as type
NHapi.Base.Model.GenericMessage.V23
//NHapi.Model.V23.Message.ORU_R01
ORU_R01 ORUR01 = msg as ORU_R01;
I've got the error coz ORUR01 is always null, because I can't convert msg to
a different type ie to type ORU_R01
How do I do this ?
Thanks
regards,
Andrew