X12 Integrator V9 - Online Help
X12 Integrator V9
Questions / Feedback?

StartInterchange Event

Fires whenever a control segment is read that marks the start of an interchange.

Syntax

typedef void __fastcall (__closure *Tx12EDIReaderStartInterchangeEvent)(System::TObject* Sender, Tx12EDIReaderStartInterchangeEventParams *e);

__property Tx12EDIReaderStartInterchangeEvent OnStartInterchange = {read=FOnStartInterchange, write=FOnStartInterchange};

typedef struct {
     String Tag;
     String ControlNumber;
     String FullSegment;
} Tx12EDIReaderStartInterchangeEventParams;

Remarks

The StartInterchange event will fire when a control segment marking the start of an interchange structure is read. The Tag parameter contains the tag of the segment, such as ISA. ControlNumber contains the control number associated with the segment.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0