Options

Blob import

almarkaalmarka Member Posts: 19
edited 2010-07-05 in NAV Three Tier
Hey guys,

It seems that I am going crazy. Here is sample code:

"3TierAutomationMgt".BLOBImport(TempBlob,'d:\test.xml',FALSE);
Table.FINDFIRST;
Table.CALCFIELDS("BLOB");
Table."BLOB" := TempBlob.Blob;
Table.MODIFY;

Everything works just fine when called from Classic, but does not work at all for RTC.

Where is the problem?

Thanks for your help.

Comments

  • Options
    almarkaalmarka Member Posts: 19
    My mistake. It was actually updating the BLOB field. However, when I ran table from the Classic client it was not showing star. But if I scrolled down and then back to the record it was shown. The weird thing is I do not have such a problem if I run code from Calssic directly (only if I run it from RTC).
Sign In or Register to comment.