THE WELCH COMPANY
440 Davis Court #1602
San Francisco, CA 94111-2496
415 781 5700


S U M M A R Y


DIARY: June 19, 2001 06:11 AM Tuesday; Rod Welch

SDS save function F2 seems to have problem.

1...Summary/Objective
2...000008 Macro 142, Save Function Failed Requires SDS Code Revisions
3...SAA Follow Ups, Add to F2 Save Operation Performed by 0702051
4...0702051 Archive Pointers Improved, Maintain SAA Follow Ups


..............
Click here to comment!

CONTACTS 

SUBJECTS
Save, F2

0403 -    ..
0404 - Summary/Objective
0405 -
040501 - Follow up ref SDS 17 0000, ref SDS 15 0000.
040502 -
040503 - Encountered problem this morning with SDS save function.  It is a
040504 - rare situation where a pointer file is empty, and a new SDS record
040505 - does not have a pointer.
040506 -
040507 -     [....in another record notified Wayne Wetzel. ref SDS 18 0001
040508 -
040509 -
040510 -
040511 -
040512 -
0406 -
0407 -
0408 - Problem
0409 -
040901 -  ..
040902 - 000008  Macro 142, Save Function Failed Requires SDS Code Revisions
040903 -
040904 - Follow up ref SDS 17 TS7L.
040905 -
040906 - Using F2 is failing this morning when used with a new record.  We can
040907 - use F1 F2 as temporary work around.
040908 -
040909 - Works fine for archived SDS records.
040910 -
040911 - Line 2400, ref OF 2 FT5K, -entry 142
040912 -
040913 -    Background on problems and improvements is in the record on 010505.
040914 -    ref SDS 17 TS7L
040915 -
040916 -    Examination today seems to show the problem is using savx on a
040917 -    blank file.  This operation occurs if there are no pointers to
040918 -    archive, and a new week is starting.
040919 -
040920 -    It primarily occurs with contacts, because all records have at
040921 -    least one line for descriptions and references; but, often records
040922 -    do not have contacts.
040923 -
040924 -
040925 -
040926 -
0410 -
0411 -
0412 - Progress
0413 -
041301 -  ..
041302 - SAA Follow Ups, Add to F2 Save Operation Performed by 0702051
041303 - 0702051  Archive Pointers Improved, Maintain SAA Follow Ups
041304 -
041305 - Follow up ref SDS 15 0800, ref SDS 5 0800
041306 -
041307 - Line 900, ref OF 1 QR6J, -label dBResto
041308 -
041309 -    This is where we get the pointer file, and then remove prior
041310 -    pointers.
041311 -
041312 -    Code is in 1t which has the new pointers.  The existing pointer
041313 -    file is loaded into 1t using the get command, prior pointers for
041314 -    current record are removed, and then then new pointers are sorted
041315 -    with existing weekly pointers, and 1t is saved to the pointer file
041316 -    name.
041317 -
041318 -    Change code today, by adding diagnostic to check for a blank file
041319 -    using linecnt command.
041320 -
041321 -        [On 010719 needed slight code revision. ref SDS 19 0800
041322 -
041323 -    If the line number is greater than 1, then proceed, and, if not,
041324 -    then end this op by jumping to below.....
041325 -
041326 -
041327 - Line 930, ref OF 1 4590, -label getIt
041328 -
041329 -    This is where....
041330 -
041331 -
041332 -                 savx D:\sd\08\UUUUU\01\yy\zz
041333 -
041334 -
041335 -    ...so, by jumping below it, we should be okay.
041336 -
041337 -
041338 -
041339 -
041340 -
041341 -
041342 -
041343 -
041344 -
0414 -