473,657 Members | 2,524 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need help with reports

I want to create reports and I don't care if I use crystal reports or
vb.net reports. I am using vb.net 2005 and the app pulls data from
user created access db's and compact 2005 sdf's.

Here is where things get a bit tricky for me. I don't want to open any
datasets to create my reports. All of the data I need is staring at me
on the screen. Is there anyway to copy over the contents of textboxes
and listviews to the report easily?

I tried using the Print Form utility in the Vb.Net Power Pack but it
only does a screen capture and does not get the all of the information
I require.

This is my first .net project that I have required paper reports and I
am completely lost on how to approach this.. Every tutorial I have
found does not seem to apply as they all want to use a single static
database. I literally can be pulling data from hundreds of databases
in a variety of formats.

Dumping the contents of forms seems to be the easiest and logical
solution...I just can't get a handle on it.

Please help.

Thanks

:L
Jun 27 '08 #1
3 1163
You've cross-posted to way too many groups here. The compact framework
doesn't have Crystal Reports, VB.NET reports, Print Form, or any sort of
"Power Pack" so it's certainly off topic in this group.

-Chris
"Loogie" <bo**********@g mail.comwrote in message
news:18******** *************** ***********@d45 g2000hsc.google groups.com...
>I want to create reports and I don't care if I use crystal reports or
vb.net reports. I am using vb.net 2005 and the app pulls data from
user created access db's and compact 2005 sdf's.

Here is where things get a bit tricky for me. I don't want to open any
datasets to create my reports. All of the data I need is staring at me
on the screen. Is there anyway to copy over the contents of textboxes
and listviews to the report easily?

I tried using the Print Form utility in the Vb.Net Power Pack but it
only does a screen capture and does not get the all of the information
I require.

This is my first .net project that I have required paper reports and I
am completely lost on how to approach this.. Every tutorial I have
found does not seem to apply as they all want to use a single static
database. I literally can be pulling data from hundreds of databases
in a variety of formats.

Dumping the contents of forms seems to be the easiest and logical
solution...I just can't get a handle on it.

Please help.

Thanks

:L
Jun 27 '08 #2
On Jun 26, 2:34*pm, "Chris Tacke, MVP" <ctacke.at.open netcf.dot.com>
wrote:
You've cross-posted to way too many groups here. *The compact framework
doesn't have Crystal Reports, VB.NET reports, Print Form, or any sort of
"Power Pack" so it's certainly off topic in this group.

-Chris

"Loogie" <boogieloo...@g mail.comwrote in message

news:18******** *************** ***********@d45 g2000hsc.google groups.com...
I want to create reports and I don't care if I use crystal reports or
vb.net reports. I am using vb.net 2005 and the app pulls data from
user created access db's and compact 2005 sdf's.
Here is where things get a bit tricky for me. I don't want to open any
datasets to create my reports. All of the data I need is staring at me
on the screen. Is there anyway to copy over the contents of textboxes
and listviews to the report easily?
I tried using the Print Form utility in the Vb.Net Power Pack but it
only does a screen capture and does not get the all of the information
I require.
This is my first .net project that I have required paper reports and I
am completely lost on how to approach this.. Every tutorial I have
found does not seem to apply as they all want to use a single static
database. I literally can be pulling data from hundreds of databases
in a variety of formats.
Dumping the contents of forms seems to be the easiest and logical
solution...I just can't get a handle on it.
Please help.
Thanks
:L
That was helpful.

Thanks

:L
Jun 27 '08 #3
The ReportViewer can source data from any data source that can expose
IBindingList. This means you can create an array, collection or many other
objects (not to mention DataTable objects) with the data and point the RDL
at the data. This is explained in Chapter 14 of my book.

--
_______________ _______________ _______________ _______________ ______________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
_______________ _______________ _______________ _______________ _______________ _______________ __

"Loogie" <bo**********@g mail.comwrote in message
news:ee******** *************** ***********@k30 g2000hse.google groups.com...
On Jun 26, 2:34 pm, "Chris Tacke, MVP" <ctacke.at.open netcf.dot.com>
wrote:
>You've cross-posted to way too many groups here. The compact framework
doesn't have Crystal Reports, VB.NET reports, Print Form, or any sort of
"Power Pack" so it's certainly off topic in this group.

-Chris

"Loogie" <boogieloo...@g mail.comwrote in message

