The information in this article applies to:
SYMPTOMSWhen calling user-defined VBScript functions in an Active Server Pages (ASP) page within Visual InterDev 6.0, the Parameter Information ToolTip provided by IntelliSense is unavailable for the function parameters. CAUSEThis behavior is caused by the use of the Public or Private modifiers in the function declaration. RESOLUTIONDo not use the Public or Private modifiers in a function declaration. Since all functions and sub-routines are globally available during an ASP page's execution, the use of the Public and Private modifiers are unnecessary, so they can safely be removed. MORE INFORMATIONSteps to Reproduce BehaviorTo reproduce this behavior, open Visual InterDev 6.0 and do the following:
Call Func(The Parameter Information ToolTip should appear for the function. REFERENCES
For additional information, please see the following articles in the
Microsoft Knowledge Base:
Keywords : kbVisID600 kbGrpASP |
Last Reviewed: May 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |