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


S U M M A R Y


DIARY: February 20, 2001 04:48 AM Tuesday; Rod Welch

SDS add telephone to sender address for writing a letter.

1...Summary/Objective
2...000009 Entry 1821 Locate Specified Person in Contact Record
3...050110 Add Suppression to BCC Field


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

CONTACTS 

SUBJECTS
Telephone Number for Sender Organization
Load CNS records to Editor, 910315

0504 -    ..
0505 - Summary/Objective
0506 -
050601 - Follow up ref SDS 14 Y3P1, ref SDS 11 MS4W.
050602 -
050603 - Need to change 000009 to include the telephone number for
050604 - organizations when we write a letter.
050605 -
050606 - Remove beeps from SDS since it is annoying, except in key places,
050607 - like knowing the cut file is open.
050608 -
050609 -
050610 -
050611 -
050612 -
0507 -
0508 -
0509 - Progress
0510 -
051001 -  ..
051002 - 000009  Entry 1821 Locate Specified Person in Contact Record
051003 -
051004 - Follow up ref SDS 6 2891.
051005 -
051006 - Line 930, ref OF 6 7Y6H, -label csopOK trying debug here.
051007 -
051008 - Line 980, ref OF 6 UZ4I, -label aoRecrd trying debug here.
051009 -
051010 -      Trying debug here.
051011 -
051012 - Line 1080, ref OF 6 4V9H, -label edlA this code loads the address to
051013 - an editor file. trying debug here.
051014 -
051015 - Line 1310, ref OF 6 TU5K, -label suefA code to capture phone number
051016 - and cycle back to enter it into the editor file.
051017 -
051018 - Try debug here.
051019 -
051020 - We have the code we want, but we want the phone number to be above
051021 - the country, when a country is entered.
051022 -
051023 - Actually, will not do it this way.  The country is usually a longer
051024 - string than the phone number.  In the case of USA, we can spell out
051025 - United States
051026 -
051027 -
051028 - Line 2460, ref OF 6 WD7M, -label sopni
051029 -
051030 -     This is were the address has been completed and so the screen has
051031 -     been restored to the bottom of the address, so if a phone number
051032 -     was entered, it is on the line above.
051033 -
051034 -     The code thes calls macro....
051035 -
051036 -                     @c:\sd\03\0501 #3
051037 -
051038 -     ....which is the processor that launched the op.  We have run out
051039 -     of RAM, so remaining code is in in 0501.  This code can remove the
051040 -     phone number from the address in correspondence, per below.
051041 -     ref SDS 0 QC7K
051042 -
051043 -
051044 -
051045 -
051046 -
0511 -

SUBJECTS
Letter Format, BCC, 0501
Plannng Concepts
Concepts Security and Privacy, SDS Records
Suppress BCC Field in Correspondence on Web, 0501

0807 -
080701 -  ..
080702 - 050110  Add Suppression to BCC Field
080703 -
080704 - Line 270, ref OF 3 DG8H, -label 9r3 about 130 lines below.
080705 -
080706 -     Macro 0501 that creates format for writing a letter, includes a
080707 -     BCC field, for listing copies to people, which are confidential.
080708 -     Initially, we tried to delete this field manually, prior to
080709 -     calling the function in 0122 that formats a file for publication,
080710 -     but this has proven to be inconsistent.  When the 0122 function is
080711 -     called to create the HTML format for the Internet, the BCC field
080712 -     is not visible on the screen.  When time is short, checking for a
080713 -     BCC field is forgotten.  Tried to add suppression flags in 0122,
080714 -     but that has not worked.
080715 -
080716 -     Therefore, added suppression commands // to the beginning and end
080717 -     of BCC field so this is always removed from a letter when
080718 -     published on Internet.
080719 -
080720 -  ..
080721 -
080722 - Line 470, ref OF 3 2337,
080723 -
080724 -     Address is entered at this location by calling....
080725 -
080726 -                      macro 1305
080727 -
080728 -     ...which is in 000009
080729 -
080730 -  ..
080731 - Line 560, ref OF 3 LD8M, -label Deear
080732 -
080733 -     Added code here to check to see if a phone number was entered,
080734 -     and if so, to delete it.
080735 -
080736 -
080737 -
080738 -
080739 -
080740 -
080741 -
080742 -
080743 -
080744 -
080745 -
080746 -
080747 -