January 4, 200125 yr I hope you can help me, or at least point me in a good direction. when some one does a search on the web, and it goes to a search results page. i want to be able for the user to select one or more records, and click on a link and goto a print page that will have the records selected, listed in plain text.. for example.. Record: 1 First name: Jon Last Name: Henderson ------------------------- Record: 2 First Name: Jenny Last Name: Hendrix ------------------------- Record: 3 First Name: Bob Last Name: Jones and so on like that. so that the user can print those records in plain text. i am useing my own web page's for the database, not the web companion ------------------
January 31, 200125 yr Newbies Take a look at our website at www.mvpcurriculum.com and see if th is is what you need. If so, check with aaron at [email protected]. He designed this and may be able to help you.
February 11, 200124 yr To do something like this each user would have to set some sort of flag field in each record. The challenge with this is that each web user will set the flags so they'll keep changing: there will be no consistency between user views or actions. This is one instance where I think the answer is "cannot be done" in a robust or repeatable way for multiple users. It is also difficult to manage through a web interface.
Create an account or sign in to comment