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


S U M M A R Y


DIARY: March 27, 1990 05:53 AM .......; Rod Welch

Fixed SDS problems found during installation and training trip to

1... 2...Summary


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

CONTACTS 

SUBJECTS
WMA Improvements,
SDS initialization,
update record, extend
another month, 04702,
0702051, 008
Marketing, Evaluations
Individuals, organizations
Extend SDS another month

0510 -    ..
0511 - Summary
0512 -
051201 - Problem that arose while installing new software version for San
051202 - Diego Water Authority, Norm.
051203 -
051204 - This was easy to fix.  Moved mark 1, macro 6, so it is below -label
051205 - aE_04702, instead of beyond it.
051206 -
051207 -
0513 -
0514 -

SUBJECTS
WMA Improvements, Subject Index
Queries, load from SDS,
06112, 06113 06111 (022A09)
Marketing, Evaluations
Subject Index, load
from CSF to Query Screen

0709 - Problem
0710 -
071001 - This is another problem that arose while in San Diego installing the
071002 - thing for Norm and Jeff.
071003 -
071004 - Seems to be related to changes made the other day when I disconnected
071005 - the code that sets error flag, about line 300:
071006 -
071007 -   -label bL_rStr
071008 -
071009 -     Set flag for condition.
071010 -
071011 -   -if @0 = 0 setcnt 1 1000
071012 -   -if @0 > 0 setcnt 1 1001
071013 -
071014 -     In case someone saved something to it.
071015 -
071016 - -label 78qk
071017 -
071018 - I did this because it seems we have redundant error flags.  If @0 > 0
071019 - should be adequate.
071020 -
071021 - Had to update line line 433, to apply this new switch, so changed:
071022 -
071023 -         -if @47 = 2 -if @1 = 1000 -goto bLsPEc
071024 -
071025 - ...to
071026 -
071027 -         -if @47 = 2 -if @0 = 0 -goto bLsPEc
071028 -
071029 - I do not understand now why there should be a conditional here.  The
071030 - only other place we could be is in the SI.  Does it return there
071031 - with ecur 78?  No, so this code can be changed.
071032 -
071033 - Make line 433 say, and disconnect next 3 lines:
071034 -
071035 - -goto bLsPEc
071036 -    -if @47 = 2 -if @0 = 0 -goto bLsPEc
071037 -
071038 -      Otherwise, just tell the User how to load a spec.
071039 -
071040 -    e Q1
071041 -   -goto bL_e_It
071042 -
071043 - This assumes the error message will occur before we get to line 433
071044 - in the code; and that seems to work properly.
071045 -
071046 -
071047 -
0711 -
0712 -
>