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

Thread: Data Reports

  1. #1
    Join Date
    Apr 2001
    Location
    canada
    Posts
    12

    Data Reports

    Hi I am trying to add a report to my project. I added a data environment and then added a data report
    It looks like this
    Designers
    DataEnvironment1
    DataReport1
    Under the dataenvironment1 i have connected to the database and got back the fields required.
    I was told that all i had to do was to drag and drop the fields on the data report window. But how can
    i do that when i drag the focus is in the dataenvironment however to drop the fields i have to open the
    data report window and hence i have lost the items that i was dragging. Is there a way that i can
    have two windows open at the same time.
    Please help
    Thanks
    Samantha


  2. #2
    Join Date
    May 2000
    Posts
    23

    Re: Data Reports

    Hi Samantha,
    sure you can.
    Open your DataEnvironment window by double-clicking it in your project window.
    Open you DataReport window by double-clicking it in your project window.
    You can see the 2 opened windows in the same time by choose one option of the "window" menu.
    After you can drag and drop fields.
    Regards from France
    Jeremie



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