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

Crystal Reports question (using VB)

This is the next step of a bigger project that I am working on and I have
hit a wall.

All forms that I have created for this project are working fine. This is
the one that I have a problem with.

I have a dataset that contains entry information for dog shows. Each breed
of dog needs it's own judges book for that particular show. Each dog entry
is also entered into one of five (5) aged based classes and then further
split into males and females. So I have the dataset pulling in just the
entry information for the particular show that we are working on. Here is
the problem.

When I create the Crystal Report, I have the groups that work however I need
the entry to appear in a certain column that appears on the report. Should
this be done through a formula? The other bigger problem that I have is
that only one entry is appearing on one report at a time where I need one
form for each breed and if there are ten entries for that breed, I need
these ten entries to appear all in their respective class columns on the
form. Make sense?

My header information for the form which are groups, works just fine (this
is the show date, the show number, the breed and the variety (if
applicable)).

I just need a starting point or change my approach to this.

I am sorry also if I am posting to the incorrect newsgroup, but I try to
post in the Crystal Reports group and I really don't get a response.

Thanks for the help.

Brad
Nov 21 '05 #1
3 1185
Hi Brad,

I looked at your post quite a while ago and hoped someone would answer, but
I feared you wouldn't get much of a response.

This is as good an n/g to post for crystal issues as any; the 'crystal' n/g
is pretty useless.

Re the event - yes, make it a simple formula so that it can then be posted
anywhere on the report. As for the rest of your needs, frankly I can't
follow them. I know that I often work on a cr report and the issues are so
complex, especially when multiple groups are involved, that it virtually
can't be explained and understanding the issues abstractly is almost
impossible.

Sorry I can't be of more help.

Bernie Yaeger

"Brad" <ba******@ukcdogs.com> wrote in message
news:uA****************@TK2MSFTNGP11.phx.gbl...
This is the next step of a bigger project that I am working on and I have
hit a wall.

All forms that I have created for this project are working fine. This is
the one that I have a problem with.

I have a dataset that contains entry information for dog shows. Each
breed of dog needs it's own judges book for that particular show. Each
dog entry is also entered into one of five (5) aged based classes and then
further split into males and females. So I have the dataset pulling in
just the entry information for the particular show that we are working on.
Here is the problem.

When I create the Crystal Report, I have the groups that work however I
need the entry to appear in a certain column that appears on the report.
Should this be done through a formula? The other bigger problem that I
have is that only one entry is appearing on one report at a time where I
need one form for each breed and if there are ten entries for that breed,
I need these ten entries to appear all in their respective class columns
on the form. Make sense?

My header information for the form which are groups, works just fine (this
is the show date, the show number, the breed and the variety (if
applicable)).

I just need a starting point or change my approach to this.

I am sorry also if I am posting to the incorrect newsgroup, but I try to
post in the Crystal Reports group and I really don't get a response.

Thanks for the help.

Brad

Nov 21 '05 #2
Bernie,

Thanks for the reply. I know there is a way to do this, I just have to find
out how.

Brad

"Bernie Yaeger" <be*****@cherwellinc.com> wrote in message
news:eB****************@TK2MSFTNGP15.phx.gbl...
Hi Brad,

I looked at your post quite a while ago and hoped someone would answer,
but I feared you wouldn't get much of a response.

This is as good an n/g to post for crystal issues as any; the 'crystal'
n/g is pretty useless.

Re the event - yes, make it a simple formula so that it can then be posted
anywhere on the report. As for the rest of your needs, frankly I can't
follow them. I know that I often work on a cr report and the issues are
so complex, especially when multiple groups are involved, that it
virtually can't be explained and understanding the issues abstractly is
almost impossible.

Sorry I can't be of more help.

Bernie Yaeger

"Brad" <ba******@ukcdogs.com> wrote in message
news:uA****************@TK2MSFTNGP11.phx.gbl...
This is the next step of a bigger project that I am working on and I have
hit a wall.

All forms that I have created for this project are working fine. This is
the one that I have a problem with.

I have a dataset that contains entry information for dog shows. Each
breed of dog needs it's own judges book for that particular show. Each
dog entry is also entered into one of five (5) aged based classes and
then further split into males and females. So I have the dataset pulling
in just the entry information for the particular show that we are working
on. Here is the problem.

