
Bound Reports slow as molasses with NT 4.0 (workstation)
I have a stand alone NT 4.0 workstation that I recently installed
several programs on that ran fine in Win95/98. The programs are
written in VB 6.0 (DAO) with Access97 & CRW 7.0 (OCX) using the
following code.
Private Sub cmdFri_Click()
Data1.RecordSource = "FRI"
Data1.Refresh
Report1.ReportFileName = App.Path & "\FRI.rpt"
Report1.Action = 0
End Sub
The NT box is a 233 Mhz Pentium II with 64 mbs ram...
The programs themselves load quickly enough but when I call a report
It takes 3 to 4 minutes for NT to initialize the reports. When I
check the task manager it's using 100% of the processor and around 24
mbs of memory...this happens on ALL of the programs that ran fine in
Win95/98
Has anyone had a similar experience with NT?