astralisgop@yahoo.com
|
| Posted: 03/02/2002, 6:40 PM |
|
In the Bookstore, I want to be able to add the date to every record that is added to the database.
Also, I want to be able to see the date when new members register.
How can I do this by using CodeCharge and working with the code by hand?
astralisgop@yahoo.com
|
|
|
 |
dava133
|
| Posted: 03/03/2002, 6:45 AM |
|
Think i did exactly the same thing with my registration page. It was a record form with a submit button and all I did was include a date_submitted field to it as hidden and set the default to "=Date()" in the common field properties, hope this helps,
|
|
|
 |
astralisgop@yahoo.co
|
| Posted: 03/03/2002, 7:38 AM |
|
I added the hidden field but I cannot see the date in the members grid. How can I view the date that the member registered?
I tried updating membersrecord.asp and membersrecord.html but I don't see the date.
|
|
|
 |
Nicole
|
| Posted: 03/04/2002, 2:28 AM |
|
Hello,
I think you have missed something simple. Please check does date type field exists in table. And refer to BugTrack example to find how to assign date to the field. Look at BugRecord page/Bugs form/BeforeShowInsert event.
After insert is made you could check db to contain current date. Is it present there?
|
|
|
 |