CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 [Resolved] hide report labels?

Print topic Send  topic

Author Message
Chris__T


Posts: 339
Posted: 06/26/2008, 9:06 AM

Is there a way to hide report labels so you can't see them when you view or print reports?
View profile  Send private message
wkempees


Posts: 1679
Posted: 06/26/2008, 11:03 AM

Several ways........
Simplest:
In Design click the label you want to hide, properties->Events->BeforeShow
Add Code (PhP)
  
$Component->Visible = false;  
OR
Put the label on a panel, Hide Show the Panel, like always.
  
(ASP:)  
Panel1.Visible=false  
This could be done beforeshow of the report.
The panel could include more than just the label, like the html around it. (could mess up the report).

Harder but better:
In Design click the label you want to hide, Properties->Events->BeforeShow
add Action-> Hide/Show Component.
Read up on the Hide/Show Component action.

This you can combine with the above panel method, in BeforeShow Report.

Oh well, let me know which you choose......

Walter


_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)

if you liked this info PAYPAL me: http://donate.consultair.eu
View profile  Send private message
Chris__T


Posts: 339
Posted: 06/26/2008, 12:18 PM

I did the panel. It is holding 5 labels. It appears to be working.

I wish I had time to devote to reading the help file all the way through. I thought panels were something completely different. :)

Thanks Walter.
View profile  Send private message
wkempees


Posts: 1679
Posted: 06/26/2008, 3:17 PM

Your welcome
Test this : http://donate.consultair.eu

Have fun, I bet you choose the panel option because I supplied the ASP code, haha.

Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)

if you liked this info PAYPAL me: http://donate.consultair.eu
View profile  Send private message
Chris__T


Posts: 339
Posted: 06/27/2008, 7:22 AM

Haha, yeah the panel seemed a tad easier for some reason :)

I clicked the paypal link and it went to a paypal page in Dutch. Does paypal convert US to Euro?
View profile  Send private message
wkempees


Posts: 1679
Posted: 06/27/2008, 10:31 AM

It is changed to English-US and USD

Also, please change title to [RESOLVED] or [HOW-TO]

Walter

_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)

if you liked this info PAYPAL me: http://donate.consultair.eu
View profile  Send private message
wkempees


Posts: 1679
Posted: 06/27/2008, 12:11 PM

8-)
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)

if you liked this info PAYPAL me: http://donate.consultair.eu
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.