PRB: Controls within Frames Are Not Supported

Last reviewed: December 9, 1997
Article ID: Q166105
The information in this article applies to:
  • Microsoft Visual InterDev, version 1.0

SYMPTOMS

When you insert an MS Forms 2.0 Frame in an .alx file, the following error message appears:

   This control does not support a persistence format compatible with HTML,
   and cannot be saved. Please contact the manufacturer of the control for
   an updated version.

Click OK to close the message. Insert a command button (or any other control) into the Frame. When the .alx is closed and reopened, the Frame appears, but the button no longer appears in the frame.

CAUSE

The MS Forms 2.0 Frame control does not support a persistence format compatible with HTML.

RESOLUTION

MS Forms 2.0 Frame is not supported in VID. The user can draw a border around several controls and write code to emulate what the frame would do.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create an .alx file.

  2. Insert a Microsoft Forms 2.0 frame.

  3. Insert a control within the frame.

  4. Save and close the .alx file.

  5. Reopen the .alx file.

  6. The controls inserted into the frame no longer appear.

REFERENCES

For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:

   http://support.microsoft.com/support/vinterdev/

Keywords          : VIControls VIDevEnv kbprg
Version           : 1.0
Platform          : WINDOWS
Issue type        : kbprb


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 9, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.