![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, How do I create a field that display the current date dynamically? I have sofar done this: click on insert menu click on current date once the field is there, i'd bring up its button setup and then go to "Filds" and then "Set Field". Then click on Calculated result button and put astatement like this: Get(CurrentDate). this obviously does not work for me as the date is not being dynamicallyupdated. any help is appreciated. -- POST BY: lark with PHP News Reader |
#3
| |||
| |||
|
|
In article <Nhwki.37550$YL5.30445 (AT) newssvr29 (DOT) news.prodigy.net lark<hamzee (AT) sbcglobal (DOT) net> wrote: Hello, How do I create a field that display the current date dynamically? I have sofar done this: click on insert menu click on current date once the field is there, i'd bring up its button setup and then go to "Filds" and then "Set Field". Then click on Calculated result button and put astatement like this: Get(CurrentDate). this obviously does not work for me as the date is not being dynamicallyupdated. any help is appreciated. -- POST BY: lark with PHP News Reader You haven't created a field using "Insert Current Date." All you've done is insert the text value of the date. In Define Database, create a calculation field (returned as Date) using the Get ( CurrentDate ) function. Make sure that in Options/Storage, the box "Do not store calculation results -- recalculate as needed."is checked. Matt |
#4
| |||
| |||
|
|
In article <Nhwki.37550$YL5.30445 (AT) newssvr29 (DOT) news.prodigy.net lark<hamzee (AT) sbcglobal (DOT) net> wrote: Hello, How do I create a field that display the current date dynamically? I have sofar done this: click on insert menu click on current date once the field is there, i'd bring up its button setup and then go to "Filds" and then "Set Field". Then click on Calculated result button and put astatement like this: Get(CurrentDate). this obviously does not work for me as the date is not being dynamicallyupdated. any help is appreciated. You haven't created a field using "Insert Current Date." All you've done is insert the text value of the date. In Define Database, create a calculation field (returned as Date) using the Get ( CurrentDate ) function. Make sure that in Options/Storage, the box "Do not store calculation results -- recalculate as needed."is checked. |
![]() |
| Thread Tools | |
| Display Modes | |
| |