Dynamic Alternatives
P.O. Box 59237
Norwalk, CA 90652
562 802 1639



Date: Sat, 2 Nov 2002 08:35:58 -0800

04 00074 60 02110202




Mr. Rod Welch
rodwelch@pacbell.net
The Welch Company
440 Davis Court #1602
San Francisco, CA 94111 2496
..
Subject:   Can't use record as template

Dear Rod,

I tried using the attached record to create a new schedule record with F1 Shift F1, and then tried to edit the new record. SDS dies.
..
I expect that this is some sort of formatting again, but could you look at it?

Thanks,

Sincerely,



Garold L. Johnson
dynalt@dynalt.com









..

October 22, 2002 06:16:13 AM       DIARY          Tuesday     Garold L. Johnson         0070      061613

01 - Remapping KeyNote Recipes
02 - ------------------------------------------------------------
03 - References
0301 -   SDS records
030101 - 021009 KeyNote Recipes                                                                                                                                           021009 223501 GLJDY
030102 - 021010 KeyNote Recipes                                                                                                                                           021010 231053 GLJDY
030103 - 021011 KeyNote Recipes                                                                                                                                           021011 121113 GLJDY
030104 -
0302 -
0303 -    Time Milg Emply T  Bill Function  Special Subject/File
04 - K101 00.0 0000 00000 0 00000 00000000 00000000 04 00001 04
05 - K101 00.0 0000 00000 0 00000 00000000 00000000 04 00001 04 01
06 - K101 00.0 0000 00000 0 00000 00000000 00000000 04 00001 04 01 020122a
07 - K101 00.0 0000 00000 0 00000 00000000 00000000 04 00001 05 01
0701 - KeyNote
0702 - Recipes
0703 - Perl
0704 - Remapping Categories From KeyNote File
0705 - ======================================
0706 -
0707 - Summary/Objective
0708 -
         
..
070801 - Follow up ref SDS 3 0000, ref SDS 2 0000. 070802 - 070803 - Progress 070804 - 070805 - Remapping Recipe Catetgories 070806 - ---------------------------- 070807 - Follow up ref SDS 3 LS5L. 070808 - 070809 - I wrote a program to read the KeyNote files, with title and subject 070810 - lists to specify how to remap files and tabs based on words found in 070811 - the titles and ingredients. It will create new files for any subjects 070812 - with more than 1000 nodes, and reorganize the remaining categories 070813 - into tabs as specified by translations in the subject list. 070814 - 070815 - The program to map the categorization -- 070816 - knt_category_map_01.pl. 070817 -
..
070818 - The program makes use of a Data::Locations module which didn't 070819 - have a Windows port. Sisyphus [kalinabears@hdc.com.au] from the Perl 070820 - list built it for me. He says that it fails a couple of the more 070821 - esoteric test unde Window 98. I had to write a simple test script to 070822 - make sure I was using it correctly. There are some coding errors that 070823 - will cause the thing to kill Perl. Mostly it works really well. 070824 - 070825 - The basic idea is that it is possible to mark insertion points in an 070826 - output stream and write to those points in any order at any time. The 070827 - module will then output the entire stream to a file when requested. 070828 - Failing to dump and thereby close an open location is what appears to 070829 - kill the module. 070830 - 070831 - This is really nice. It allows for reorganizing an output file from 070832 - an input file and putting things into sections. This is the basis of 070833 - divert streams in the M4 macro processor, and is much better than 070834 - having to create multipe files and then reassemble them. This is also 070835 - one of the operations that literate programming tools performs -- 070836 - adding data to multiple program sections no matter where it occurs in 070837 - the program. 070838 -
..
070839 - I really should package some of the KeyNote file reading into 070840 - modules. 070841 - 070842 - Bug Fixes 070843 - --------- 070844 - 070845 - I changed the font to 10pt because I didn't like the way 12pt looked 070846 - and then took it out because Joyce *does* like the wayt it looks. 070847 - 070848 - I added line wrapping code I thought I had done this in the splitting 070849 - program, but apparently I didn't run it after the change. 070850 - 070851 - I was missing the "Categories" line, so I put it back in, and added 070852 - a blank line before it for appearance. 070853 -
..
070854 - 070855 - Design Changes 070856 - -------------- 070857 - 070858 - I want to try ignoring the default category in the title to allow 070859 - other title word or even ingredients to determine the catagory. 070860 - 070861 - 070862 - 070863 - 070864 - 070865 - 0709 -