BUG: Script Outline May Not Show Elements Within a Form Element (190586)
The information in this article applies to:
- Microsoft Visual InterDev 6.0
This article was previously published under Q190586 SYMPTOMS
In Source view, if you create a <FORM> element, then place other elements
within it, those elements may not be shown in the Script Outline window.
CAUSE
The Script Outline will show only elements that have been assigned a name
or ID attribute. If the <FORM> element has not been assigned a name or ID,
then it will not be shown in the Script Outline window. If the form does
not appear in the Script Outline, the elements it contains will not be
shown, even if those contained elements have been given a name or ID.
RESOLUTION
Whenever a form element is created, it should be assigned a unique ID or a
unique name, for example:
<FORM ID=MyForm> ... </FORM>
STATUS
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.
Modification Type: | Major | Last Reviewed: | 10/15/2002 |
---|
Keywords: | kbBug kbDSupport kbide KB190586 |
---|
|