November 23, 201114 yr I am trying to build a reminder feature that could include a 'time' of an event. I would like to be able to script a find whereby the event time field could be searched for the current time plus 15 minutes, and this script would be timed to run several times during the day, hopefully catching any scheduled event within 15 minutes of when the script runs. I know there is the // symbol for searching current date, is there a symbol for current time? Otherwise, how would anyone suggest this could be done? Thanks!
November 23, 201114 yr How about: Enter Find Mode [ ] Set Field [ YourTable::TimeField ; Get ( CurrentTime ) & "…" & Get ( CurrentTime ) + 900 ] Perform Find [ ]
Create an account or sign in to comment