The Main Screen
Main Menu
Listings
The Report Screen
Report Menu
reg and mlist - To and Fro
On invoking 'mlist' you see these fields:
Four affiliations are reserved for use by reg:
If current ordering is not "Name" then
it is shown in the upper right hand corner of the main screen.
Here is where you get all kinds of lists of information.
The listings screen offers several choices:
List #3 seems to be the optimal one but must be printed in landscape mode.
You can print it from the Internet Explorer web browser
but first do these two things:
Note: To see the browser menu you may need to press the Alt key.
Now you can print the phone list (with Control-P or File => Print).
Once you are finished printing these phone lists you should
(for privacy concerns) delete them by pressing this:
If a long line in List #1 or #3 causes a wrap around there is
a way to remedy it. Putting a star/asterisk (*) at the end of
the first address field will cause the entire address to be
shown in a smaller font. After the change you will
need to regenerate the list, of course. The more stars (*) you
put at the end the smaller the font will be. Max of 4.
Note that this list will include many things that are just fine.
It may show people that need to be partnered (although doing this without
their permission may lead to some trouble - perhaps do it only if
the last names are the same?).
The task is to find the worthwhile nuggets amongst the considerable cruft.
This is a labor intensive task and may not be worth it.
It may, however, save a lot on printing and mailing costs.
Since the listing is quite long, actually printing it out is NOT recommended.
Better to print it with the ftp 'printer' (see below).
Below this is another tally showing how many years
people have been in the mailing list along with a running total.
It uses the DATE_ENTRD and DATE_UPDAT fields to do this tally.
Note that a big purge by date was done at some point.
Both of these are of questionable use but are sort of fun to look at.
How this all happens is determined by the fields below:
Affiliations of $ and S indicate that the person has some
kind of bad credit standing with the center. This is checked
for during 'by hand' registrations but not online registrations.
The Main Screen

Three affiliations are reserved for use by mlist:
Main Menu
At the bottom of the main screen are a series of menu choices.
Choose one by typing the capitalized letter in the word.
Each choice is explained in turn below:

You should enter an existing affiliation that you want to change.
You can leave this blank to remove the affiliation entirely.
Continue?
This step allows you to verify the descriptions of the affiliations you entered.
Answer 'Y' if you want to proceed. The action you requested
will be applied to ALL records.
(Note that this is 'O' and then 'N' - unlike reg.)
This web site allows
anyone in the world to give us their information for mlist. The reception
office staff is notified by email that there are records waiting
to be imported. This oNline command will automatically
bring the data into mlist. You are notified how many records
were imported and the last one imported is shown.
It is advisable to check all of them for duplicates.
Listings

Set the orientation to Landscape.
Also set the margins here.
You might want larger Top/Bottom
margins so you can put the list into a 3 hole binder.
Tools => Internet Options => Advanced.
Scroll down until you see 'Printing'.
Check 'Print background colors and images'.
Finally, click OK.
This actually deletes all files that anyone has put in the printer directory.
They can always be regenerated and no one should count on them remaining there.
www.mountmadonna.org/printer/yourname.txt
where 'yourname' is replaced by your unix login name.
After you view or print the file here you can delete
it by pressing the "Delete Them!" button above in the
discussion of the phone list.
To Whom? jon@lala.com, mary@nono.org, here@there.net
The Report Screen
This is a dialog that facilitates the creation and execution
of generalized listings also called reports. Execution of a report
causes a subset of mlist
records to be selected, sorted, and directed to a destination.
For example, you can get a listing of all people whose zip code is either
95060 or 95062 who have a Y in their Affiliation field. The listing
can be in order by their last name and include the name and the home
phone number. This listing can be sent by email.

Report Menu
These menu commands are offered at the bottom:

reg and mlist - To and Fro
Information is passed back and forth from reg to mlist and vice versa.

Using a true relational SQL server will likely make the
above easier by keeping the mlist demographics only in the mlist
table and having a foreign key to it from the reg table.
However it is done, the above functionality needs to happen.