Forum OpenACS Development: Re: dotWRK: Project Manager

Collapse
Posted by Nick Carroll on
Jeroen,

Each table is an object type.  I'm actually having problems writing a tcl procedure that recursively pretty prints the structure of the projects and their respective sub-projects. eg...

Project A
    Project A1
        Project A1.2
    Project A2
Project B
    Project C
etc.

When I display the page that calls this procedure, the whole OACS application crashes.  The algorithm looks sound, but its probably due to poor tcl coding.  Haven't used the upvar command... not sure what it does.  I've seen a few recursive examples that use this though.

Cheers,
Nick.