Z-Space Technologies, Inc.
Support Forums
Join | Logon
ITScriptNet Support Forums
 All Threads | New ThreadView:  Search:  
 Author  Thread: unhiding an element when a prompt is first displayed
abrfid
Posts: 1
unhiding an element when a prompt is first displayed
Posted: 19 Jun 09 11:51 AM
I cannot seem to unhide or hide an element when a form is first displayed. Is this feasible within a script. I have tried Before Prompting and After Display to no-avail. Basically, I only want to display input fields that relate to the application being ran. thanks
[Reply][Quote]
HHP-Brain
Posts: 13
Re: unhiding an element when a prompt is first displayed
Posted: 23 Jun 09 11:57 AM
With ITScriptNet 3.0, you can use the following code in the After Display script:
Hide
this.TextBox1.Hidden = true
Unhide
this.TextBox3.Hidden = false
[Reply][Quote]
 Page 1 of 1 
 
Website (C) 2004-2008 Z-Space Technologies, Inc. All Rights Reserved.
All messages posted here are the sole responsiblity of the poster. Z-Space Technologies, Inc. is not responsible for the content of messages. Messages do not reflect the official positions or policies of Z-Space Technologies, Inc.