|
-
Jun 23rd, 2006, 03:17 AM
#1
Thread Starter
Fanatic Member
how to set a parameter?
any idea on how to set a parameter in vb to CRXI... ex. if i'm going to display records with status = 1?
noister
<advertising link removed by moderator>
-
Jun 23rd, 2006, 07:16 PM
#2
Thread Starter
Fanatic Member
Re: how to set a parameter?
help here please... urgent
noister
<advertising link removed by moderator>
-
Jun 30th, 2006, 04:10 PM
#3
New Member
Re: how to set a parameter?
Try this code i hope it will help you, for passing parameters to crystal report x.
Set crxApp = New CRAXDRT.Application
Set crxRpt = crxApp.OpenReport(App.Path & "\Reports\DataReport1.rpt")
crxRpt.RecordSelectionFormula = "{demo04.CODE} = '" & CODE & "' AND
demo38.DUMMY} = TRUE; "
'To View the report
CR.ReportSource = crxRpt
CR.ViewReport
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
|