Hi,
I'm using Version 1.6.5.2
msg.PATIENT_RESULT[0].ORDER_OBSERVATION[0].OBSERVATION[0].OBX.ObservationValue[0].Terser('/OBX-5').AsString := 'Vestibularisprüfung';
the result is 'Vestibularispr\XFC\fung'
I do not found: msg.EnableEscapedValues
What can I do??
Best regard
EnableExcapeValues
-
- Site Admin
- Posts: 256
- Joined: Sun Jun 05, 2011 8:06 pm
Re: EnableExcapeValues
Hi,
EnableEscapedValues inherits from is TdiMessage.
please check:
can you do this ?
or you can use
xxxx.AsString:='bla'
instead
xxxx.Value:='cla' // Raw String
EnableEscapedValues inherits from is TdiMessage.
please check:
Code: Select all
var
msg : TdiMessage;
begin
msg :=TdiMessage.Create;
msg.EnableEscapedValues:=true;
msg.Free;
end;
or you can use
xxxx.AsString:='bla'
instead
xxxx.Value:='cla' // Raw String
-
- Posts: 23
- Joined: Wed Sep 17, 2014 7:22 am
Re: EnableExcapeValues
Hi,
Code: Select all
var
msg : TdiMessage;
begin
msg :=TdiMessage.Create;
msg.EnableEscapedValues:=true;
msg.Free;
end;
msg.EnableEscapedValues is not include
xxxx.AsString:='bla'
instead
xxxx.Value:='cla' // Raw Strin
is the same result
Code: Select all
var
msg : TdiMessage;
begin
msg :=TdiMessage.Create;
msg.EnableEscapedValues:=true;
msg.Free;
end;
msg.EnableEscapedValues is not include
xxxx.AsString:='bla'
instead
xxxx.Value:='cla' // Raw Strin
is the same result
-
- Site Admin
- Posts: 256
- Joined: Sun Jun 05, 2011 8:06 pm
Re: EnableExcapeValues
Hi,
You can try with lastest edition?
You can try with lastest edition?
-
- Posts: 23
- Joined: Wed Sep 17, 2014 7:22 am
Re: EnableExcapeValues
No!
I have purchased the professional license in december 2012
The last version is 1.6.5.2
Best regards
I have purchased the professional license in december 2012
The last version is 1.6.5.2
Best regards
-
- Site Admin
- Posts: 256
- Joined: Sun Jun 05, 2011 8:06 pm
Re: EnableExcapeValues
Hi,
You need update!!
Best Regards.
You need update!!
Best Regards.
Who is online
Users browsing this forum: No registered users and 4 guests