473,761 Members | 4,421 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Several Crystal Reports Doubts

Hi there to all.

I am a .NET Crystal newbie and I hope that you don’t pick me up much :) with
the following questions:

1) It’s possible to access the report model to alter the rendered data. I’m
talked about a process like .NET data grid, where we can iterate thru the
rows and change data.

2) I have a report with a linked sub report. The data targets the same data
source and data table. One requisite of the report it’s that only 7 records
per page are displayed as the sub report to. The problem is that the sub
report is showing me only 1 record that is the last record of the main
report. I want that 7 record appear in the main and sub report. The reports
are linked by a int column.

3) It’s possible to perform totals in time fields? I’ve a dataset with a
time span column. When I drag it to the report, the column is transformed in
a string. Other requisite that I have is that a time span of 1.23.40 (1 day,
23 hours and 40 minutes) must be visualized as 47:40.

4) There is such thing as Blob parameters. The report that I am doing as
multi culture support and some of the images are given by a globalized
Resource Manager. I can drag and drop a binary field from a dataset, but can
I create a binary parameter just to avoid this dummy data in dataset?
Help will be much appreciated. Thanks in advance

Tiago Miguel Silva
tm*****@gmail.c om

Jul 21 '05 #1
2 1823
This is the quick answer to your question 1), but may also helps on your
other questions, if you know what I am talking about.

With Crystal Report.NET, you have two way to get data for the reports: PULL
or PUSH.

PULL is the most common way the get data for report: you specify a query,
when the report is being opened, it connects to the data source and grad
data defined by the query.

On the other hand, with PUSH, the data is retrieved first, you can make
changes to the set of data, then push the data into the report when it being
opened.

PUSH is often used in multi-tier applications where data for the reports is
retrieved by data access layer objects.

I tend to use PUSH in my Window desktop app' report, because the data has
been loaded into Win app, why to have the report query data source again.

Hope this gives you some idea.

"Tiago Miguel Silva" <Ti************ **@discussions. microsoft.com> wrote in
message news:4D******** *************** ***********@mic rosoft.com...
Hi there to all.

I am a .NET Crystal newbie and I hope that you don't pick me up much :) with the following questions:

1) It's possible to access the report model to alter the rendered data. I' m talked about a process like .NET data grid, where we can iterate thru the
rows and change data.

2) I have a report with a linked sub report. The data targets the same data source and data table. One requisite of the report it's that only 7 records per page are displayed as the sub report to. The problem is that the sub
report is showing me only 1 record that is the last record of the main
report. I want that 7 record appear in the main and sub report. The reports are linked by a int column.

3) It's possible to perform totals in time fields? I've a dataset with a
time span column. When I drag it to the report, the column is transformed in a string. Other requisite that I have is that a time span of 1.23.40 (1 day, 23 hours and 40 minutes) must be visualized as 47:40.

4) There is such thing as Blob parameters. The report that I am doing as
multi culture support and some of the images are given by a globalized
Resource Manager. I can drag and drop a binary field from a dataset, but can I create a binary parameter just to avoid this dummy data in dataset?
Help will be much appreciated. Thanks in advance

Tiago Miguel Silva
tm*****@gmail.c om

Jul 21 '05 #2
Thanks for the reply Norman.

I´m using the PUSH method being the data returned by application Data Layer
using Typed Datasets.

I hope that someone else answers to my other questions :)

Thanks

"Norman Yuan" wrote:
This is the quick answer to your question 1), but may also helps on your
other questions, if you know what I am talking about.

With Crystal Report.NET, you have two way to get data for the reports: PULL
or PUSH.

PULL is the most common way the get data for report: you specify a query,
when the report is being opened, it connects to the data source and grad
data defined by the query.

On the other hand, with PUSH, the data is retrieved first, you can make
changes to the set of data, then push the data into the report when it being
opened.

PUSH is often used in multi-tier applications where data for the reports is
retrieved by data access layer objects.

I tend to use PUSH in my Window desktop app' report, because the data has
been loaded into Win app, why to have the report query data source again.

Hope this gives you some idea.

"Tiago Miguel Silva" <Ti************ **@discussions. microsoft.com> wrote in
message news:4D******** *************** ***********@mic rosoft.com...
Hi there to all.

I am a .NET Crystal newbie and I hope that you don't pick me up much :)

with
the following questions:

1) It's possible to access the report model to alter the rendered data. I'

m
talked about a process like .NET data grid, where we can iterate thru the
rows and change data.

2) I have a report with a linked sub report. The data targets the same

data
source and data table. One requisite of the report it's that only 7

records
per page are displayed as the sub report to. The problem is that the sub
report is showing me only 1 record that is the last record of the main
report. I want that 7 record appear in the main and sub report. The

reports
are linked by a int column.

3) It's possible to perform totals in time fields? I've a dataset with a
time span column. When I drag it to the report, the column is transformed

in
a string. Other requisite that I have is that a time span of 1.23.40 (1

day,
23 hours and 40 minutes) must be visualized as 47:40.

4) There is such thing as Blob parameters. The report that I am doing as
multi culture support and some of the images are given by a globalized
Resource Manager. I can drag and drop a binary field from a dataset, but

can
I create a binary parameter just to avoid this dummy data in dataset?
Help will be much appreciated. Thanks in advance

Tiago Miguel Silva
tm*****@gmail.c om


Jul 21 '05 #3

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

Similar topics

1
19182
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 Report at runtime? Example: private void button1_Click(object sender,
5
3026
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 for reporting purposes and am wondering if anyone knows if this is easily accomplished using the .NET version of Crystal Reports? For example, the description column may be reporting on a dataentry error as follows: TXNCODE: 1010001
3
6915
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
5021
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. I created the websetup and built the MSI, have the bundled version. Copied to webserver and ran Websetup.msi. Said I had to remove old version, which I did, then reran WebSetup.msi and keeps giving me this error. "The installer was interrupted...
2
348
by: Tiago Miguel Silva | last post by:
Hi there to all. I am a .NET Crystal newbie and I hope that you don’t pick me up much :) with the following questions: 1) It’s possible to access the report model to alter the rendered data. I’m talked about a process like .NET data grid, where we can iterate thru the rows and change data. 2) I have a report with a linked sub report. The data targets the same data
3
8924
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 from sql server) and I was wondering whish of these is the better tool .. We're still not sure if they'll be loaded from an existing VB6 application or if I'll have to make a separate module for them (in .Net). In general, which is the better tool?...
0
1058
by: annadurai | last post by:
Dear sir Sub :- ASP.NET with CRYSTAL REPORT in VISUAL STUDIO 2003 I have following doubts in ASP.NET with crystal reports. 1) In my crystal report output screen, PRINTER icon is not displayed. (kindly see my present output bar. Printer icon is missing). 1 of 1+
3
3824
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 dataset and link it to a reportviewer than any Crystal Report book will do. I use vb.net but im assuming most books would show you vb and c
1
8145
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 file and itself into the exe. You would probably want a tool for this bit which could be in the zip too. So the app isnt single exe when running but when not running, it is. Just an idea for you to think about. Another option would possibly be to...
0
9353
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
9975
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...
0
9788
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
8794
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...
1
7342
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6623
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
5241
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
5384
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2765
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.