Crystal Report 8.5 Parameter Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MarkTingson
    New Member
    • Nov 2007
    • 40

    Crystal Report 8.5 Parameter Problem

    Hi guys,

    Is there a way to prevent "Enter Parameter Values" message box to pop during VB6 program runtime?I have created a program in VB6 that uses a Crystal report control. When I put a .parameter syntax, a dialog box always appear that says "Enter Parameter Values" before the report.

    Pls, I know you can help me with this. Thank you so much!!
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You need to pass the parameter dynamically from VB.

    Comment

    • MarkTingson
      New Member
      • Nov 2007
      • 40

      #3
      Originally posted by debasisdas
      You need to pass the parameter dynamically from VB.
      What do you mean by dynamically??
      This is my code. Is there something wrong. This code has no error. I just want to remove the the "Enter parameter Values" dialog box. Im using Crystal Report 8.5. Please help me sir.

      .DiscardSavedDa ta = True
      .ReportFileName = App.Path & "\REPORTS\rptAL LINV.rpt"
      .DataFiles(0) = App.Path & "\DB-BNB.mdb"
      .WindowTitle = "Branch List"
      .SelectionFormu la = ""
      .ParameterField s(0) = "prmItemNam e;" & "Mark" & ";false"
      .PageZoom 100
      .Action = 1

      Thanks you very much.

      Comment

      • MarkTingson
        New Member
        • Nov 2007
        • 40

        #4
        still waiting for your advice guys...

        Comment

        • MarkTingson
          New Member
          • Nov 2007
          • 40

          #5
          pls help...I really need your help with these scripters..

          Comment

          Working...