473,387 Members | 1,420 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Maybe what I want to do isn't possible...

I've searched the forums, but haven't come up with a way to do this. This is
what I want to do:

1. Pull records from an Oracle database into a datagrid on a winform.
2. Select one of those records, and then have a button on the winform
generate a document (a letter that is 4 pages in length, and includes text,
and tables).
3. After, or during the generation of the letter, save a copy of the letter
off someplace on a server.

This is what I've done (all in C# by the way):

1. Pull records from an oracle database into a dataset that fills a datagrid
on a winform.
2. There is a button on the form that generates a letter using a Crystal
Reports file converted to a web service. I'm using the version of Crystal
Reports embedded into VS.NET 2003 Pro.

For those who don't know, Crystal Reports allows you to create a document
fed from a datasource (databse, XML file, etc.). The limitation of Crystal
is its cludgy integration with databases. It doesn't keep database login
information reliably, so you sometimes have to supply login info after
launching the form.

My limitation is that I cannot buy a third-party product (Aspose, Data
Dynamics, etc) because of budgetary constraints.

Suggestions are greatly appreciated. I'm at wits end, here.
Jul 21 '05 #1
1 1339
why not use ADO.net, DataSet to create your crystal report, it will save
your user name and password in code.

http://support.crystaldecisions.com/...etdatasets.pdf
Tony

"campwes" <ca*****@discussions.microsoft.com> wrote in message
news:D4**********************************@microsof t.com...
I've searched the forums, but haven't come up with a way to do this. This is what I want to do:

1. Pull records from an Oracle database into a datagrid on a winform.
2. Select one of those records, and then have a button on the winform
generate a document (a letter that is 4 pages in length, and includes text, and tables).
3. After, or during the generation of the letter, save a copy of the letter off someplace on a server.

This is what I've done (all in C# by the way):

1. Pull records from an oracle database into a dataset that fills a datagrid on a winform.
2. There is a button on the form that generates a letter using a Crystal
Reports file converted to a web service. I'm using the version of Crystal
Reports embedded into VS.NET 2003 Pro.

For those who don't know, Crystal Reports allows you to create a document
fed from a datasource (databse, XML file, etc.). The limitation of Crystal is its cludgy integration with databases. It doesn't keep database login
information reliably, so you sometimes have to supply login info after
launching the form.

My limitation is that I cannot buy a third-party product (Aspose, Data
Dynamics, etc) because of budgetary constraints.

Suggestions are greatly appreciated. I'm at wits end, here.

Jul 21 '05 #2

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

Similar topics

9
by: Brian Kelley | last post by:
I have been using gettext and various utilities to provide internationalization for a wxPython application and have not really been liking the process. Essentially it uses a macro-style notation...
11
by: Ville Vainio | last post by:
It might just be that @decorator might not be all that bad. When you look at code that uses it it's not that ugly after all. A lot of the furor about this is probably because it happened so...
3
by: Dave Smithz | last post by:
Hi There, I want to rewrite an application I originally wrote in VB and because of annoying limitations that are not worth taking time to code around. But what language do I use? The...
9
by: Colin McGuire | last post by:
Hi, I have an report in Microsoft Access and it displays everything in the table. One column called "DECISION" in the table has either 1,2, or 3 in it. On my report it displays 1, 2, or 3. I want...
1
by: campwes | last post by:
I've searched the forums, but haven't come up with a way to do this. This is what I want to do: 1. Pull records from an Oracle database into a datagrid on a winform. 2. Select one of those...
7
by: multicherry | last post by:
Hi, Having searched for a way to fetch a window object by name, all I came across were answers along the line of... "All you have to do is say windowObj = window.open("blah", "name");" which...
9
by: James Crosswell | last post by:
I'm not sure if I'm going about this the right way - it may be that Generics might be able to help me out here... but here goes: I have three classes as follows class BaseEdit class WidgetEdit:...
24
by: dmitrey | last post by:
Hi all, I looked to the PEPs & didn't find a proposition to remove brackets & commas for to make Python func call syntax caml- or tcl- like: instead of result = myfun(param1, myfun2(param5,...
2
by: dude | last post by:
Working on Windows XP Say I have a Windows executable, foo.exe. foo.exe is a command line tool that can take a number of different arguments and perform corresponding actions. I want to invoke...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...
0
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...

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.