CodeCharge Studio
search Register Login  

Visual Web Reporting

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

YesSoftware Forums -> Archive -> GotoCode Archive

 How to create dependent listboxes in CodeCharge??

Print topic Send  topic

Author Message
Pepitxispi
Posted: 12/11/2003, 12:45 PM

Hi Guys, is there anything like this http://www.gotocode.com/art.asp?art_id=45& for asp with access in CCS?
If not, how could I manage to do that?

Thank you very Much
lneisius
Posted: 12/12/2003, 4:11 AM

Go back to the page in reference and read it completely, you will see a link to the files where there is a link to the asp example.
Sean
Posted: 12/12/2003, 10:26 AM

Did you look at this article?

http://support.codecharge.com/kb_article.asp?kb_article...2&article_id=61
f3nrir
Posted: 12/15/2003, 1:07 AM

Check in the example for the javascript codes:

//Custom Code @...

window.location.href = "users.asp?state_id=" + this.value ; //This one will bind the second combo to the first one

A few lines down you'll find:

//Custom Code @...
window.location.href = "users.asp?state_id=" + users_statesSearch.state_id.value + "&user_id=" + this.value; //here you bind the second with the 3rd one

I think you can continue adding lines like that one as you need... just follow the tutorial @ http://support.codecharge.com/kb_article.asp?s_cat=1&article_id=61

Good luck.
Pepitxispi
Posted: 12/15/2003, 9:45 AM

Hi, thanks, I can do it from list 1 to 2, but I cannot go to the third one...you wrote there some code...would you please, show me how the third custome code would be?

Somehow I get lost in thet step...

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.

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.