Gossamer Forum
Home : Products : DBMan : Installation :

ADD Record Module for Hidden fields

Quote Reply
ADD Record Module for Hidden fields
Eveything is working here so far, thanks to all of your help topics and direct solutions. One problem though. Now that I wish to make the Record ID (RID) field a hidden field for the the screens, whenever a new authorized user inputs all of his information and presses the add record key, it ALWAYS returns an error saying that the RID cannot be left blank. I need this field to be filled by the system. It already increments the counter for the record number. Why does it not insert it in the field for the user, even though it is a hidden field?

I really don't need the users to see this field, but if they MUST, I still don't want them assining a record ID number. I think
the problmes would be obvious.

Any help sure would be appreciated.

Thanks again for all of your people.

Highest Regards,

Paul D. Williams



------------------
webmaster@aik.tec.sc.us
Quote Reply
Re: ADD Record Module for Hidden fields In reply to
Hi Marine Smile

Try adding this line to your <form>

<INPUT TYPE="HIDDEN" NAME="ID" VALUE="$rec{'ID'}">

Please change the field names to match your own Smile


------------------
-----------
millsie :)

A smile a day...
keeps the viri' away.