crystal report problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shayan
    New Member
    • Aug 2007
    • 6

    crystal report problem

    hi. im trying to select a row from a datagrid n only that row must show in a crystal report.

    the code that im putting in is showing me all the information from the datagrid.
  • hariharanmca
    Top Contributor
    • Dec 2006
    • 1977

    #2
    Originally posted by shayan
    hi. im trying to select a row from a datagrid n only that row must show in a crystal report.

    the code that im putting in is showing me all the information from the datagrid.

    Can you explain detail? and what you had been tryed?

    Comment

    • shayan
      New Member
      • Aug 2007
      • 6

      #3
      i have a datagrid with five rows filled with data. i only need one of those rows to show in a crystal report.

      i have tried to do that but all the data from the datagrid is shown in the crystal report. im getting the data from sql server.

      Comment

      • hariharanmca
        Top Contributor
        • Dec 2006
        • 1977

        #4
        Originally posted by shayan
        i have a datagrid with five rows filled with data. i only need one of those rows to show in a crystal report.

        i have tried to do that but all the data from the datagrid is shown in the crystal report. im getting the data from sql server.

        Okay, Just try.

        [CODE=vb]
        rptRefrence.Rec ordselectionFor mula = "{tblTableName. FieldName} = " & numSelectionID
        rptRefrence.Sho w[/CODE]

        Comment

        • shayan
          New Member
          • Aug 2007
          • 6

          #5
          ok i wil try that. thanks alot.

          Comment

          Working...