CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Need to hide Panel in record page

Print topic Send  topic

Author Message
ajaymeena26

Posts: 8
Posted: 12/12/2016, 12:31 AM

Hello All,


I need to hide a panel in record page. I write code on server side before show
$Component->PanelGateStages->Visible = false;

But that is not working.

and I don't see Dynamic in list of visible area in Panel. Any one have idea about that?
View profile  Send private message
saseow

Posts: 744
Posted: 12/12/2016, 1:30 AM

In the BeforeShow of the panel just put:
$Component->Visible = false;
View profile  Send private message
ajaymeena26

Posts: 8
Posted: 12/12/2016, 1:36 AM

I have try with that but that is not working. In Panel Property I can't see Dynamic option
View profile  Send private message
saseow

Posts: 744
Posted: 12/12/2016, 1:50 AM

There is not a Dynamic property, only a Visible property.
If it does not work with the code I posted then the solution may be to redo the entire page. Sorry.
View profile  Send private message
MichaelMcDonald

Posts: 640
Posted: 12/12/2016, 2:54 AM

$PanelGateStages->Visible = false;
_________________
Central Coast, NSW, Australia.

View profile  Send private message
ajaymeena26

Posts: 8
Posted: 12/12/2016, 3:48 AM

Try with different pages but that is not working.

also try with $PanelGateStages->Visible = false; but no success
View profile  Send private message
MichaelMcDonald

Posts: 640
Posted: 12/13/2016, 2:58 AM

Process of elimination - I have come across server where case sensitive on words true and false, so had to be True and False...
_________________
Central Coast, NSW, Australia.

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.