BUG: Incorrect Error Message When Setting Read-Only Count PropLast reviewed: May 23, 1996Article ID: Q151081 |
The information in this article applies to:
SYMPTOMSWhen trying to set the Count property of the Forms collection, the following error message is displayed:
Error 380 - Invalid Property ValueThis error message is incorrect. Visual Basic should display an error message indicating that the property is read-only at run time.
WORKAROUNDDo not try to set the Count property of the Forms collection. This property is read-only because it describes the number of open forms of the project. The Count property can only be set indirectly by loading and unloading forms.
STATUSMicrosoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article. Microsoft is researching this issue and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: 4.00 vb4win vb4all
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |