Gossamer Forum
Home : Products : DBMan : Customization :

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 (&array_to_hash($_, @hits));
}

But how??????
Any ideas/suggestions are appreciated!

Last edited by:

uhrwerk: Aug 1, 2003, 9:56 AM