Framework EDI Reference. Methods and Properties
ediDocument. DllNotifyDocuments

Notifies Framework EDI clients of the information that got passed from an external DLL.

Syntax:

Parameters:

Returns:

Returns 1 if the operation is successful; otherwise 0 if the operation failed.

Remarks:

The parameters passed in the DllNotifyDocuments methods are not processed by FREDI, but are just forwarded to the document object which in turn forwards it to the ActiveX client.  The parameters' information is passed to all instances of the document objects created in the same FREDI DLL component.  Although FREDI is a multiuse component, where one DLL is loaded, which can have multiple document objects created from it, this is not always the case depending on the security context of how the FREDI component is used.

Only those documents that have the DllNotifyEnable property enabled will receive the notification.