How do i refer a textobject on crystal report?

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

    How do i refer a textobject on crystal report?

    Hi,
    I want to assign some parameter values passed into crystal report
    constructor to textobjects on crystal reports. Is there a way of doing it?
    coz when i checked intellisence does not show the Tex1 textobject when i
    tried type in.
    Please help coz im novice to crystal reports. thanx in advance...

    Regards,
    Pasan

  • Pasan Indeewara

    #2
    Re: How do i refer a textobject on crystal report?

    So this so called C#.. group.. are you for helping people??
    I don't understand this Microsoft newsgroup's scope of helping??
    nobody to assist the users of Microsoft products?? please help us??

    Regards,
    Pasan

    "Pasan Indeewara" <pasanindeewara @aim.comwrote in message
    news:AEC41AA1-9AC4-4EE9-A357-226A183946A6@mi crosoft.com...
    Hi,
    I want to assign some parameter values passed into crystal report
    constructor to textobjects on crystal reports. Is there a way of doing it?
    coz when i checked intellisence does not show the Tex1 textobject when i
    tried type in.
    Please help coz im novice to crystal reports. thanx in advance...
    >
    Regards,
    Pasan
    --
    Regards,
    Pasan

    Comment

    • Rudy Velthuis

      #3
      Re: How do i refer a textobject on crystal report?

      Pasan Indeewara wrote:
      So this so called C#.. group.. are you for helping people??
      Be patient. And well, Crystal Reports is not exactly the C# language,
      is it?

      --
      Rudy Velthuis http://rvelthuis.de

      "Total absence of humor renders life impossible."
      -- Colette (1873-1954), Chance Acquaintances, 1952

      Comment

      • Pasan Indeewara

        #4
        Re: How do i refer a textobject on crystal report?

        hi Rudy,
        Why so rude...
        by the way thanks.. at least u read my post... :)
        I will have to go somewhere to find an answer...by then...
        Regards,
        Pasan

        "Rudy Velthuis" <newsgroups@rve lthuis.dewrote in message
        news:xn0fwmzik3 96ass00d@news.m icrosoft.com...
        Pasan Indeewara wrote:
        >
        >So this so called C#.. group.. are you for helping people??
        >
        Be patient. And well, Crystal Reports is not exactly the C# language,
        is it?
        >
        --
        Rudy Velthuis http://rvelthuis.de
        >
        "Total absence of humor renders life impossible."
        -- Colette (1873-1954), Chance Acquaintances, 1952
        --
        Regards,
        Pasan

        Comment

        • Rudy Velthuis

          #5
          Re: How do i refer a textobject on crystal report?

          Pasan Indeewara wrote:
          hi Rudy,
          Why so rude...
          by the way thanks.. at least u read my post... :)
          I will have to go somewhere to find an answer...by then...
          I don't think I was rude, just by pointing you to the fact that Crystal
          Reports is not the C# language.

          --
          Rudy Velthuis http://rvelthuis.de

          "I am ready to meet my Maker. Whether my Maker is prepared for
          the great ordeal of meeting me is another matter."
          -- Winston Churchill.

          Comment

          • Nivas

            #6
            Re: How do i refer a textobject on crystal report?

            On Oct 18, 12:39 pm, "Pasan Indeewara" <pasanindeew... @aim.comwrote:
            Hi,
                I want to assign some parameter values passed intocrystalrepo rt
            constructor to textobjects oncrystalreport s. Is there a way of doing it?
            coz when i checked intellisence does not show the Tex1 textobject when i
            tried type in.
            Please help coz im novice tocrystalreport s. thanx in advance...
            >
            Regards,
            Pasan
            Hi!

            You can create a formula, that will access the parameter.
            And place that formula in text box.

            Example: Formula=?Parama eterName
            Just drag that formula into text box.

            Let me know if that helped.

            Cheers,
            Srinivas

            Comment

            Working...