CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> ASP

 Bug in CCSmenu from ExamplePack2

Print topic Send  topic

Author Message
GeorgeS

Posts: 206
Posted: 01/21/2007, 12:55 PM

I fixed this bug myself.
CCDLookUpTreeToUL function needs to be corrected + I wrote one more function.
-------------------------------------------------------

if you have Sub Categories with similar names under different main categories then ALL SubSub Categories will show up under both Sub Categories.
Menu Table

menu_id menu_name menu_id_parent
1 new 0
2 used 0
3 cars 1
5 cars 2
7 Ford 3
8 GM 5
9 Toyota 5

It will give you:

new
-- cars
-- -- Ford
-- -- GM
-- -- Toyota

used
-- cars
-- -- Ford
-- -- GM
-- -- Toyota

If I change names like this:

menu_id menu_name menu_id_parent
1 new 0
2 used 0
3 autos 1
5 cars 2
7 Ford 3
8 GM 5
9 Toyota 5

Everything works as it should

new
-- cars
-- -- Ford

used
-- cars
-- -- GM
-- -- Toyota

In my project I have to use a lot of similar sub categories for electronic components menu.
_________________
GeorgeS
View profile  Send private message
Dean Covey
Posted: 02/06/2007, 6:29 PM

I couldn 't get this to work either. I gave up. I use another software to make my menues.

:(

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.

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.