Connecting Tech Pros Worldwide Forums | Help | Site Map

VB Report Generator

D Wigg
Guest
 
Posts: n/a
#1: May 21 '07
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.txtFree.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)



Closed Thread