How to put the bounded feilds(Textbox control bounded to A data field) onto the Page or Report header
Area. I want to display the monthly report where i want to display the month on Report header which is
taken from the database.
Printable View
How to put the bounded feilds(Textbox control bounded to A data field) onto the Page or Report header
Area. I want to display the monthly report where i want to display the month on Report header which is
taken from the database.
the easiest way:
drag and drop from the Data Environment Designer to the Data Report Designer.
Hello,
I u use VB6, no way for u to put a bounded textbox control to Page or Report header. U must use a label, then fill in the data by code.
Bye.
H.Q.Cuong