the report is a vb6.0 "DataReport"
Main Topics
Browse All TopicsI currently have a report using vb 6.0 accessing an access database, I want to put "summary" type data in the "Page Header" section... This is driving me nuts All I can see to do is put the page number and a couple of useless things in there, I need dynamic data in there. You see I have a grouping that involves the state, if the group spans multiple pages, I want the group information (current state) to be at the top, the only way I can see to get something at the top of each page is with the page section, and I cant see how to get dynamic data in there...
Please help its very urgent.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Err yuk I just realised that that will force a new page but I don't see a repeat section in there. Also looked on google and could find anything on repeat section.
Chuck it out and get fop !
Kavar if you need this quickly I can give you the code snippets for running MS access reports from vb and displaying them in a vb activex control (snapshot)
FOP is a XML / XSL processing standard for creating PDF, HTML and XML documents from XML documents.
I'm looking at moving to fop as a report production tool for web apps. Check out Apache FOP at http://xml.apache.org/fop,
There's lots of small vendors of fop products which are callable from vb and .net etc
Theres some concensus in the developer community that crystal reports continues to disappoint in some ways, because developers spend all their time working around restrictions or finding out how to do things, but with such a whopping market share no-one wants to take them on. It'll be interesting to see if fop catches on as a contender to replace them.
Business Accounts
Answer for Membership
by: xassetsPosted on 2004-03-09 at 08:30:09ID: 10551742
Is this an access report or a VB6 data report ?