VB Report Generator

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

    #1

    VB Report Generator

    Hi all,

    Apologies if you've seen this before, I've inadvertently lost contact with
    the group for a couple of days.

    I am generating a report from a database which has some stuff directly from
    the table and some stuff generated elsewhere.
    I can get all the records on the report no problem, but I can't seem to find
    out how to wite stuff to unbound text boxes etc.
    The main reason is because I don't know how to refer to the control I think.

    I would like something along the lines of:

    rptLegislation. txtFree.text = "Anything I want"

    Do I need to refer to the section, like this?

    rptLegislation. section1.txtFre e.text = "Anything I want"

    Can anyone point me to either to the answer or somewhere I can find the
    answer please?
    None of my reference books seems to help. (Typical)


Working...