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

Thread: VB Data Reports

  1. #1
    Join Date
    Dec 1999
    Location
    Singapore
    Posts
    4

    VB Data Reports

    I have a data report that fetches the fields from a single record from an access table.
    One of the fields need to be displayed at the very end of the report. So I thought of placing that table field in Report Footer. But Report footer is not allowing placing an rptTextBox control to which I can bind the datafield.
    I tried inserting a Function at the report footer. But since the datafield that i want to place at the end of the report is a string value and does not call for any aggreagation like sum(), min(), max() etc..., I cannot use the Function option also
    Do you folks have any workaround?

    Thanks
    Lakshmi


    SNB

  2. #2
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    Re: VB Data Reports

    instead of using the data report i suggest you use
    crystal reports. this is a much more powerfull program that this can be accomplished easily.
    crystal reports is shipped with vb pro and ent. It is not on the learning edition.


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