May 27, 2005 #1 S scrutinizer Guest Does anybody know how to fire ProMdlRetrievePostAction event. When I call ProMdlRetrieve or ProMdlLoad this event does not occur. Thanks.
Does anybody know how to fire ProMdlRetrievePostAction event. When I call ProMdlRetrieve or ProMdlLoad this event does not occur. Thanks.
Sep 30, 2005 Thread starter #2 C ccmeyer Guest You have to register a function that will be called. do this as follows: ProNotificationSet(PRO_MDL_RETRIEVE_POST,(ProFunction)inst anceLoaded); You defined instanceLoaded function to do what you need to do.
You have to register a function that will be called. do this as follows: ProNotificationSet(PRO_MDL_RETRIEVE_POST,(ProFunction)inst anceLoaded); You defined instanceLoaded function to do what you need to do.