dneely
|
| Posted: 04/23/2002, 3:30 PM |
|
I downloaded the free employee directory app for ASP/VBscript no templates, and there is no "All" option in the dept menu. So that when I search, I have to guess the correct department that the employee is in to find someone.
I noticed the screen shot example of the application has the "all" in the department field and I was wondering if it is supposed to be there and if it is can someone tell me how to add it?
thanks - this is a great app to help me learn.
|
|
|
 |
Nicole
|
| Posted: 04/24/2002, 1:53 AM |
|
Hello,
it is easy to fix if you have CC installed. Just go to field properties-> Common tab, select 'Custom Initial Value' flag and specify 'Display Value'.
In case you have just downloaded generated site, open .asp file find code that fills department listbox from recordset and add following line right before openrs code:
response.write "<option value="""">All</option>"
|
|
|
 |
dneely
|
| Posted: 04/24/2002, 8:54 AM |
|
Thanks. I'll give this a try. Just out of curiosity and sheer lack of knowledge - so this will allow for an "all" entry into the dept field and allow someone to search just by last name?
thanks again
|
|
|
 |
|