In the ToDo list function, each time a task is completed, one presses the space bar and a check mark appears at the left hand side of the task. How do I program the computer so that I can place an "X" mark at the left hand side of the task? I would like to assign a key to activate this X mark, similar to the space key for the check mark. I would like to use the X mark as my note that the task has been canceled. This way, that task remains on the ToDo list database, instead of being deleted from it.
Jim To
jto@fci.com
One way to accomplish what you want is by creating your own ToDo database. (Look in the index of your palmtop's User's Guide under "database, defining new"). Create a field that's reserved for the "X" mark. Then record a macro that opens whatever record is highlighted, enters an "X" in the proper field, then closes the record.