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


S U M M A R Y


DIARY: December 17, 1997 09:22 AM Wednesday; Rod Welch

Modify code that specifies drive where SDS records and docs are stored.

1...Summary/Objective
2...08150 - No Changes for Other User Program Set Up
3...000002 - Allow Docs for Projects to Be on any Drive
4...000006 Eliminate Macro 522 for Specifying Location of Data Drives
5...0150 - Custom Drive Specification for Data Files
6...047020 - Reset call to File for Specified Drive


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

CONTACTS 

SUBJECTS
Config File to set data drive
Initialization, 04702
Config File to set data drive
User specified drive letter

1206 -    ..
1207 - Summary/Objective
1208 -
120801 - Follow up ref SDS 3 2317, ref SDS 2 4557.
120802 -
120803 - Considered disconnecting code that lets users specifiy the drive for
120804 - storing SDS records and documents, so I can create an alternate set of
120805 - some documents on e: drive.  Instead, changed code to avoid changing
120806 - from e drive to f, but if another drive is entered, the code will
120807 - still change it to f.
120808 -
120809 -
120810 -
120811 -
1209 -
1210 -
1211 - Analysis
1212 -   ..
121201 - Today, I need to store a duplicate of some project document
121202 - files on e: instead of f: so we have a set of HTML files. ref SDS 4
121203 - 3471
121204 -
121205 -     We did not encounter this problem with the SDS records, because
121206 -     the conversion occurs entirely in code and so we never have to
121207 -     access the SDS record files on e.  Documents are more custom and
121208 -     so we need to be able to open them from SDS records.
121209 -
121210 - The code created on 961003, ref SDS 2 3498, made all project files on
121211 - f: so even if I enter e: above, I cannot open them.
121212 -
121213 - So today, I am deleting this feature.
121214 -
121215 - Wound up changing my mind.  Modified the code to avoid changing to the
121216 - f drive if the start drive is e.
121217 -
121218 -
121219 -
121220 -
1213 -
1214 -
1215 - 08150
1216 -
121601 -  ..
121602 - 08150 - No Changes for Other User Program Set Up
121603 -
121604 - Line 530 -label lp1, ref OF 4 2414, about 70 lines below, this is
121605 - where the code is located that at one time set everything to C:.  I
121606 - unplugged it on 941003, ref SDS 2 2060, because of the 015 macro that
121607 - let users have their data on other drives.
121608 -
121609 - Line 170 -label del015, ref OF 4 2337, code to delete from the list of
121610 - sd 03 files to be converted to c: drive, the new macro sd 03 015.
121611 -
121612 -    Looks like there is no reason to change this code, since for time
121613 -    being will keep 015, even though it is not active.
121614 -
121615 -
121616 -
121617 -  ..
1217 -
1218 -
1219 - 000002
1220 -
122001 - 000002 - Allow Docs for Projects to Be on any Drive
122002 -
122003 - Line 605 -entry 521, ref OF 6 6798, about 30 lines below, this is
122004 - the call to macro 522 that makes the conversion from the drive shown
122005 - in the record to the value specified in macro file 015.
122006 -
122007 - Considered disconnecting this, since it would also save memory, but
122008 - finally decided not to do so.
122009 -
122010 - Line 650 -entry 522, ref OF 6 3831, considered disconnecting this, but
122011 - for time being will try to use a different directory for HTML docs.
122012 -
122013 - Added conditionals to -exit if it is the e drive rather than change
122014 - the drive settings.
122015 -
122016 -
122017 - 000006  Eliminate Macro 522 for Specifying Location of Data Drives
122018 -
122019 - Line 3040, ref OF 6 8499, -label bP0163, this called macro 522 for
122020 - opening files in the Reference field of SDS records.
122021 -
122022 - It is disconnected.
122023 -
122024 -
1221 -
1222 -
1223 - 0150
1224 -
122401 -  ..
122402 - 0150 - Custom Drive Specification for Data Files
122403 -
122404 - Follow up ref SDS 2 5973 and ref SDS 3 2936.
122405 -
122406 - Line 5 ref OF 1 5705, Think for the time being I will keep the feature
122407 - about location of the d: drive and eliminate the control of project
122408 - documents.
122409 -
122410 - Actually, decided to eliminate this, because we do not have enough
122411 - users for this to be an issue.
122412 -
122413 - No, changed my mind and will keep all this for now and will try
122414 - putting project documents in another directory.
122415 -
122416 -
122417 -
122418 -
122419 -
122420 -
1225 -
1226 -
1227 - 047020
1228 -
122801 - 047020 - Reset call to File for Specified Drive
122802 -
122803 - Line 1045 -label Exectv, ref OF 2 4128, about 40 lines below, per work
122804 - on 960317, ref SDS 3 4032, call macro file 015, to set the drive
122805 - letters for storing data.
122806 -
122807 -
122808 -
122809 -
122810 -
122811 -
122812 -
122813 -
1229 -