![]() |
| ||
| Is it possible to display report in Visual Basic which is created in Microsoft Access Is it possible to display report in Visual Basic which is created in Microsoft Access? We developed a databasep applicaton that uses Access database. but one of the cross tab reports is difficult to develp in VB , but could develop in Access. Now I want a way to call this report in Access thr' VB. |
| ||
| Re: Is it possible to display report in Visual Basic which is created in Microsoft Access I'm not sure if this what you are looking for, but have you looked at crystal reports? |
| ||
| Re: Is it possible to display report in Visual Basic which is created in Microsoft Access Quote:
|
| ||
| Re: Is it possible to display report in Visual Basic which is created in Microsoft Ac Quote:
One of the reports I wanted could not be developed in Data Reports since it has subreport control(master-detail) in it and few field/control calculations. I developed this report in Access where all the data resides for this project. Now I want a short from VB to be developed so as to open Access report. I hope this clarifies scenario. =Sham |
| ||
| Re: Is it possible to display report in Visual Basic which is created in Microsoft Access There is no built-in control to display access reports in Visual BASIC. However, there are several third-party components (some of which cost $$$) that can be used for this purpose. Hope this helps! Richard Henerlau |
| ||
| Re: Is it possible to display report in Visual Basic which is created in Microsoft Access Quote:
RetVal = Shell("C:\Program Files\Microsoft Office\Office\MSACCESS.exe YourDB.mdb /cmd Rpt001", 1) You can look up in Access the Command Line parameters the /cmd says you are passing a parameter, you could have code in access to intercept this parameter in I believe Command$. Then you can Docmd to open the report based on the parameter sent in like in this case Rpt001. Mike |
| ||
| Re: Is it possible to display report in Visual Basic which is created in Microsoft Access :?: Wouldn't that require everyone that wants to view the report to have copy of Access?? (not the runtime) Which is what he is trying to avoid He would need VB6 Professional version, Both Crystal Reports and Data Reports are in the controls. ----------- Kegtapper Quote:
|
| ||
| Re: Is it possible to display report in Visual Basic which is created in Microsoft Access Quote:
Regards Chiquito |
| All times are GMT -4. The time now is 1:53 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC