CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Location
    Surigao City
    Posts
    8

    Smile problem with dynamic rptlabel

    i am having problem with my datareport...

    i want to build a dynamic rptlabel....but i didn't know what im going to do?....

    please help....

    thank you in advance........

  2. #2
    Join Date
    Jan 2006
    Location
    Pearl of the orient
    Posts
    304

    Re: problem with dynamic rptlabel

    Is this for DataReport? I don't think that is possible, I have tried to do it before and failed.

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: problem with dynamic rptlabel

    I've created a few tables in WORD, and saved it in RTF format. Inside of each textbox, I'd add either the LABEL, or else [1] ... [35]. Then, load into a RTB, search and replace 35 times, and print the report.

    It works well.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured