The information in this article applies to:
SYMPTOMS
A custom Event containing an underscore character (_) as part of the
Event's name will not fire, and it produces duplicate code in the Microsoft
Visual Basic Development Environment.
CAUSE
If an underscore is present in an event's name, the return value from a
call to VBFireEvent will be Zero, but the custom event will not be
triggered in Visual Basic. This is because the underscore prevents Visual
Basic from finding the name of the event in the event list.
WORKAROUNDDo not use the underscore character as part of the name of a custom event. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce Problem
Additional query words: 1.00 2.00 3.00 buglist1.00 buglist2.00 buglist3.00
Keywords : |
Last Reviewed: January 25, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |