How can I get around this?

2000-08-23 Thread Terri Stocke
Hi All, I have a login screen that passes the userid to a query: cfquery name="record_list" datasource="CF_3IS" dbtype="ODBC" SELECT suggestion_id, suggestion_name, status_code, actual_evaluator_userid FROM SUG_SUGGESTIONS WHERE status_code IN ('I', 'E', 'F', 'S') AND

RE: How can I get around this?

2000-08-23 Thread Chapman, Katrina
You can reload the left hand nav bar after the user logs in to include that value on that particular link. --K -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 23, 2000 12:00 PM To: [EMAIL PROTECTED] Subject: How can I get around this? Hi All

Re: How can I get around this?

2000-08-23 Thread Kevin Schmidt
Try a session or client variable. Kevin - Original Message - From: "Terri Stocke" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 23, 2000 1:59 PM Subject: How can I get around this? Hi All, I have a login screen that passes the userid to a query: cf