Dr.Gopala krishnam raju AMBATI Posted September 19, 2010 Posted September 19, 2010 i made a date field but i want to make a script that auto enters unmodifiable date which will be created at the first time opening of my database
LaRetta Posted September 19, 2010 Posted September 19, 2010 You need to use a one-record preference (or some call it global) table with a date field when the file opens. Then create a script called Startup with: Go To Layout [ Preference ] Set Field [ field ; Get ( CurrentDate ) ] ... then whatever else you wish Set this in File > File Options > Perform Script and point to your Startup script. But it would help to understand the purpose here ... we may have other suggestions. :wink2:
Recommended Posts
This topic is 5180 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now