FP98: How to Remove or Customize "No Records Returned" MessageLast reviewed: March 18, 1998Article ID: Q182122 |
The information in this article applies to:
SUMMARYIf you use an insert query in your database region, you may receive the following message when you open your page in a Web browser:
No Records Returned.This article describes how to customize or remove this message.
MORE INFORMATIONMicrosoft Technical Support will not resolve problems produced by editing the HTML that FrontPage generates. This HTML code sample is provided as a convenience for authors seeking to extend the capabilities of FrontPage. For more information about writing HTML, please see the following Microsoft Web site:
http://www.microsoft.com/workshop/author/newhtml/default.htmWARNING: ANY USE BY YOU OF THE HTML PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this HTML "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. To customize the message returned from the Database Region Wizard, start or switch to FrontPage Explorer and follow these steps:
ADDITIONAL INFORMATIONYou can format the message text by inserting standard HyperText Markup Language tags in the asp file. Following are some examples.
To Apply this Format Edit the Text String like this ---------------------------------------------------------------------------- Heading 1 fp_sNoRecords = "<H1>My Message</H1>" Center fp_sNoRecords = "<CENTER>My Message</CENTER> Hyperlink fp_sNoRecords = "<A href="link.htm">My Message</A>" Hyperlink and Center fp_sNoRecords = "<CENTER><A href="link.htm">My Message</A></CENTER>" |
Additional query words: 98 asp database vbscript html
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |