Crystal Report: How to make it

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pioneer

    Crystal Report: How to make it

    Hi,

    Could you let me know:

    In Crystal report, how can I make it accept Values? I am making a form
    in crystal and it would be filled by user.

    Thanks
  • Matthias Krug

    #2
    Re: Crystal Report: How to make it

    Pioneer schrieb:
    In Crystal report, how can I make it accept Values? I am making a form
    in crystal and it would be filled by user.
    I think you are trying to use the wrong tool for your needs.
    Crystal Reports mainly is used for reporting (organizing data and
    analyses, charts and such in a printable form).

    While there is a possibility to have paramter fields to control the
    layout and some other things, it is basically not intended to do forms
    design.

    If you are using MS office, you should take a look at InfoPath.

    Comment

    • =?Utf-8?B?cmF1bGF2aQ==?=

      #3
      RE: Crystal Report: How to make it

      Pioneer, are you refreing to parameter values?

      "Pioneer" wrote:
      Hi,
      >
      Could you let me know:
      >
      In Crystal report, how can I make it accept Values? I am making a form
      in crystal and it would be filled by user.
      >
      Thanks
      >

      Comment

      • Ignacio Machin ( .NET/ C# MVP )

        #4
        Re: Crystal Report: How to make it

        On Nov 17, 7:53 am, Pioneer <adiid...@gmail .comwrote:
        Hi,
        >
        Could you let me know:
        >
        In Crystal report, how can I make it accept Values? I am making a form
        in crystal and it would be filled by user.
        >
        Thanks
        You need to clarify what you want.
        You can create a report with parameters, if you do not assign a value
        for those parameters CR will display a dialog for you to enter values
        for them.

        Comment

        • sloan

          #5
          Re: Crystal Report: How to make it


          One idea:

          Use the PUSH method.






          Create a strong dataset.

          Fill in the values (before calling Crystal Report)

          Then "push" the dataset to your report.


          THe values would be collected BEFORE running your CR.
          You collect the values. Put them into the strong dataset.
          Then PUSH the strong dataset to the report.





          "Pioneer" <adiideas@gmail .comwrote in message
          news:dcca0465-0a24-4d60-8275-31c079317556@v5 g2000prm.google groups.com...
          Hi,
          >
          Could you let me know:
          >
          In Crystal report, how can I make it accept Values? I am making a form
          in crystal and it would be filled by user.
          >
          Thanks

          Comment

          Working...