cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Our app is used on hundreds of computers in California. There is one computer that encounters an error when the user tries to print a report with a date field. All other reports run fine. The error messages are all similar to the one below but the File description will vary with with which report is being run. All error messages say "A date-time is required here." at the bottom of the message.

Windows 10

.NET 4.7.2

64-bit version of CR runtime 13_0_32

VB.net

0 Likes
View Entire Topic
DellSC
Active Contributor
0 Likes

Do you have any way of checking the database the user is connecting to? It looks like the trn_date field may not be a datetime - it might be just a date instead.

-Dell

SuperCoder
Participant
0 Likes

Yes, the date field is datetime. All of the computers in this office (share same database) can run date reports just fine except for this one computer. There is something about this computer that is preventing the reports with dates not to run. Any ideas.

DellSC
Active Contributor
0 Likes

I would try uninstalling the runtime and re-installing in case what's actually there is an older version. IIRC, there were some problems with dates with one of the recent versions of the SDK.

-Dell