This topic is locked
[SOLVED]

 ?ferror=1& on"ADD NEW" form

8/16/2012 10:49:32 AM
ASPRunnerPro General questions
B
beachldy author

I get an error on an ADD PAGE, when selecting "ENTER". The record DOES get added but does not redirect back to the main page. Where can I try to fix the code behind the form? Should I just add some new code with a re-direct?
This is what shows on the bar:
http://localhost:8086/dbo_REPORTLOG_Master_add.asp?ferror=1&;

Sergey Kornilov admin 8/16/2012

By default user stays on the Add page after record is added. If you need to redirect user to the List page add the following snippet to AfterAdd event:

Response.Redirect "dbo_REPORTLOG_Master_list.asp?a=return"