The information in this article applies to:
SUMMARYWhile reading a message created with a version 1.0 Microsoft Electronic Forms Designer custom form, you may notice that incorrect information is displayed in a subform. This problem can occur if E-Form caching is turned on and the Hide method in Microsoft Visual Basic was used to dismiss the window. To properly use subforms with caching turned on, the Visual Basic Unload method should be used to dismiss the forms. MORE INFORMATION
With the Microsoft Electronic Forms Designer, you can create a custom form
to include subforms that are displayed in addition to the form's main
window. You can use two methods to dismiss a subform in Visual Basic: Hide
and Unload. The Hide method simply removes the dialog box from view; Unload
removes the dialog box from memory.
Additional query words: 1.00 wrong sub-form sub form E-Forms
Keywords : |
Last Reviewed: November 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |