IPWorks EDIFACT 2020 Qt Edition

Questions / Feedback?

StartLoop Event

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

Syntax

class EDIFACTReaderStartLoopEventParams {
public:
  const QString &Name();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void StartLoop(EDIFACTReaderStartLoopEventParams *e);
// Or, subclass EDIFACTReader and override this emitter function. virtual int FireStartLoop(EDIFACTReaderStartLoopEventParams *e) {...}

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 Qt Edition - Version 20.0 [Build 8209]