Subject | IB_COlumn Assign AV |
---|---|
Author | Alan McDonald |
Post date | 2005-01-13T03:16:19Z |
Just looking for a hint here..
I have the following code:
stRVF :=
IB_QConvertToRTF.CreateBlobStream(IB_QConvertToRTF.FieldByName('ANSWER'),
bsmRead);
RichViewUtil.LoadRVFFromStream(AnsRVF);
RichViewUtil.SaveRTFToStream(AnsRTF, False);
--> IB_QConvertToRTF.FieldByName('ANSWERRTF').Assign(AnsRTF);
which AVs on the marked line...
AV Finder says the unit which is mapped is not included or something
I've tested that the stream is OK and it is, it just won't assign
Have I go the wrong syntax perhaps?
thanks
Alan
I have the following code:
stRVF :=
IB_QConvertToRTF.CreateBlobStream(IB_QConvertToRTF.FieldByName('ANSWER'),
bsmRead);
RichViewUtil.LoadRVFFromStream(AnsRVF);
RichViewUtil.SaveRTFToStream(AnsRTF, False);
--> IB_QConvertToRTF.FieldByName('ANSWERRTF').Assign(AnsRTF);
which AVs on the marked line...
AV Finder says the unit which is mapped is not included or something
I've tested that the stream is OK and it is, it just won't assign
Have I go the wrong syntax perhaps?
thanks
Alan