473,387 Members | 1,512 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

how call crystal report9 file in vb form

in form

Private Sub cmdall_Click()
finerpt.ReportFileName = App.Path & "\database\finerpt.rpt"
Call show_report(finerpt)
End Sub

in Module1

Public Sub connection()
con.Provider = "Microsoft.jet.OLEDB.4.0"
con.ConnectionString = App.Path & "\database\lms.mdb"
End Sub
Public Sub show_report(rpt As Object)
rpt.WindowState = crptMaximized
rpt.Destination = crptToWindow
rpt.PageZoom (100)
rpt.Action = 1
End Sub
Jan 5 '11 #1
1 1423
plz reply i wait
Jan 5 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Greg Chapman | last post by:
I am at my wit's end trying to get information out of Streamline.net's support dept about my problem. They reply quickly enough, but seem to try and give out the least possible amount of info each...
0
by: Michael | last post by:
Hello, Is there a way to display Crystal Report file without depending on the Win form with CrystalReportViewer control in it, such as evoke the Crystal Report engine directly or something like...
7
by: priya.tweety | last post by:
How to call a js file from another js file?
9
by: Tim | last post by:
hi all If I pass a form to a sub as a parameter: eg call mysub(me) how can I call methods on that form? eg
2
by: jibijohn | last post by:
I am creating a Crystal report9.0 file in c# by posting values from a dataset .TO increase the speed of printing I would like to export the rpt file to Text file with the same alignment in the rpt...
4
by: rn5a | last post by:
I am storing the physical path of images, along with 3 more columns, in a MS-Access DB table. I want to provide users the option to change this physical image path (as well as the records in the...
0
by: PRAMIT | last post by:
ANY ONE HAVE A CODEOR GUIDE ME How To Call Crystal Report 8.5 FROM ASP OR ASP.NET
1
by: SHAM52 | last post by:
hi ,how i call crystal report 9 from vb6 with parameters.
1
by: someone help | last post by:
hi, i am very new in the software field. i have two child forms. i want two display image in picture box in one child form. when test is completed this image is displayed. i created one class and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.