|
|
#3 |
|
Участник
|
AOT/Resources
The control on the report has a display method as a source.
The display method looks like this: public display FilePath stampResource() { ResourceNode resourceNode; FilePath stampPath; ; resourceNode = SysResource::getResourceNode(resourcestr(stamp)); if (resourceNode) { resourceNode.AOTload(); stampPath = SysResource::saveToTempFile(resourceNode); } return stampPath; } Also, the report works fine for all end-users except only two. That's why I think the code is correct. Thank you, gb |
|
|