Gossamer Forum
Home : Products : DBMan : Customization :

View all directly after log in

Quote Reply
View all directly after log in
I would like to send users directly to the view all screen directly upon logging in. I thought I read something earlier in the postings about this but I wasn't able to find it this time. Any suggestions would be appreciated.

Thanks

Quote Reply
Re: View all directly after log in In reply to
Hello,

You wrote:

>I would like to send users directly to the view all screen >directly upon logging in. I thought I read something >earlier in the postings about this but I wasn't able to >find it this time. Any suggestions would be appreciated.

The entry would be similar to this. Assuming of course, that you changed the default name of your .cgi.

http://server/cgi-bin/dbfolder/yourdb.cgi?db=yourdb&uid=default

Hope that helps Smile



Best Regards,

Kim Lanners

Software Made Easy
http://sme-net.com
Quote Reply
Re: View all directly after log in In reply to
Thanks, I appreciate the help but I guess I should have been more clear.

I've got the default user option working, what I would like is for the user to go to the initial log in screen and enter their id/password. Then instead of going to the main menu, they are automatically sent to the "view all" screen but with all their regular options enabled. Basically I'm hoping to skill the menu screen but I'm having trouble passing the user id/password.

Anyway, thanks again, the help is appreciated.

Quote Reply
Re: View all directly after log in In reply to
I think it would work if, at the beginning of sub html_home, you added:

print "Location: $db_script_link_url&view_records=1&$db_key=*\n\n";



JPD
http://www.jpdeni.com/dbman/