Gossamer Forum
Home : Products : DBMan : Installation :

all records on one page

Quote Reply
all records on one page
I need to display all the records on one page in a particular format. I am using the Short/Long mod. I want to display ALL the records, one after another, in the long format as well. I want to leave "List all -function" as is and have an additional link on my page for all records on one page.

This is to create one document that can be printed and stored.


I know that I must change something in sub html_view_success like

for (0 .. $numhits - 1) {
print "<P>";
&html_record_long (&array_to_hash($_, @hits));
}

But how??????
Any ideas/suggestions are appreciated!
Quote Reply
Re: [uhrwerk] all records on one page In reply to
If this is going to just be for say the admin and you want to extract the records into a text file, so you can either print it out or save it check out the following thread:

Thread: http://gossamer-threads.com/p/000848
Topic: Output a text file
hooter - August 29, 1999

Or in the FAQ noted below under "Viewing" check out:

Output fields to a text file (sub html_printout)

I think this will provide what you need.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/