ACC97: ASP: Error Opening ASP Containing Tab Control

Last reviewed: June 4, 1997
Article ID: Q164483
The information in this article applies to:
  • Microsoft Access 97

SYMPTOMS

Moderate: Requires basic macro, coding, and interoperability skills.

When you export a form that contains a Tab control as an Active Server Page, you may receive the following error message when you open the page on your Web browser:

   An error has occurred in the script on this page. The script operation
   has been canceled.

   Microsoft VBScript runtime error

   [Line: ##] Object required: 'Name of a control on the Tab control'

When you click OK, the form opens but does not contain the Tab control or any of the controls that exists on the Tab control.

CAUSE

You cannot output Tab controls or controls on Tab controls to dynamic Active Server Page format.

RESOLUTION

To export the information on a form that contains a Tab control, you must remove the Tab control and place the information on the form.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Open the sample database Northwind.mdb in Microsoft Access 97.

  2. In the Database window, click the Forms tab and select the Employees form.

  3. Save the form as an Active Server Page.

  4. Start your Web browser and type the URL for the Employees file you just created. Be sure to include the correct path for the file. Note that you receive the error message mentioned in the "Symptoms" section.

REFERENCES

For more information about controls that can be exported to ASP format, search the Help Index for "ASP files," and then "Supported and unsupported form controls for dynamic ASP format" or ask the Microsoft Access 97 Office Assistant.


Keywords : FmsOthr IntAsp IntpWeb kberrmsg kbinterop
Version : 97
Platform : WINDOWS
Hardware : x86
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: June 4, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.