VB6 Datareport - Parameters to Header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Edgar
    New Member
    • Aug 2007
    • 2

    VB6 Datareport - Parameters to Header

    Hello: Could you help me:

    How can I pass parameters to the Hedear Section in a Datareport? In Hedear Section I can not put label control only texBox.

    I was able to pass parameter to the datareport in the Detail Section, there are label controls and I have my detail Ok, but I would like to know if is possible to pass parameters to other section.

    Thank you
  • Edgar
    New Member
    • Aug 2007
    • 2

    #2
    I was able to do this:

    DataReport3.Sec tions("Sección2 ").Controls("Et iqueta21").Capt ion = txtDireccion

    Thank you for your page.
    Regards

    Originally posted by Edgar
    Hello: Could you help me:

    How can I pass parameters to the Hedear Section in a Datareport? In Hedear Section I can not put label control only texBox.

    I was able to pass parameter to the datareport in the Detail Section, there are label controls and I have my detail Ok, but I would like to know if is possible to pass parameters to other section.

    Thank you

    Comment

    Working...