dbTalk Databases Forums  

get or query creation date of an record?

comp.databases.filemaker comp.databases.filemaker


Discuss get or query creation date of an record? in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
walhol
 
Posts: n/a

Default get or query creation date of an record? - 12-09-2005 , 03:43 AM






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



Reply With Quote
  #2  
Old   
Bill Marriott
 
Posts: n/a

Default Re: get or query creation date of an record? - 12-09-2005 , 04:26 AM






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

Quote:
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





Reply With Quote
  #3  
Old   
walhol
 
Posts: n/a

Default Re: get or query creation date of an record? - 12-09-2005 , 05:21 AM



Yes I know Get (creationDate), but I use the German Version. Hole(??????)
Walter
"Bill Marriott" <wjm (AT) wjm (DOT) org> wrote

Quote:
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







Reply With Quote
  #4  
Old   
Bill Marriott
 
Posts: n/a

Default Re: get or query creation date of an record? - 12-09-2005 , 08:18 AM



What I am saying is there is no Get() or Hole() function for what you want.
You MUST autoenter the value into a field, and reference that field in later
calculations.

"walhol" <hollerwal (AT) aol (DOT) de> wrote

Quote:
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









Reply With Quote
  #5  
Old   
Helpful Harry
 
Posts: n/a

Default Re: get or query creation date of an record? - 12-09-2005 , 05:45 PM



In article <dnbpbu$k1t$1 (AT) news (DOT) mch.sbs.de>, "walhol" <hollerwal (AT) aol (DOT) de>
wrote:

Quote:
Yes I know Get (creationDate), but I use the German Version. Hole(??????)
Walter
There is no function. You need to add a new field to your database.

MyCreationDate Date field Auto-enter option Creation Date

This will store the date when the record is created.

You will not be able to backdate existing records.

Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.