Gossamer Forum
Home : Products : DBMan : Installation :

Want to modify list all. How to....??

Quote Reply
Want to modify list all. How to....??
Hello,

I would like to change the list all option from a database. It should display a list like this:

FIELD1 FIELD2 FIELD3 FIELD4

These are not al the fields in the database only the most important. In this list FIELD1 should be a link to actually view that record. I'm thinking on this a few days now. Anyone can give me a headstart??

Thanx,

Jeroen Roeper
http://www.tracksonline.com
Quote Reply
Re: Want to modify list all. How to....?? In reply to
Hi Jeroen,

Dive into html.pl and edit the html_record function to display the fields as you see fit. Make sure $db_auto_generate is turned off though!

Cheers,

Alex