CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Data Report

  1. #1
    Join Date
    Jul 1999
    Location
    India
    Posts
    15

    Data Report

    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.



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Data Report

    the easiest way:
    drag and drop from the Data Environment Designer to the Data Report Designer.


  3. #3
    Join Date
    Jan 1999
    Posts
    24

    Re: Data Report

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured