Are Graphic Elements in PG2 fetched by name or by GUIDs?
Hello,
a small question about the 800xA PG2 system. When a Graphic Display is called up for the first time, the system has to search for all the Graphic Elements that are in that Graphic Display. How does this work? Is the system searching for the corresponding objects by GUIDs or is it searching for the corresponding objects by name?
Answers
It doesnt search when you call up the graphic. Everything is resolved (except late binding) when you insert elements into the graphic and save it.
The delay on first call-up is because some components are being copied accross into your workstation client cache.
Finally we found the solution for this problem a few months ago. The performance issues were caused by objects with duplicate names in the Control Structure. So make sure all your objects which contain Graphic Elements in the Control Structure (also nested objects!) have unique names.
Add new comment