news:18******* *************** ************@d4 5g2000hsc.googl egroups.com...
>I want to create reports and I don't care if I use crystal reports or
vb.net reports. I am using vb.net 2005 and the app pulls data from
user created access db's and compact 2005 sdf's.
Here is where things get a bit tricky for me. I don't want to open any
datasets to create my reports. All of the data I need is staring at me
on the screen. Is there anyway to copy over the contents of textboxes
and listviews to the report easily?
I tried using the Print Form utility in the Vb.Net Power Pack but it
only does a screen capture and does not get the all of the information
I require.
This is my first .net project that I have required paper reports and I
am completely lost on how to approach this.. Every tutorial I have
found does not seem to apply as they all want to use a single static
database. I literally can be pulling data from hundreds of databases
in a variety of formats.
Dumping the contents of forms seems to be the easiest and logical
solution...I just can't get a handle on it.
Please help.
Thanks
:L

That was helpful.

Thanks

:L
Jul 1 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1511
by: Galina | last post by:
Hello I already initiated a thread with the same name on 22/03/2004. Thank you everyone who answered me. I wanted to link to that thread, but somehow there was no "Post follow on article" link(?). Sorry for repetition, but the story has developed a bit. We have an Access 2000 database application - reports distributor. Reports are created by developers, then reports and queries are copied into a database (Access 2000 also) on network. It...
3
10639
by: google | last post by:
I have a database with four table. In one of the tables, I use about five lookup fields to get populate their dropdown list. I have read that lookup fields are really bad and may cause problems that are hard to find. The main problem I am having right now is that I have a report that is sorted by one of these lookup fields and it only displays the record's ID number. When I add the source table to the query it makes several records...
3
1259
by: MLH | last post by:
Most of you will recognize that I'm talking about Rick Fisher's product. I bought the version for Access 2.0 thirteen years ago and fell in love with it immediately. Most of you know, by virtue of my lame-ass posts that I only recently migrated from A2.0 to A97 and only recently, I bought Rick's product to support the newer platform. Well, we've been on the topic of references lately and one that I saw in the list was Find and Replace...
3
5255
by: knightsmastergeneral | last post by:
Hi, I'm currently working on getting junit and junireport to take some java files, convert it to xml and then display error messages / success rates etc in html which is one of the features of junitreport. I created a simple Math.java class which contains: package test; public class Math { public int add(int a, int b) { return a + b; }
2
8981
by: =?Utf-8?B?UGF1bA==?= | last post by:
Hi I am running .net framwork 2.0 on a server and after installing a web ap that has crystal reports in it there is an error, cant find crystal report dlls that are in the web.config file. Just wondering is there a crystal report installation that needs to be done on the server? vs.net is not installed on the server, just the framework. thanks. -- Paul G Software engineer.
11
2899
by: NewGuytoNetworking | last post by:
I have an XML that my company sends out daily it used to be created by SQL but I now have to use crystal reports and I can't seem to get it to line up the same. Please help with any references or how to rewrite my schema. I will try to provide pictures of what currently have. (This is Mine from Crystal Reports) <?xml version="1.0" encoding="UTF-8" ?> - <BSASStockStatus xmlns="urn:crystal-reports:schemas"...
1
1186
by: CoolBreeze812 | last post by:
Hi, I need help with a query and I'm having trouble getting it formed correctly. I have 3 tables: users, authorization_users, and reports. The user table contains a bunch of users with fields like userID, first_name, last_name, and such. The authorization_users table contains a permID which is the key from the reports table, userID, and a Value (bit) The Reports table contains a permID, reportName, and a few other fields. I'm trying...
2
2301
by: kenmasters675 | last post by:
I need help with the following code. I am trying to extract two reports at the same time, but I want the viewer to see the report first before exporting it. The reason is in case the report is null. There are two reports, one for 2006 and one for 2007. Problem is when I tried making a Msgbox if statement, it does not work correctly. I want the user to say "yes or no" to extract report and then continue from there. I can't get either...
0
1345
by: akshaycjoshi | last post by:
Most of you people are already familier with the working of crystal reports unlike me.I am working on an application when I have no other option but to use CR. It is very diff. for me to read an entire book on CR for a simple report, so I thought if you people can help me :) Here is the table structure. http://img26.imageshack.us/img26/295/crystalpz9.png I opened the crystal reports in VS 2005 and added the crystal report and using the...
0
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8842
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8740
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8513
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8617
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7352
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.