BUG: PageObjectDTC May Publish Wrong Parameter NamesID: Q190681
|
After changing the parameter names of an exported navigate or execute function of the PageObjectDTC, the older parameter names may still be shown by the URL Picker and by the Parameter Info tooltip for the function.
If only the names of the parameters are changed and the number of parameters remains unchanged, the PageObjectDTC does not detect the change and does not update its published information. This incorrect published information is then used by the URL Picker and the Parameter Info tooltips.
After changing the names of the parameters of a function exported by the PageObjectDTC, add an extra, bogus parameter, then immediately delete this extra parameter. When the number of parameters changes, the PageObjectDTC will detect the changed parameter information and update its published information appropriately.
Microsoft 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.
This issue does not affect the run-time functionality of the page because the names of parameters are not used at run-time.
thisPage.navigate.yourFunctionName(
results: a Parameter Info tooltip appears showing the original
parameter names
Additional query words:
Keywords : kbCtrl kbVisID600bug kbGrpASP
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 13, 1999