cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reports with date fields produce a runtime error.

SuperCoder
Participant
0 Likes
683

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

View Entire Topic
ido_millet
Active Contributor

Compare the database connectivity driver used on the "bad" computer to the one used on a "good" computer.
If the report uses ODBC, you can see the driver used in the ODBC DSN configuration dialog.

SuperCoder
Participant
0 Likes

5 stars for you. The ODBC was configured with an out dated SQL Driver which does not handle DateTime2. Thank you so much.