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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding controls to Data Report Designer in code

Status
Not open for further replies.

d1e1r0r3

Programmer
Feb 22, 2002
2
GB
How is this possible to add controls to the sections and controls parts of a data report in code without having added the controls to the form initially?
If you are designing a report linked to a recordset that will return data based on the parameters entered, it does not make sense to have set up the report with a no of labels and textboxes when you don't know how many columns will be returned until the stored procedure has run based on the input passed in by the user?
I have spent the last 2 weeks trying to solve the problem, but to no avail.

:-I
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top