When I create the Crystal Report, I have the groups that work however I
need the entry to appear in a certain column that appears on the report.
Should this be done through a formula? The other bigger problem that I
have is that only one entry is appearing on one report at a time where I
need one form for each breed and if there are ten entries for that breed,
I need these ten entries to appear all in their respective class columns
on the form. Make sense?

My header information for the form which are groups, works just fine
(this is the show date, the show number, the breed and the variety (if
applicable)).

I just need a starting point or change my approach to this.

I am sorry also if I am posting to the incorrect newsgroup, but I try to
post in the Crystal Reports group and I really don't get a response.

Thanks for the help.

Brad


Nov 21 '05 #3
If I understand correctly you need to create a dataset with two tables in it.
You need a "one-to-many" design on your tables. There needs to be a field in common
such as "breed". Then, you use the schema editor to create a relationship from
the key field in the master table to the key field in the detail table by
dragging and dropping it inside the designer. (You can do this through code as
well)
"Brad" <ba******@ukcdogs.com> wrote in message
news:uA****************@TK2MSFTNGP11.phx.gbl...
This is the next step of a bigger project that I am working on and I have
hit a wall.

All forms that I have created for this project are working fine. This is
the one that I have a problem with.

I have a dataset that contains entry information for dog shows. Each breed
of dog needs it's own judges book for that particular show. Each dog entry
is also entered into one of five (5) aged based classes and then further
split into males and females. So I have the dataset pulling in just the
entry information for the particular show that we are working on. Here is
the problem.

When I create the Crystal Report, I have the groups that work however I need
the entry to appear in a certain column that appears on the report. Should
this be done through a formula? The other bigger problem that I have is
that only one entry is appearing on one report at a time where I need one
form for each breed and if there are ten entries for that breed, I need
these ten entries to appear all in their respective class columns on the
form. Make sense?

My header information for the form which are groups, works just fine (this
is the show date, the show number, the breed and the variety (if
applicable)).

I just need a starting point or change my approach to this.

I am sorry also if I am posting to the incorrect newsgroup, but I try to
post in the Crystal Reports group and I really don't get a response.

Thanks for the help.

Brad

Nov 21 '05 #4

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

Similar topics

1
by: rAGHU | last post by:
Hi, In my ASP.NET web application project we need to design crystal reports with Crystal Reports version 8.5 enterpraise edition(Please Note:It is not the Crystal Reports that comes with...
1
by: Stephan | last post by:
Hi, I'm using Visual Studio 2003 (C#) with the integrated Crystal Report software and have the following question: How can I assign a value (string) to an unbound (string) field in Crystal...
5
by: BStorm | last post by:
I have a transaction log file where the DataSet table's Description column is actually delimited into "subcolumns" based upon the transaction id. I would like to parse these into separate fields...
3
by: Gheaci Maschl | last post by:
Hi all! I would like to have your opinion about my problem and my proposal how to solve it: Ingredients: - BTriev database - Crystal Reports - maybe MS Access - Liinos6 (small ERP software)
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
3
by: VMI | last post by:
I know this may not be the best NG for this, but I feel you guys know more about this than any of the other NGs. I need to build several simple reports (over 50 of them and they get their data...
5
by: Jay | last post by:
I am getting mixed messages from the asp.net website hosting providers - some say they do not support Crystal Reports due to a $25,000 per cpu licensing fee, others say all I need to do is install...
2
by: =?Utf-8?B?Um9zcyBNYXNvbg==?= | last post by:
Hi I am interested in using crystal reports for the first time but have a few questions that someone maybe able to help with before I get started. The background to my query is that a client is...
3
by: Miro | last post by:
Hi, Just wondering what a good book is on visual studios 2008 ( or 2005 if no 2008 ) that teaches you how to properly use crystal reports with it. Or im assuming that as long as I can create a...
1
by: =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?= | last post by:
On reflection, you could possibly make the app a self extracting zip file which extracts the EXE and a settings file and then starts the app, then when you app closes, it can repack the settings...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
0
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,...

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.