ACC97: How to Get a Calendar Control to Work on an ASP PageLast reviewed: August 29, 1997Article ID: Q164753 |
The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills. When you export a form that contains a Calendar Control as an Active Server Page, any code that you create for the control will not be exported with the form. When you open the form on your Web browser, the Calendar Control will be set to the current date. To be able to set the value for the Calendar Control on your Active Server Page, you will need to modify the VBScript for that form. This article demonstrates how you can modify the VBScript code to include the syntax you need for setting the value of the Calendar Control.
MORE INFORMATIONNOTE: This section contains information about editing ASP files and assumes that you are familiar with editing HTML files, Active Server Pages, and Visual Basic Scripting. Microsoft Access Technical Support engineers do not support customization of any HTML, HTX, IDC, or ASP files. The following example demonstrates how to change the VBScript code in an ASP file so that it contains the code necessary for changing the value for a Calendar Control. To modify the VBScript for a particular form, follow these steps:
REFERENCESFor more information about ASP files, search the Help Index for "ASP files," and view the available topics, or ask the Microsoft Access 97 Office Assistant. Keywords : IntpCstm kbinterop IntAsp Version : 97 Platform : WINDOWS Hardware : x86 Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |