BUG:RDC.Enabled False at Design Time Resets to True at RunTimeLast reviewed: November 19, 1996Article ID: Q148260 |
The information in this article applies to:
SYMPTOMSSetting the Remote Data Control Enabled property to false at design time will reset to true when running the program.
WORKAROUNDTo work around, set the Enabled property to False programmatically. For example: MSRDC1.Enabled = False in the Form load event.
STATUSMicrosoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article.
MORE INFORMATIONIn addition to not being able to set the Enabled property to false at design time, no matter what the Enabled property is set to, the Remote Data Control never appears grayed.
Steps to Reproduce the Error in Visual Basic 4.0 32-Bit
|
Additional reference words: 4.00 vb4win vb432
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |