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 -> ASP

 retrieve the value of hidden field after insert

Print topic Send  topic

Author Message
navcan

Posts: 61
Posted: 08/10/2004, 12:09 PM

Hello all,

Using ccs, asp with access database..

I am working on a similar project like Multi-Step Registration. The only difference is that I am trying to retrieve the value of a hidden field which is v_Identifier in after insert event.

LastID=CCDLookup("max(id)","tblLog","v_Identifier="&DBconnVL.ToSQL(Request.Form("v_Identifier"),"CCText"),DBconnVL)

I noticed that Request.Form does not work with hidden fields. How can I reterive the value of a hidden field after insert???

Please help
View profile  Send private message
peterr


Posts: 5971
Posted: 08/10/2004, 10:43 PM

You can retrieve any field value using the standard "Value" property:
http://docs.codecharge.com/studio/html/Components/RTPro.../ASP/Value.html
I believe that most of our examples and tutorials utilize the Value property. Here is one that retrieves various values in the After Insert event:
http://docs.codecharge.com/studio/html/QuickStart/EnhAp...SendEmails.html
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
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.

MS Access to Web

Convert MS Access to Web.
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.