[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.frontpage.programming

Insert current date in Edit Mode

=?Utf-8?B?cm9kY2hhcg==?=

4/8/2004 9:21:00 PM

I have a database which collects registration data for my
group. I store a date when the registration is submitted
and stored in the database.

I then used the Datbase Wizard to set up the interfase to
edit the records when a check is received and deposited.
I would like to insert the curent date when I edit a
record. In the field called "Edit.asp" there is this
code: <%=FP_FieldHTML(fp_rs,"Paid")%>

Can I insert the code for the curent date which is: <%
=date()%>, or something else, somewhere in this field,
and have it update the field with the current date
automatically?

Yhank you for your help in advance.
1 Answer

=?Utf-8?B?cm9kY2hhcg==?=

4/9/2004 12:29:00 AM

0


>-----Original Message-----
>I have a database which collects registration data for
my
>group. I store a date when the registration is
submitted
>and stored in the database.
>
>I then used the Datbase Wizard to set up the interfase
to
>edit the records when a check is received and deposited.
>I would like to insert the curent date when I edit a
>record. In the page called "Edit.asp" there is field
with this
>code: <%=FP_FieldHTML(fp_rs,"Paid")%>
>
>Can I insert the code for the curent date which is: <%
>=date()%>, or something else, somewhere in this field,
>and have it update the field with the current date
>automatically?
>
>Yhank you for your help in advance.
>.
>