About the Todo Application ========================== The Todo application was developed in order to keep track of the things that needed to be done for Suneido. It is set up in an Explorer with the tree on the left and form on the right which displays the selected item's data. There are options for searching for items in the tree based on name or any other field on the form, as well as a filter which can be used to narrow the amount of items seen in the tree. Our axis_todo table is included for use with this application, but if the table isnt used then the application creates a new table when it is run. Set up the Todo application: 1. Assuming you have downloaded the todo.zip file and extracted in the directory containing suneido.db, run the following: suneido -load TodoLib suneido -load axis_todo 2. From libview, under the File menu choose Use Library and enter: TodoLib 3. Now you can run the application. From a workspace, run: TodoControl() NOTE: you may wish to skip loading the axis_todo table, in which case a new table will be created for you when you run the application. IMPORTANT: IF YOU DOWNLOADED SUNEIDO PRIOR TO MAR 13 2002, YOU WILL NEED TO DOWNLOAD THE LATEST VERSION IN ORDER FOR THIS TO RUN PROPERLY.