Thanks In Advance
I have a program that runs some math at 05:55:am every day. But I want to grab the new values for that day only, and
add to a report for that day.
My code looks like this
{PDL_TASK_VIEW.FCREATIONTIME} >= datetime(year(currentdate),month(currentdate),day(currentdate),5,45,0)
{PDL_TASK_VIEW.FCREATIONTIME} = a string value. I found out that this will not work becouse of DateTime.
So is there a easy way to convert my string variable to a datetime variable. then use the original code.
If any one has a simple solution I would appreciate it. I'm New to Crystal so easy is good right now.
Thanks
I have a program that runs some math at 05:55:am every day. But I want to grab the new values for that day only, and
add to a report for that day.
My code looks like this
{PDL_TASK_VIEW.FCREATIONTIME} >= datetime(year(currentdate),month(currentdate),day(currentdate),5,45,0)
{PDL_TASK_VIEW.FCREATIONTIME} = a string value. I found out that this will not work becouse of DateTime.
So is there a easy way to convert my string variable to a datetime variable. then use the original code.
If any one has a simple solution I would appreciate it. I'm New to Crystal so easy is good right now.
Thanks