User server variable as defualt value

B

Bill

Guest
Good Afternoon,


Great stuff! Really makes rapid deployment a reality.

One thing I would like to do....the database we will be populating needs some audit info. In particualr the user that inserts the record. In the past I have inserted the $REMOTE_USER server variable into a audit field. (we are using mod_ntlm with Apache in a M$ NT 4.0 enviroment)


Where can I put this, so that it is being inserted for each new record, without displaying it on the insert form.


cheers,


Bill
 
E

Eugenio

Guest
Bill wrote:

> Good Afternoon,
>
>
> Great stuff! Really makes rapid deployment a reality.
>
> One thing I would like to do....the database we will be
> populating needs some audit info. In particualr the user that
> inserts the record. In the past I have inserted the
> $REMOTE_USER server variable into a audit field. (we are using
> mod_ntlm with Apache in a M$ NT 4.0 enviroment)
>
>
> Where can I put this, so that it is being inserted for each
> new record, without displaying it on the insert form.

Hi,
the ID_user field type is what you need.



(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top