DBWEB: How to Create Custom Success/Failure Messages (154534)
The information in this article applies to:
- Microsoft dbWeb 1.0
- Microsoft dbWeb 1.1
This article was previously published under Q154534 SUMMARY
Microsoft DbWeb can insert, update, or delete records from various back-end
databases. Typically, you want to supply the user with some information
about whether their insert, update, or delete was successful. DbWeb
supplies a default insert, update, and delete success/failure message.
This is generally enough information; however, you may want to customize
this message.
Your custom insert, update, and delete message can be an entire HTML
document that can take on the look and feel of the rest of your HTML
documents. You can customize these messages in two ways.
First, you can type the HTML directly in the property sheet of the "Insert
success msg," "Insert fail msg," "Update success msg," "Update fail msg,"
"Delete success msg," and "Delete fail msg."
Second, you can supply a URL to an HTML document; however, you must use the
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=/dbWeb/MyHTML.htm"> HTML tag.
However, this HTML tag is not supported by all browsers. Some browsers that
do support it are Microsoft Internet Explorer versions 3.0 and 2.0, and
Netscape versions 3.0 and 2.0.
REFERENCES
For more information about Insert/Update/Delete properties, search for
"insert/update/delete properties sheet," using the dbWeb 1.0/1.1 Help
"Search for Help On...."
Modification Type: | Major | Last Reviewed: | 9/26/2003 |
---|
Keywords: | kbhowto kbusage KB154534 |
---|
|