Results 1 to 2 of 2

Thread: Adding just one row

  1. #1
    Jim Santarius Guest

    Adding just one row

    I am using the dbStartup to take users right to an Add form. I would like to know how to get AspDBPro to automatically return to another page after I have clicked on the Add New Record button. Right now it displays a blank Add form again and I have to use a link in the heading to allow the user to return to the page I want. In my usage, the user will always add only one row.

  2. #2
    John Guest

    Adding just one row (reply)

    Hi Jim,

    There's another question about here that is similar. It's probably explained
    better there, but the gist is to look at either aspdbClick or if
    Request("aspDBEditBut_unitno&#34="Add New Record" and then doing a
    Response.Redirect("newpage.asp&#34 to a new page.

    Hope this helps. Thanks,
    John


    ------------
    Jim Santarius at 9/16/99 11:56:02 AM

    I am using the dbStartup to take users right to an Add form. I would like to know how to get AspDBPro to automatically return to another page after I have clicked on the Add New Record button. Right now it displays a blank Add form again and I have to use a link in the heading to allow the user to return to the page I want. In my usage, the user will always add only one row.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •