FIX: Bound 3D Panel Control Won't Update When Caption ChangedLast reviewed: October 30, 1997Article ID: Q113331 |
3.00
WINDOWS
kbprg kbbuglist
The information in this article applies to: - Standard and Professional Editions of Microsoft Visual Basic Programming System for Windows, version 3.0
SYMPTOMSIf you assign a new caption to a bound 3D panel control, the field is not changed when the data control updates.
CAUSEThe 3D panel control does not change the DataChanged property. However, the Visual Basic label control does not demonstrate this behavior. When using the label control, you will see that the field will change when the data control updates.
WORKAROUNDTo work around the problem, you can set the DataChanged property to true for the 3D panel after changing the caption. For Example:
Panel3D1.Caption = "Changed" Panel3D1.DataChanged = True STATUSMicrosoft has confirmed this to be a bug in Visual Basic version 3.0 for Windows. This problem has been corrected in Visual Basic version 4.0.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: 3.00 THREED.VBX Edit AddNew Update buglist3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |