Gossamer Forum
Home : Products : DBMan : Discussions :

Re: [trini809] $db_key_track problems with custom forms

Quote Reply
Re: [trini809] $db_key_track problems with custom forms In reply to
The id field should by changed from:

ID => [0, 'number',5,8,1,'',''],

to:

ID => [0, 'numer',5,8,1,'',''],

It's written differently to define a number field in perl.

As the final field, you will want to remove the comma after it.

SRecorder => [62, 'alpha',25,100,0,'i_sound_recording.gif','']

and you might want to change this to your site's homepage url:

$auth_logoff = "http://www.gossamer-threads.com/scripts/dbman/";

That is all I could see, hopefully that will solve your problem, if not post again and we can look at your other files.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Subject Author Views Date
Thread $db_key_track problems with custom forms trini809 4899 Jan 21, 2002, 12:14 PM
Thread Re: [trini809] $db_key_track problems with custom forms
LoisC 4743 Jan 21, 2002, 9:24 PM
Thread Re: [LoisC] $db_key_track problems with custom forms
trini809 4714 Jan 22, 2002, 1:37 AM
Thread Re: [trini809] $db_key_track problems with custom forms
LoisC 4732 Jan 22, 2002, 1:57 AM
Thread Re: [LoisC] $db_key_track problems with custom forms
trini809 4732 Jan 22, 2002, 2:30 AM
Thread Re: [trini809] $db_key_track problems with custom forms
LoisC 4738 Jan 22, 2002, 8:32 AM
Post Re: [LoisC] $db_key_track problems with custom forms
trini809 4729 Jan 23, 2002, 3:23 PM