Patrick
|
| Posted: 03/16/2005, 6:56 AM |
|
Hi, I'm VERY new to this application so please forgive my ignorance in advance 
I am working With Codecharge Studio and Access developing a small app for our company. What I'm looking for some assistance with is creating some cascading drop-down boxes, IE:
Top level dropdown box contains STATES
Next level drop-down would only display the cities with the state selected..
Etc, etc..
Thanks in advance for any assistance or guidance to tutorials with this!!!
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 03/16/2005, 9:54 AM |
|
Patrick, please refer to: http://forums.codecharge.com/posts.php?post_id=54056 http://support.yessoftware.com/kb_article.asp?article_id=61 http://forums.codecharge.com/posts.php?post_id=42599 http://forums.codecharge.com/posts.php?post_id=49376 http://forums.codecharge.com/posts.php?post_id=48556 http://forums.codecharge.com/posts.php?post_id=47440 http://forums.codecharge.com/posts.php?post_id=45962 http://forums.codecharge.com/posts.php?post_id=44762 http://forums.codecharge.com/posts.php?post_id=53583 http://www.google.com/search?hl=en&lr=&q=dependent+listboxes+asp http://www.google.com/search?hl=en&lr=&q=dependent+listboxes+javascript
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Patrick
|
| Posted: 03/16/2005, 11:02 AM |
|
Wow 
Bummer, I thought purchasing this application would have alleviated so much of this brain damage - all those links and nothing makes much sense to someone not knowing ASP!
Even the tutorial in kb61 wasnt of much help for this newbie!
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 03/16/2005, 11:40 AM |
|
I forgot to add some new examples from CCS Example Pack 2, which are also online at http://examples.codecharge.com/CCSExamplePack2/Dependen...dentListBox.php http://examples.codecharge.com/CCSExamplePack2/Dependen...entListBox3.php
Purchasing this application can probably help you quickly implement all features that this application supports.
Of course it is not possible for any product to support everything imaginable, but I'm sure glad that for those features that don't exist in the product there are all those helpful articles, examples and tips from other users available 
I think that you don't need to know ASP. I actually don't know ASP or PHP too well (and no JavaScript at all), just each time when I need to do something "special" I go on Google and look for specific command or function that does something that I need. And I learned some programming from CCS examples and these forums as well.
Dependable listboxes possibly are more difficult to implement than most other custom-type features, but all you need is little time to analyze the examples, have willingness, and an hour of time to try to do it, rather than browsing through couple articles and deciding that they are only for ASP experts.
I think that most of the questions here are resolved when users explain where they got stuck and what error(s) they see. While it is much more difficult to provide help when you haven't yet started implementing a feature. Don't be afraid to try!
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|