Framework EDI Reference. Methods and Properties
ediAcknowledgment. ReleaseIndicator

Sets or gets the release indicator used by the acknowledgment.

Syntax:

Remarks

The release indicator does not have to be set because the release indicator used by an interchange in the subject document is used by the corresponding interchange in the acknowledgment document.  If the indicator is explicitly set, then the release indicator  will be used for all the interchange(s) in the acknowledgment.

Example

Set oAck = oEdiDoc.GetAcknowledgment

oAck.EnableFunctionalAcknowledgment = True

oEdiDoc.SegmentTerminator = "'" & vbCrLf
oEdiDoc.ElementTerminator = "+"
oEdiDoc.CompositeTerminator = ":"
oEdiDoc.ReleaseIndicator = "?"
oAck.DecimalNotation = "."

oEdiDoc.LoadEdi sInputPath & sEdiFile

oAck.Save sOutputPath & sAckfile