-----------------------------------------------------------

New Message on MumbaiUserGroup

-----------------------------------------------------------
From: mudassar786
Message 1 in Discussion



Hi Friends Required Help For Crystal Reports & Window Application.

Guys there is a problem when application runs perfectly on Client Machine but 
Reports not
When we access reports application generate error "KeyCodeV2.dll" missing but 
this dll is already present in "<drive>:\Program Files\Common Files\Crystal 
Decisions\1.0\Bin." folder.
Please check the code given below and revert me with your valuable reply.
And one more thing please tell me about "Permission & Granting access" to 
application and how to do it.  
Thanks in Advance.
Here's My Code

rptdoc is ReportDocument
crvprj is CrystalReportViewer

Private sub form_load(s,e) 
Dim path_name as String
        Try
            path_name = Application.StartupPath & "\myreport.rpt"
            rptdoc.Load(path_name)
            crvprj.ReportSource = rptdoc
        Catch ex As Exception
            MessageBox.Show(ex.ToString, "Error", MessageBoxButtons.OK, 
MessageBoxIcon.Error)
        End Try
End Sub




Post free auto ads on Yello Classifieds now!  Try it now!

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to