I've created a simple database in Access 2003 which im trying to make available as a web page for other users to view. I can view my page in IE6 but not in IE7 or Mozilla?? Does anyone have any ideas as to what might be causing it not to work in IE7?
Preview print and Export Crystal Reports using Access 2003.
I used register the crystl32.ocx then put the active X control (Crystal Report Control) on the form name it Report1 and write the following code assigned to a button:
Private Sub cmdPrint_Click()
With Report1
.WindowShowRefreshBtn=True
.ReportFileName = "C:\SomeReport.rpt"
.Action=1
End With
End Sub
Now I get an error on .Action=1
Does anyone know if the code has changed for Access 2003 or is it that Crystal XI doesn't work with Access 2003?
I have Visual Basic For Applications as an Avalable Reference. I keep getting a Compiler error: Can’t find project of library. when it comes to Date in the code. I have search the web and I can't find the answer as to why this keeps happening. Can anyone help?
Dick003425 - start your own thread.
nickwren - Are you talking about a data access page (DAP)?Didyou get any error messages? Did you compare the code of the web page in the Script editor?
nickwren - Did some more research on DAP's and IE7. Seems like you're not alone. Everyone who had problems went back to IE6. Why people upgrade is beyond me. I did see that some ActiveX controls aren't working in IE7. DAP's are basically a big ActiveX control and use ActiveX controls. See:
ActiveX controls are inactive when you access a Web page by using Internet Explorer 7
Has anyone found a solution/workaround for this? I've been pulling out my hair all day trying to figure out why my IE7 crashes each time I try to launch an Access 2003 DAP.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.