|
-
Jun 11th, 2003, 10:34 AM
#1
Thread Starter
Lively Member
this is my code who can help plz
hi
i tried call my CR-report file from within VB code but error appeared tell = "type mismatch"
------------------
iam using crystal report ver 8
VB 6
dataenvironment
----------------
i already designed my report its working fine while iam on crystal report program
-----------------------------
Private Sub cmd_rpt_Click()
With CrystalReport1
.DataSource = "DataEnvironment1" <--------: here is the error
.Action = 1
End With
End Sub
-----------------
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|