This topic is locked

Search 1 by 1

5/13/2005 3:15:22 PM
ASPRunnerPro General questions
author

Hello!
I have been working with ASPRunner and Its great for queries, but here is a query that I just can make.
I want to make an ASP page that in the beging ask for a Record ID, and then after inserting the data, then I would take me to the result page, where only would show the record number I am looking for.
Please, apreciate your help!
Also, It would help a lot to have son samples of diferent queries, or database samples. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=1429&image=1&table=forumtopics' class='bbc_emoticon' alt=':o' />
Thanks!!

501208 5/13/2005

Also, I have been looking in the forum and only found 2 sites with samples of what users can do. Do you have links that you can send me, so I can get an idea o what to create. Because what I need y a start page where users input data, and then show only the data entered, not all the data and then goto advaced search.
Thanks!!

Sergey Kornilov admin 5/16/2005

Hi,
you have two ways to do it:

  1. You can set option No records on the first page on the List page tab in ASPRunner.

    Then proceed to Searchable fields tab and select the Record ID field as single search field.
  2. Otherwise you can select the Record ID field as the only Advanced search field and redirect users to advanced search page in index.htm file:
    <html>

    <meta http-equiv=refresh content="0;url=..._search.asp">

    <meta http-equiv="Expires" content="Tue, 20 Aug 1996 14:25:27 GMT">

    </html>