you must install VB and Crystal Report in your pc.
in your application, add the crystal report component in your toolbar. here's the code...
Private Sub Command1_Click()
CrystalReport1.filename = app.path + "\report.rpt"
crystalreport1.action = 1
End Sub
hope this helps.
-takishi
hey!
i think you should put this code:
'txtCustLastName.setFocus' under the Form_Activate
Private Sub Form_Activate()
txtCustLastName.setFocus
End Sub
hope this helps...
-takishi
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.