Показать сообщение отдельно
Старый 19.08.2008, 13:49   #3  
gb is offline
gb
Участник
 
42 / 15 (1) ++
Регистрация: 31.03.2005
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