The information in this article applies to:
SYMPTOMSWhen writing script to access the DTC Grid's navbar, the getRecordsetNavbar and getPagingNavbar methods do not seem to work even though statement completion for the navbar gives the impression that the code entered is correct. CAUSEThe reason typing "Grid.getRecordsetNavbar" or "Grid.getPagingNavbar" does not work is that these methods are written in Javascript and need parentheses at the end so they will return an object. It is possible to get statement completion for the navbar's methods and properties with or without the parentheses, but the code will not work without them. RESOLUTIONMake sure you put parenthesis at the end of each of the Grid's methods. Instead of typing "Grid.getRecordsetNavbar.updateOnMove", type "Grid.getRecordsetNavbar().updateOnMove". STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words:
Keywords : kbVisID600 kbVisID600bug kbGrpASP |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |