473,624 Members | 2,612 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need to display column name on detail section of a crystal report.

Hi Every Body,

I have created a crystal Report and linked to my vb.net forms and
working fine, I added more drill drowns in groups everything fine, but
What I need is I am not able to display the lables on details section.
I have choosen Hide (Drill Down Ok ) For the groups, The details are
being displayed when clicked on a group header but how to display
label on the details section if I add it, its reflectiong to every
line in the details.I just need to display the column name on the top
of details section.Early Repliey is greatly appreciated.Tha nks in
advance.

Regards,
Meena.
Nov 20 '05 #1
3 5761
you will have to put them in the header of the details section (unless you
want them displayed for every record)
"Meena" <te************ **@yahoo.com> wrote in message
news:5c******** *************** **@posting.goog le.com...
Hi Every Body,

I have created a crystal Report and linked to my vb.net forms and
working fine, I added more drill drowns in groups everything fine, but
What I need is I am not able to display the lables on details section.
I have choosen Hide (Drill Down Ok ) For the groups, The details are
being displayed when clicked on a group header but how to display
label on the details section if I add it, its reflectiong to every
line in the details.I just need to display the column name on the top
of details section.Early Repliey is greatly appreciated.Tha nks in
advance.

Regards,
Meena.

Nov 20 '05 #2
Hi EricJ!

Thank You for your reply, I need a column heading for details. I have
placed them, but I supress the details.( I am using Hide, Drill Down
Ok For the Details Section).When I am expanding or viewing details
the results are dividing in a seperate pane and the column names are
left out in the previous pane or tab. I donot want them to be
displayed for every record.Think you got my problem now.Is there any
solution or alternative for the above.

Regards,
Meena.

"EricJ" <er********@Thi Sbitconsult.be. RE> wrote in message news:<40******* *************** *@news.skynet.b e>...
you will have to put them in the header of the details section (unless you
want them displayed for every record)

Nov 20 '05 #3
w crystal it is inportant to group correctly, and to play w the keep
together ... settings.
ill try to give an example

page H
rap H
TopLevel H
here you put your titles of the fields (if you want to repeat them
every ocurrence of TopL)
subL H
When you want to keep your titles and the fields together you have
to play w the keep together of all the levels involved. if needed you can
conditionally start new page after a section (let us say when a group has 35
records you want a new page after ...)
here you put your titles of the fields (if you want to repeat them
every ocurrence of subL)
Details
field 1, 2 ...
subL F
TopLevelF
rapF
page F

(not much people know a lot about crystal im afraid, if you have to work w
it a lot i suggest getting a good book like this one
www.crystalreportsbook.com)

hope it helped a bit (wish i could tell you more, but since reports are by
nature very individual its hard)

eric

"Meena" <te************ **@yahoo.com> wrote in message
news:5c******** *************** ***@posting.goo gle.com...
Hi EricJ!

Thank You for your reply, I need a column heading for details. I have
placed them, but I supress the details.( I am using Hide, Drill Down
Ok For the Details Section).When I am expanding or viewing details
the results are dividing in a seperate pane and the column names are
left out in the previous pane or tab. I donot want them to be
displayed for every record.Think you got my problem now.Is there any
solution or alternative for the above.

Regards,
Meena.

"EricJ" <er********@Thi Sbitconsult.be. RE> wrote in message

news:<40******* *************** *@news.skynet.b e>...
you will have to put them in the header of the details section (unless you want them displayed for every record)

Nov 20 '05 #4

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

Similar topics

2
2281
by: Guy Mahieu | last post by:
All, Is there a simple way to manipulate the details section of a Crystal Report at runtime on a per-record basis? The reason I want to do this is that my database table contains an image url field, but in my report I have to show the image rather than its location. I have looked for events that would be thrown when CR generates the details section for each record but I couldn't find any and I am starting to fear
1
2296
by: Steve | last post by:
I have looked through the newsgroup for an answer to this but haven't been able to find anything resembling my situation. What I want to do is relatively simple, I think. I have a crosstab query that is bound to a report I am creating. I would like the column headings to be the name of the correspoding field name. For example, I have field names ALS, BCD, HLP, and the detail section prints the values for these fields. I would like...
2
3377
by: Ross Hamilton | last post by:
Can anyone help me with this small problem. I have a report that is divided into 3 Columns using the page setup, It displays the report fields in 3 separate columns (Desc & Pg Num) but it only displays the Page Header on the first column. Any thoughts?? regards,
2
4437
by: Ray | last post by:
Dear all, I would like to ask if the crystal Report can remove if blank in Detail just like Report in Foxpro? Thanks a lot, Ray
0
2251
by: ward | last post by:
Greetings. Ok, I admit it, I bit off a bit more than I can chew. I need to complete this "Generate Report" page for my employer and I'm a little over my head. I could use some additional assistance. I say additional because I've already had help which is greatly appreciated. I do try to take the time and understand the provided script in hopes on not having to trouble others on those. But here it goes...
0
7412
by: Jeff | last post by:
Help!!! The bitmap I am trying to display in a sample Crystal Report is coming up with much less quality than the original bitmap. I have a 300x300 dpi bitmap file that I want to insert at run time into a Crystal Report. The path to the file is stored in a varchar(100) field in a table in SQL Server. The Crystal Report displays the bitmap in the IBlobField object but it
1
1356
by: hon123456 | last post by:
Dear all, I got a report with Detail section in main report. And I got subreport in Report footer. The problem is Crystal report will open a new page for the subreport. But I just want the subreport to follow the data in detail section line by line immediately without opening a new page. How can I do that? Thanks
0
1549
by: retrorocket | last post by:
I've searched and searched, I could really use some suggestions. I have a Crystal Report in report designer that contains a Report Header, a Page Header, and a Detail section. The first page should print three records from the Detail section and then be followed by signature box (plain text, contains no data). If there are more than 3 records in detail, then the next pages should continue showing records but not the signature box. This...
1
1186
by: vaniKanabathy | last post by:
Hi, Im developing a CR using CR 8.5,vb6 and access for my company project. I have do 2 mutiple column detail section in crystal report. 1 is for MFGNo list and another is for OEMNo list.Now the data is printed alternately like 101001 101002 101003 101004 -MFGNo 201001 201002 201003 201004 - OEMNo 102001 102002 102003 102004 -MFGNo 202001 202002 202003 202004 - OEMNo I want the result as
0
8246
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8179
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
8631
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
6112
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
5570
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
4084
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...
1
2612
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
1
1796
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1489
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.