If the DayBack file is closed, then all the global variables that are set in the "Upon Opening" script are cleared. The "Show Event Details on Calendar..." script assumes that these variables are already set. In order to account for this, you could add the following just before line 34 (#Clear source specific variables) of the "Show Event Details on Calendar..." script to set these global variables:
- Code: Select all
If [$$sc_UponOpening ≠ "Success"]
Perform Script ["Upon Opening"]
End If
Let me know if that helps resolve the issue.
Regards,
KC