Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. diwillialms

    Crystal Report text field

    OK. It works. I knew I had to be doing something wrong. I had messed with the report so much, I didn't realize the object I thought was a text object was actually a field object. Thanks for your help. I knew this had to be easier than what I was trying to make it. Diana
  2. diwillialms

    Crystal Report text field

    Dim TextField As CrystalDecisions.CrystalReports.Engine.TextObject TextField = cr.PageHeaderSection1.ReportObjects.Item(0) TextField.Text = cInvestigator.LocationName.ToString Here is my code that I am using. I have a text box in the page header of my report. I want to pass...
  3. diwillialms

    Crystal Report text field

    stnkyminky, I am trying to pass data to a text box on my crystal report from a form in vb.net. When I use the code you suggested, I get an error "'text' is not a member of 'CrystalDecisions.CrystalReports.Engine.ReportObject'." The text box is on my crystal report. tmp is dim as a text object...
  4. diwillialms

    VB and Crystal Reports problem - Please help

    Thanks! I will give this a try. It looks like I was almost there. Thanks for the fast reply. Di
  5. diwillialms

    VB and Crystal Reports problem - Please help

    I am having a similar problem. How did you get it to work?

Part and Inventory Search

Back
Top