on ‎2023 May 10 4:33 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jeff,
CR dynamically generates the SQL based on the DB Client used.
It could be that one PC either doesn't have a client installed or it's a different version.
If could also be the User doesn't have rights to use the client or the software.
Try logging in as a local PC or Network Admin and see if that works.
Don
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.