This topic is locked

Information when click on Save button

4/21/2005 6:01:47 AM
ASPRunnerPro General questions
author

Hello,
I have an request from user.
When they are filling a form, at the end they would like when they click on Save button to have a message on the front page ... your data have been store in database ...
Could you please to tell me where I have to correct the source.
Thanks
Alphonse <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=1345&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' />

Sergey Kornilov admin 4/23/2005

After you save a record you are still on the Edit page. I'm not really sure how do you like to display something on the front page while you are on the edit page.

501185 4/25/2005

Hello,
In fact when we do "Save" there is a small message "Your record is saved" but It is very small ...
Some users would like to have an explicit message like a message in a box saying "Your record ....."
It is possible ? And if yes How can I do ?
Than very much.
Alphonse

Sergey Kornilov admin 4/26/2005

Hi,
you can open ..._edit.asp file and modify it in any text editor.

For example replace this part

message="<div class=message><<< " & "Record updated" & " >>></div>"



with this:

message="<H1><<< " & "Record updated" & " >>></H1>"