CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> Archive -> GotoCode Archive

 Display Parameter

Print topic Send  topic

Author Message
vandalen
Posted: 09/13/2002, 3:07 PM

Hi Everyone,

I'm trying to display a url parameter on a "readonly" textbox. Can not figure out how to do it.
Nicole
Posted: 09/16/2002, 6:43 AM

Hello,
Catch the parameter passed through url and assign it to textbox field in field Before Show event. Make textbox readonly in html view. Hre is sample PHP code for the field located inside form:
global $form_name;
$form_name->field_name->SetVale(CCGetParam("param_name", "param default value"));
vandalen
Posted: 09/16/2002, 8:36 PM

Hi Nicole,

you gave me an Idea and it worked. Thanks.

   


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

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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