Re: Unwanted time showing up in date fields
From: PJ (pj.krueger_at_erols.com)
Date: 12/30/04
- Previous message: TomKCrmGuy: "Run-time Error 91"
- In reply to: laurenh: "Unwanted time showing up in date fields"
- Next in thread: laurenh: "Re: Unwanted time showing up in date fields"
- Reply: laurenh: "Re: Unwanted time showing up in date fields"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Dec 2004 18:29:09 -0500
The first thing that comes to mind, is that this report is using the default
date format.
If all other reports have date fields formatted to date only they will work
no matter what the system default is. If some machines default the date to
date time, this would be a problem.
The two choices would be to change the system default on the machines with
the problem or format the date fields in the report.
HTH,
PJ
"laurenh" <laurenh@gmail.com> wrote in message
news:1104441870.413023.102490@z14g2000cwz.googlegroups.com...
I have a VB6(SP5) application using CR 8.5 (SP3) to print reports from
a DAO Jet data source. It's installed on about 100 workstations at
remote sites. On about one out of 25 workstations that I deploy to,
all of the dates in one report print as MM/DD/YY HH:MM:SS, when only
the date part should be displayed. On the other reports and the other
24 machines, it's no problem.
Suspecting a .DLL version problem, I have checked all of the .DLL files
that I can think of (crviwer.dll, craxdrt.dll, craxddrt.dll,
p2smon.dll, craxdui.dll, and a few others), and the versions seem to be
the same between the PCs that don't have the problem and those that do.
During early testing, I had exactly this problem on 3 out of 5 test
machines. As I recall, I fixed it by making a change in the VS
Installer: setting DAO350.DLL to self-register.
I could fix this by converting all of those date fields (about 80) to
strings before handing them to CR, but the app is already deployed and
since it overwhelmingly works I'd really prefer not to.
Can anyone think of anything else I'm missing?
- Previous message: TomKCrmGuy: "Run-time Error 91"
- In reply to: laurenh: "Unwanted time showing up in date fields"
- Next in thread: laurenh: "Re: Unwanted time showing up in date fields"
- Reply: laurenh: "Re: Unwanted time showing up in date fields"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|