DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 5 of 5

Thread: Datareport

  1. #1
    Join Date
    Sep 2005
    Location
    Netherlands Antilles
    Posts
    6

    Datareport

    I have searched a lot trying to find a way to display data on a report directly from a form.

    I just want to get data from a form and put on a data report.

    I don't know if this is posible.

    I'm programming in VB 6

    Thanks in advance.


  2. #2
    Join Date
    Sep 2005
    Location
    Netherlands Antilles
    Posts
    6
    Please anyone can help me out

    Thank you

  3. #3
    Join Date
    Dec 2003
    Posts
    2,750
    The DataReport was primarily designed to work with a data source (database). However you can populate controls on a DataReport using the following type of syntax:

    DataReport.Sections("Section").Controls.Item("Controlname").PropertyName = "somevalue"
    Paul
    ~~~~
    Microsoft MVP (Visual Basic)

  4. #4
    Join Date
    Sep 2005
    Location
    Netherlands Antilles
    Posts
    6
    I'm going to try it


    Thanks

  5. #5
    Join Date
    Sep 2005
    Location
    Netherlands Antilles
    Posts
    6
    Thank you for helping me out. It worked great

Similar Threads

  1. Replies: 0
    Last Post: 08-22-2002, 09:02 PM
  2. Capturing ESC key in DataReport Window
    By Jeff Ross in forum VB Classic
    Replies: 6
    Last Post: 06-14-2001, 03:27 AM
  3. Capturing ESC key in DataReport window
    By Jeff Ross in forum VB Classic
    Replies: 2
    Last Post: 06-13-2001, 08:47 AM
  4. Capturing ESC key in DataReport Window
    By Jeff Ross in forum VB Classic
    Replies: 0
    Last Post: 06-12-2001, 10:10 PM
  5. DataReport Problem
    By Miroslav St. Jeliazkov in forum VB Classic
    Replies: 9
    Last Post: 07-29-2000, 02:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links