Previous Topic: Hiding the Apply Button

Next Topic: Adding Project ID to the SharedData and Restrict Variables

Modifying the Second Part of the Wizard

You now modify the Task.Edit function to improve the way it works in the wizard. If you recall from running the basic wizard, we need to restrict the display of tasks to show only the tasks for the project currently being added. The ID of the current project is available in global memory (because you added it to the SharedData variable of the AddProject function).