Results 1 to 2 of 2

Thread: Starting ASPDB page in a Filter/search form

  1. #1
    PETE DUMONT Guest

    Starting ASPDB page in a Filter/search form

    How can I set my aspdb page to open directly into a filter/search page so I can have a user enter a record number and be taken directly there? Currently, it starts in Grid mode and users hve to hit the filter button or scroll down to their record.

  2. #2
    Mark Guest

    Starting ASPDB page in a Filter/search form (reply)

    Pete,
    Just set dbStartup = "filter"

    See http://www.aspdb.com/docs/aspdbman.htm#dbStartUp

    and Programming Example: D53

    Mark.


    ------------
    PETE DUMONT at 1/11/00 9:58:49 AM

    How can I set my aspdb page to open directly into a filter/search page so I can have a user enter a record number and be taken directly there? Currently, it starts in Grid mode and users hve to hit the filter button or scroll down to their record.

Posting Permissions

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