Gossamer Forum
Home : Products : DBMan : Discussions :

Re: [ezfindit] Modify/Delete Own Records

Quote Reply
Re: [ezfindit] Modify/Delete Own Records In reply to
One thing I spotted in your .cfg file change:

ID => [0, 'number', 6, 8, 1, '', ''],
TO:
ID => [0, 'numer', 6, 8, 1, '', ''],

You do have tracking turned off, but I noticed you do have numbers within your database?

You are using the School field as a select but it is not defined as such in your .cfg file.
The selection should be noted within the section:

# Select fields. Field name => 'comma seperated list of drop down options'.
%db_select_fields = ( );

Then in your html_record_form define the select field like this:

print &build_select_field("School",$rec{'School'},1); print qq|

There are ways to have you large select list be from an external file .. you may want to check the FAQ for how to do this.

Hope this helps



Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Subject Author Views Date
Thread Modify/Delete Own Records ezfindit 4278 Nov 17, 2001, 3:41 PM
Thread Re: [ezfindit] Modify/Delete Own Records
LoisC 4195 Nov 17, 2001, 8:58 PM
Thread Re: [LoisC] Modify/Delete Own Records
ezfindit 4094 Nov 20, 2001, 11:25 AM
Thread Re: [ezfindit] Modify/Delete Own Records
LoisC 4088 Nov 20, 2001, 11:49 AM
Thread Re: [LoisC] Modify/Delete Own Records
ezfindit 4097 Nov 20, 2001, 12:08 PM
Thread Re: [ezfindit] Modify/Delete Own Records
Paul 4090 Nov 20, 2001, 2:08 PM
Thread Re: [PaulW] Modify/Delete Own Records
ezfindit 4087 Nov 20, 2001, 3:10 PM
Post Re: [ezfindit] Modify/Delete Own Records
kellner 4023 Nov 25, 2001, 4:21 PM