Edit Date Dialog

The Edit Date dialog allows you to enter notes and "marks" for a selected date as well as enter "transactions" for a particular date..

Notes are entered in the large multi-line edit control. Notes can be in any form you like and are not limited to particular times of day, etc. The maximum note size is the limit of a standard Windows text edit control (32K), although the program isn't really meant to store information of that size.

In addtion to notes, you can add a number of "marks" which will appear on the date button back on the main dialog. The recessed box which says "Enter up to 10 "marks"..." etc. is just a suggested maximum so that marks will not be cut off or clipped when the program attempts to display them on the buttons.

New with version 2.0 of the program is the Transactions section. This allows you to enter information to use as a log and Income/Expense record for each date. Enter the information you want in the edit fields above the ListView box headings. Click on the Add button to add the transaction to the ListView. If you click on OK, whatever is in the edit fields will be entered as well. This information can be reported when you print the Week-at-a-time layout. (See the Print Layout Dialog).

You may remove a single transaction by selecting a line by clicking in the left-most column and then clicking on the Remove button. You may remove all transactions for this date by clicking on the Remove All button. Either of these operations may be un-done by clicking on Cancel.

The Print button on this dialog will print a single page for this date.

The Clear button clears ONLY the Marks and Notes for the selected date. It does not affect the transactions entered. Clearing the text and marks cannot be un-done by clicking on the Cancel button. This may change in a future version. In the meantime, a Message Box will appear giving you the chance to cancel the clear operation.

Edit Date Dialog