> Add this line to the end of the "department" SCREEN
>
> include(APPLICATION_ROOT . "modules/screens/item_dep"); //(This line
> goes inside the last "While" statement on the "department" page.)
>
> Create a new file "item_dep (modified version of "item")
>
[code snipped]
While this code is good, it's not the right way to go about it. Screen
modules should never branch to screen modules. Actually, this functionality
should be placed right into the department screen. Alternatively, you can
modify the quick_order screen to only show one department at a time.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]