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.
0
Comments