Gossamer Forum
Home : Products : DBMan : Customization :

Re: Email Notification with a BIG Twist

Quote Reply
Re: Email Notification with a BIG Twist In reply to
Okay...another challenge...I attempted to set-up two different modification forms: 1) Data Manager can modify records without the "Change" checkbox included, and 2) Administrator can modify records with the "Change" checkbox included. The reason I want to do this is that I do not want to risk the Data Manager accidentially or intentially clicking on Change when the NT password may not have been changed yet.

I have currently inserted the following codes:

Code:
|;
if ($per_admin){
&html_record_modify_admin_form();
}
else {
&html_record_modify_form();
}
print qq|

in both of the following sub-routines:

1) sub html_modify_search
2) sub html_modify_form_record

The modification form does appear correctly for both the administrator and data manager. However, when I try to pull-up a record to modify (both by "list all" and search form), no records are pulled up.

Any ideas?

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us

[This message has been edited by Eliot (edited August 04, 1999).]

[This message has been edited by Eliot (edited August 04, 1999).]
Subject Author Views Date
Thread Email Notification with a BIG Twist Eliot 6030 Aug 3, 1999, 12:27 PM
Post Re: Email Notification with a BIG Twist
JPDeni 5905 Aug 3, 1999, 7:37 PM
Post Re: Email Notification with a BIG Twist
Eliot 5912 Aug 3, 1999, 7:43 PM
Post Re: Email Notification with a BIG Twist
JPDeni 5896 Aug 3, 1999, 8:14 PM
Post Re: Email Notification with a BIG Twist
Eliot 5908 Aug 3, 1999, 8:22 PM
Post Re: Email Notification with a BIG Twist
Eliot 5909 Aug 4, 1999, 5:25 AM
Post Re: Email Notification with a BIG Twist
Eliot 5896 Aug 4, 1999, 6:57 AM
Post Re: Email Notification with a BIG Twist
Eliot 5889 Aug 4, 1999, 7:52 AM
Post Re: Email Notification with a BIG Twist
JPDeni 5955 Aug 4, 1999, 9:07 AM
Post Re: Email Notification with a BIG Twist
compu_tel 5937 Aug 4, 1999, 10:02 AM
Thread Re: Email Notification with a BIG Twist
Eliot 5920 Aug 4, 1999, 10:50 AM
Thread Re: Email Notification
omegadm 5894 Jul 27, 2000, 8:00 AM
Thread Re: Email Notification
LoisC 5931 Jul 27, 2000, 11:12 AM
Post Re: Email Notification
omegadm 5944 Jul 27, 2000, 3:12 PM
Thread Re: [Eliot] Email Notification with a BIG Twist
mabel 5681 Dec 11, 2002, 12:27 AM
Post Re: [mabel] Email Notification with a BIG Twist
LoisC 5662 Dec 11, 2002, 9:14 PM
Post Re: Email Notification with a BIG Twist
Eliot 5906 Aug 4, 1999, 12:32 PM