Kbase P19275: Dynamics: too many record reads in a Treeview
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/24/2004 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Dynamics: too many record reads in a Treeview
Performance problems with the dyntreeview using the AppServer connection
CAUSE:
This is a known issue being investigated by Development
FIX:
Code modification will be introduced in Dynamics 2.1 to improve the
dyntreeview load performance over the AppServer connection.
The workaround for the 2.0A is to modify the procedure
...\src\dynamics\ry\app\ryretrobjp.p
In the 'retrieveMasterObject' procedure you need to comment out the
following piece of code:
/* Get the list of treeview objects. */
IF lContainerIsTreeview AND NOT plDesignMode THEN
DYNAMIC-FUNCTION("findTreeObjects":U, INPUT
hAttributeBuffer:BUFFER-FIELD("RootNodeCode":U):BUFFER-VALUE, INPUT 0).