CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 Before Show problems. Not able make it visible again ?

Print topic Send  topic

Author Message
Rudi
Posted: 05/06/2003, 1:22 AM

Hi,

asp !!
I would like to display a textbox only if there are certain parmeters set.

I have started with the html and entered the Begin and End.

<!-- BEGIN TextBox TextArea4 -->
<tr>
<td class="GiantStepsFieldCaptionTD" valign="top"></td>
<td class="GiantStepsDataTD"><textarea class="GiantStepsTextarea"
style="WIDTH: 450px; HEIGHT: 60px" name="{TextArea4_Name}" rows="1"
cols="64">{TextArea4}</textarea></td>
</tr>
<!-- END TextBox TextArea4 -->

Then I have in the "Before Show" for the form entered the following code:

directory_categories.TextArea4.Visible = True



I am not able to make this textbox visible again.

Here's the complete events code:
<%
'BindEvents Method @1-21E66028
Sub BindEvents()
Set directory_categories.CCSEvents("BeforeShow") =
GetRef("directory_categories_BeforeShow")
End Sub
'End BindEvents Method

Function directory_categories_BeforeShow() 'directory_categories_BeforeShow
@2-8F689663

'Custom Code @19-73254650
' -------------------------
directory_categories.TextArea4.Visible = True
' -------------------------
'End Custom Code

End Function 'Close directory_categories_BeforeShow @2-54C34B28


%>


Any suggestion on where I go wrong ?

Regards
Rudi



   


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

PHP Reports

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

Home   |    Search   |    Members   |    Register   |    Login


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