Notifications
Clear all
Topic starter
I am receiving the error when trying to run a Crystal Report that is prompting for Date Ranges.
Line: 80
Char: 1
Error: A system shutdown has already been scheduled
Code 0
URL: file:///C:/Users/relliott/AppData/Local/Temp/prompting1.html
Do you want to continue running scripts on this page?
Does anyone have any suggestions on what is causing this?
Posted : April 4, 2017 6:22 am
Try entering the date directly in the prompt field without using the calendar selection.
Posted : April 4, 2017 6:36 am
Topic starter
That's what I have told users to do. But was just hoping I could figure out what is causing it.
Thanks
Posted : April 5, 2017 3:00 am
If I remember correctly, Crystal's calendar function passes the date in the following format:
YYYY-MM-DD hh:mm:ss
So depending on how you are using this parameter, you may have to convert the date/time.
Posted : April 18, 2017 6:58 am