Marsha_R
10 years agoModerator
I store my different date calculations as string variables
Daily String aqDateTime.AddDays(aqDateTime.Today(),7)
Weekly String aqDateTime.AddDays(aqDateTime,Today(),28)
Monthly String aqDateTime.AddMonths(aqDateTime,Today(),12)
Then pass them in as parameters the same way
EndDate String Variables.Daily
Use eval in the on screen action to get the object
MyDateField Keys eval(EndDate)
Related Content
- 11 months ago