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

 Like work the variables of session in codecharge s

Print topic Send  topic

Author Message
Rodrigo
Posted: 10/10/2002, 7:41 AM

I need to work variable of session in codecharge studio and Asp, on the other hand to send to parameter to receive to parameter as I can do it.
For example with request.form or request.querystring.....

Thanks Rodrigo.....
Nicole
Posted: 10/11/2002, 6:41 AM

Rodrigo,
To create custom session var in asp use code:
Session(“var_name”) = “value”
To retrieve session var value:
Tmp = Session(“var_name”)

To get the parameter value passed through url use code:
tmp = CCGetParam(“param_name”, “default value”)

To get the field value after the form is submitted use code:
tmp = form_name.field_name.Value

You can find such examples if look at CCS generated code. The functions are available in the common.asp file

   


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.