IPWorks EDIFACT 2020 C++ Edition

Questions / Feedback?

StartLoop Event

Fires when the starting of a loop is detected in a transaction set.

Syntax

ANSI (Cross Platform)
virtual int FireStartLoop(EDIFACTValidatorStartLoopEventParams *e);
typedef struct {
const char *Name; int reserved; } EDIFACTValidatorStartLoopEventParams; Unicode (Windows) virtual INT FireStartLoop(EDIFACTValidatorStartLoopEventParams *e);
typedef struct {
LPCWSTR Name; INT reserved; } EDIFACTValidatorStartLoopEventParams;
- (void)onStartLoop:(NSString*)name;
#define EID_EDIFACTVALIDATOR_STARTLOOP 10

virtual INT IPWORKSEDIFACT_CALL FireStartLoop(LPSTR &lpszName);

Remarks

The StartLoop event will fire when the tag of a loop trigger segment is read. The Name parameter contains the schema-provided name of the loop, such as "N1Loop1".

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDIFACT 2020 C++ Edition - Version 20.0 [Build 8209]