Link to home
Start Free TrialLog in
Avatar of Controversy
Controversy

asked on

Document count for internet based searches.

I have a R5 database running on the web.  In that I have various methods of searching the database.  Either though list boxes which return documents based on that category using an embedded view on a page.  The other way is using a serach bar which uses:

dbpath + "Searching?SearchView&Query=" + QueryString + "&Count=6&Start=1"

I am trying to display on the respective page & form the number of documents returned from the search and then use that number to hide/change the Next/Previous buttons.

Does that make sense??  Can anyone help?

Just to note the new pages are loaded using Javascript and not through a notes agent.
ASKER CERTIFIED SOLUTION
Avatar of CRAK
CRAK
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Small but important typo made: I can't (as in "can NOT") put in a lot of effort....
Avatar of Controversy
Controversy

ASKER

Cheers for the pointer.  I will look into it.  I use the $$ViewBody on the form which displays the results of the second way of searching the database - ie the search bar.

Will keep you posted.
Thanks for your help Crak.  Got everything working now.
Excellent job!
Thanks!