DATE [message #165678] |
Fri, 31 March 2006 06:49 |
lailakhalid
Messages: 7 Registered: March 2006 Location: LUTON
|
Junior Member |
|
|
Can anyone please let me know how to generate a date automatically into a Item block using Oracle 9i Forms?
|
|
|
Re: DATE [message #165682 is a reply to message #165678] |
Fri, 31 March 2006 07:17 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
You mean a default value?
Create a text item of data type date and enter '$$DATE$$' as initial value. This will set the date automatically to the client's system date. $$DATETIME$$ will add a time component, while $$DATE$$ sets the time component to 00:00:00. For the Database's system date, enter either $$DBDATE$$ or $$DBDATETIME$$.
MHE
|
|
|