Hi all,
I have the following problem:
Components version 1.6.5.2 with Delphi XE5
procedure TFrm_HL7.hl7_ORM_O01(Sender: TObject);
var
msg: TdiORM_O01_25;
begin
msg := TdiORM_O01_25.Create;
try
msg.AsString := sReceiveMsg;
msg.SaveToFile('c:\Temp\X.hl7');
.... SaveToFile do nothing
Best Regard
Joschim
SaveToFile
-
- Site Admin
- Posts: 256
- Joined: Sun Jun 05, 2011 8:06 pm
Re: SaveToFile
Hi,
Thank you for feedback.
We will fix this bug.
Best Regards.
Thank you for feedback.
We will fix this bug.
Best Regards.
-
- Site Admin
- Posts: 256
- Joined: Sun Jun 05, 2011 8:06 pm
Re: SaveToFile
Please download v1.6.10
We're looking forward to your comments and suggestions.
Delphi HL7 Team.
We're looking forward to your comments and suggestions.
Delphi HL7 Team.
-
- Posts: 23
- Joined: Wed Sep 17, 2014 7:22 am
Re: SaveToFile
The bug is not solved.
procedure TFrm_HL7.hl7_ORM_O01(Sender: TObject);
var
msg: TdiORM_O01_25;
begin
msg := TdiORM_O01_25.Create;
try
msg.AsString := sReceiveMsg;
msg.SaveToFile('c:\Temp\X.hl7');
after msg.SaveToFile('c:\Temp\X.hl7');
--> See the attachment: "Stream Readerror"
Joschim
procedure TFrm_HL7.hl7_ORM_O01(Sender: TObject);
var
msg: TdiORM_O01_25;
begin
msg := TdiORM_O01_25.Create;
try
msg.AsString := sReceiveMsg;
msg.SaveToFile('c:\Temp\X.hl7');
after msg.SaveToFile('c:\Temp\X.hl7');
--> See the attachment: "Stream Readerror"
Joschim
Who is online
Users browsing this forum: No registered users and 1 guest