![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I could not find a command that delivers me the creation date of an record. Under define Data base --> create record --> options for fields there is e.g Date, account name..., provided, but I could't find any command to fetch these data for using in a script. Using FM7 pro regards Walter |
#3
| |||
| |||
|
|
You are correct that there is no Get(CreationDate) function, or similar functions for the other creation and modification particulars. You need to have a field that auto-enters (and thus stores) the creation date (or better, the creation TimeStamp, because it includes both date and time). I also usually include a modification field as well. Then you reference this field in the future. If you do not create fields for storing these values, they simply are not saved. Bill "walhol" <hollerwal (AT) aol (DOT) de> wrote in message news:dnbjkr$qc2$1 (AT) news (DOT) mch.sbs.de... Hello, I could not find a command that delivers me the creation date of an record. Under define Data base --> create record --> options for fields there is e.g Date, account name..., provided, but I could't find any command to fetch these data for using in a script. Using FM7 pro regards Walter |
#4
| |||
| |||
|
|
Yes I know Get (creationDate), but I use the German Version. Hole(??????) Walter "Bill Marriott" <wjm (AT) wjm (DOT) org> wrote in message news:dnbm4q$sej$1 (AT) domitilla (DOT) aioe.org... You are correct that there is no Get(CreationDate) function, or similar functions for the other creation and modification particulars. You need to have a field that auto-enters (and thus stores) the creation date (or better, the creation TimeStamp, because it includes both date and time). I also usually include a modification field as well. Then you reference this field in the future. If you do not create fields for storing these values, they simply are not saved. Bill "walhol" <hollerwal (AT) aol (DOT) de> wrote in message news:dnbjkr$qc2$1 (AT) news (DOT) mch.sbs.de... Hello, I could not find a command that delivers me the creation date of an record. Under define Data base --> create record --> options for fields there is e.g Date, account name..., provided, but I could't find any command to fetch these data for using in a script. Using FM7 pro regards Walter |
#5
| |||
| |||
|
|
Yes I know Get (creationDate), but I use the German Version. Hole(??????) Walter |
![]() |
| Thread Tools | |
| Display Modes | |
| |