473,395 Members | 1,701 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,395 software developers and data experts.

Looking for Newsgroup on .Net and Crystal

Does anybody know of a newsgroup for Crystal and .Net.

Thanks,
Dave Girvitz
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 07/18/2003
Nov 15 '05 #1
6 1816
If there was such a group and if it was anything like the documentation that
comes with Crystal - I'd bet there'd only be 1 or 2 messages and neither of
them would provide any useful information. :-)

I looked for ages for help on Crystal and .NET and eventually went out and
bought a WROX book on the subject. It provides a good deal of info but buy
one now if you can -- WROX went belly up and the book may be hard to find in
the future.

Brian Patterson
"Dave Girvitz" <dg******@hotmail.com> wrote in message
news:ut**************@TK2MSFTNGP10.phx.gbl...
Does anybody know of a newsgroup for Crystal and .Net.

Thanks,
Dave Girvitz
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 07/18/2003

Nov 15 '05 #2
If there was such a group and if it was anything like the documentation that
comes with Crystal - I'd bet there'd only be 1 or 2 messages and neither of
them would provide any useful information. :-)

I looked for ages for help on Crystal and .NET and eventually went out and
bought a WROX book on the subject. It provides a good deal of info but buy
one now if you can -- WROX went belly up and the book may be hard to find in
the future.

Brian Patterson
"Dave Girvitz" <dg******@hotmail.com> wrote in message
news:ut**************@TK2MSFTNGP10.phx.gbl...
Does anybody know of a newsgroup for Crystal and .Net.

Thanks,
Dave Girvitz
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 07/18/2003

Nov 15 '05 #3
Believe me I know how you feel. Maybe you can tell me. I wrote a report
that works off a DataSet. It uses the following code:
reportData = newData; //Strongly typed DataSet received as parameter.
MonitorReport report = new MonitorReport(); //Report class.
report.SetDataSource(reportData);

According to what I saw, this is all I need. It works fine on my
development machine. When I deploy it (Using the 2 data_access, regwiz,
vc_crt and vc_stl merge modules), the end user gets a database login screen.

Any ideas on what could be going on. I've tried adding routines to add
garbage login information and having the client install MDAC.
Thanks,
Dave
"Brian Patterson" <GO*******************@IHATESPAMmchsi.com.NOSPAM > wrote in
message news:%2***************@TK2MSFTNGP12.phx.gbl...
If there was such a group and if it was anything like the documentation that comes with Crystal - I'd bet there'd only be 1 or 2 messages and neither of them would provide any useful information. :-)

I looked for ages for help on Crystal and .NET and eventually went out and
bought a WROX book on the subject. It provides a good deal of info but buy one now if you can -- WROX went belly up and the book may be hard to find in the future.

Brian Patterson
"Dave Girvitz" <dg******@hotmail.com> wrote in message
news:ut**************@TK2MSFTNGP10.phx.gbl...
Does anybody know of a newsgroup for Crystal and .Net.

Thanks,
Dave Girvitz
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 07/18/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 07/18/2003
Nov 15 '05 #4
Believe me I know how you feel. Maybe you can tell me. I wrote a report
that works off a DataSet. It uses the following code:
reportData = newData; //Strongly typed DataSet received as parameter.
MonitorReport report = new MonitorReport(); //Report class.
report.SetDataSource(reportData);

According to what I saw, this is all I need. It works fine on my
development machine. When I deploy it (Using the 2 data_access, regwiz,
vc_crt and vc_stl merge modules), the end user gets a database login screen.

Any ideas on what could be going on. I've tried adding routines to add
garbage login information and having the client install MDAC.
Thanks,
Dave
"Brian Patterson" <GO*******************@IHATESPAMmchsi.com.NOSPAM > wrote in
message news:%2***************@TK2MSFTNGP12.phx.gbl...
If there was such a group and if it was anything like the documentation that comes with Crystal - I'd bet there'd only be 1 or 2 messages and neither of them would provide any useful information. :-)

I looked for ages for help on Crystal and .NET and eventually went out and
bought a WROX book on the subject. It provides a good deal of info but buy one now if you can -- WROX went belly up and the book may be hard to find in the future.

Brian Patterson
"Dave Girvitz" <dg******@hotmail.com> wrote in message
news:ut**************@TK2MSFTNGP10.phx.gbl...
Does anybody know of a newsgroup for Crystal and .Net.

Thanks,
Dave Girvitz
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 07/18/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 07/18/2003
Nov 15 '05 #5
Found the bug...It appears that Crystal in .Net, when deployed to a client,
cannot properly handle multitable disconnected DataSets. The workaround was
to reduce the data to a single table, Generate and xsd and use the schema to
redo the report.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 18/07/2003
Nov 15 '05 #6
Found the bug...It appears that Crystal in .Net, when deployed to a client,
cannot properly handle multitable disconnected DataSets. The workaround was
to reduce the data to a single table, Generate and xsd and use the schema to
redo the report.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 18/07/2003
Nov 15 '05 #7

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

Similar topics

0
by: awittman | last post by:
I am looking for someone for a long term contract in Wisconsin. Perhaps someone can help me out? This is an integration from AS400 to SQL Server. I need someone that has experience writting SQL...
10
by: Wayne Wengert | last post by:
I am using VSNET 2003, VB.NET and ASP.NET with an SQL Server 2000 as the database. I've used Crystal Reports for several years, mostly using RDC in VB6 and/or standalone reports that used Access as...
2
by: Tom Szabo | last post by:
Hi All, I am looking for a Crystal Report Version 8.0 copy, Unfortunately it has to be that. We have V9.0 but that is not good for this purpose, so if you have one please let me know the price,...
1
by: Tom Rahav | last post by:
Hello, After long time of trying to work-around Crystal Reports's limits, I'm looking for a third-party tool for creating designed and "heavy" reports with Visual Basic .NET. I tried GOOGLE,...
0
by: Dave Girvitz | last post by:
Does anybody know of a newsgroup for Crystal and .Net. Thanks, Dave Girvitz --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version:...
3
by: Abubakar | last post by:
Hi, when my page is *about* to be rendered to the client, I want to see all the html that is generated. How can I see that html? I tried but Render override doesnt give me that information, it...
6
by: Bob | last post by:
I want to dump Crystal, one of the many reasons being that it requires a client-side installation. I'm looking for a reporting package that integrates into DotNet yet has absolutely no COM in it,...
1
by: Pax | last post by:
I am an avid user of the online Microsoft newsgroups, especially for Microsoft Access, and have gotten a great deal of help that way. I am wading into Crystal Reports now and as usual seem to be...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
0
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...
0
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...

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.