I have an VS2003 application which utilizes NetAdvantage V6.2. IE8 was recently installed on all workstations and it has slowed down the application considerably.
I traced the slowdown to the following code. I have a datagrid populated and the code is in a for loop searching for a certain value. Specifically, the getRow() function is where the slowdown occurs. In IE8 it takes close to a second to retrieve each row.
var oEmpnoLoop = rows.getRow(i).getCell(11).getValue();
I have tested with IE6 and IE7 with no problems.
Hi,
Please download the latest service pack for NetAdvantage V6.2 and test using it. If the issue is not resolved then you may need to upgrade to a newer version of NetAdvantage.
Magued