Icon View Incident Report

Serious Serious
Reported By: Kim Madsen
Reported On: 2/14/2002
For: Version 3.05 Build 1
# 1028 Memo Query Parameters are Truncating the Last Byte from the Parameter Value

Using 3.04 and 3.05 I seem to have gotten a strange memo problem after restructuring a table appending a new integer field to it.
Whenever I update data in a memo, the data is shortened with 1 bytes every time.

Below is the sample code updating a record in the table. Notice that I'm using .Value because the sql generation and parameter definitions are automated in the real app.

qupd.ParamByName('id_doctype').value:=120;
qupd.ParamByName('script_validation').
value:='jens hansen'+#10#13+'haren'+#10#13+'bondegaard.';
qupd.ExecSQL;



Resolution Resolution
Fixed Problem on 2/17/2002 in version 3.06 build 1
Image