Gossamer Forum
Home : Products : DBMan : Discussions :

default value

Quote Reply
default value
the script enters the value "default" in the data field by itself. No mater what value is entered or field_type. Usually around position 10.

Quote Reply
Re: default value In reply to
It is field 9 where it is being entered. It is because you have not changed the line

$auth_user_field = 9;

in your .cfg file.

If you are allowing default users to add records, set it to

$auth_user_field = -1;


JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: default value In reply to
great! it works!

thanx a lot.