June 8, 200520 yr i wonder how to create a autocreate script, to add a new time entry record each week, lets say mondays. now my database have only one record for time entries, I can make a new one, but I would like it to autocreate and jump to it, show week number in it, *AND be able to only make entries for the date in that week in that record, but that is a bonus...
June 8, 200520 yr Hmm. Do you mean setting your on open script to do something like If [DayOfWeek(Get(CurrentDate)) = 2] New Record/Request End If ?
June 8, 200520 yr If your file doesn't open on your Time layout, be sure to go to a layout based upon this table at the start of your script. New records are created in the table occurrence it's on at the time a script fires.
Create an account or sign in to comment