var
msg: TdiRGV_O15_24;
begin
msg:=TdiRGV_O15_24.Create;
msg.AsString:=Memo2.Lines.Text;
ShowMessage(IntToStr(msg.ORDERRepCount));//Why is 0?
FreeAndNil(msg);
end;
TdiRAS_O17_24 also the same problem. TdiRGV_O15_24 with a custom method is OK, TdiRAS_O17_24 currently not successful.
I do not know is not a BUG, hoping to get resolved.
Thank you
Yes,
ORDER_DETAIL_SUPPLEMENT is optional
This Group contains the following elements:
* NTE, required repeating
* RXR, required repeating
* COMPONENTS, optional
None of this segments did not exist, would pass this group.
Checked for ORDER_DETAIL_SUPPLEMENT group.
reqired segments :
NTE, RXR.
Checked NTE ok.
Checked RXR error.
Due to the possibility of this segment belong to another group, these groups are skipped.