473,666 Members | 2,575 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1842
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******@hotma il.com> wrote in message
news:ut******** ******@TK2MSFTN GP10.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******@hotma il.com> wrote in message
news:ut******** ******@TK2MSFTN GP10.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.SetDataS ource(reportDat a);

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************ *******@IHATESP AMmchsi.com.NOS PAM> wrote in
message news:%2******** *******@TK2MSFT NGP12.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******@hotma il.com> wrote in message
news:ut******** ******@TK2MSFTN GP10.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.SetDataS ource(reportDat a);

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************ *******@IHATESP AMmchsi.com.NOS PAM> wrote in
message news:%2******** *******@TK2MSFT NGP12.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******@hotma il.com> wrote in message
news:ut******** ******@TK2MSFTN GP10.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
1128
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 Stored Procedures and program forms in Crystal Reports. Experience with Crystal Reports 8.5 or higher and experience with large SQL Server databases is required. We are able to offer very compeditive pay for this position. If you are...
10
1639
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 the database. I have some tables in SQL Server that CR (CR 8.5) cannot seem to handle correctly. If my report references any of these tables I get an error saying there is an "Invalid Handle" when I try to save the report and CR does not...
2
1667
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, TIA, Tom
1
1254
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, but found tons of tools that looks the same (more or less)... does anyone know and can recommend on such tool? Thanks! Tom Rahav.
0
359
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: 6.0.502 / Virus Database: 300 - Release Date: 07/18/2003
3
1029
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 only allows me to add information to the page html. Ragards, Ab.
6
316
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, so I can deploy my app with just a file copy. I also need the report designer to be stand alone like Crystal, so designing reports does not have to be done through the IDE. Also on my list of wants that Crystal does not deliver: - No server-side...
1
1444
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 coming up with questions that nobody has thought of (in my office). Our local Crystal Reports guru seems confused and gives me pat answers for complicated questions. I could really use an "MVP" quality newsgroup for Crystal Reports. I...
0
8883
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
8787
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
8561
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
8645
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
7389
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
4200
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2776
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1778
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.