[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::atarist

Title:Atari ST, TT, & Falcon
Notice:Please read note 1.0 and its replies before posting!
Moderator:FUNYET::ANDERSON
Created:Mon Apr 04 1988
Last Modified:Tue May 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1433
Total number of notes:10312

878.0. "Address book software needed" by PRNSYS::LOMICKAJ (Jeffrey A. Lomicka) Tue May 29 1990 17:00

I need a program for keeping an up-to-date on-line address book.  I
require that the program allow me to feed it my existing database from
an ascii file without retyping it, and that it have easy ways of
printing out the database so that I can keep a paper copy in the desk drawer.

Any ideas?
T.RTitleUserPersonal
Name
DateLines
878.1Half thereOLDTMR::WALLACETue May 29 1990 18:454
I use one that works fairly well, it will dial numbers, print a phone book.
But the only way to enter data is via the keyboard.

	Ray
878.2Haba (ugh) DexBAGELS::FELDMANJerry Feldman DTN 227-3279Tue May 29 1990 20:525
    The old HABADEX works reasonably well. Unfortunately, the disk  is copy
    protected requiring one to execute the program from a floppy. The data
    files, I believe, can be on HD. It works like an index book. Alan Glick
    kept all his AtariFest stuff on it. The advantage is that it has a
    built in phone dialer.
878.3STfinder.ARCMGOI01::FALKENSTEINso many girls, so little time...Wed May 30 1990 07:0410
    
    There's a PD program called "Streetfinder" somewhere in the net.
    I copied it some time ago (is it in your directory, Ray?).
    It works both as an accessory as well as a *.PRG. You may type in
    the addresses, search and print them and also the datafile is in
    ASCII-format to add or edit addresses with e.g. Wordplus.
    
    Bernd
    
    
878.4Good ideas so farPRNSYS::LOMICKAJJeffrey A. LomickaWed May 30 1990 15:314
STFINDER sounds interesting, I will hunt around for it.  A copy
protected address book program would be incredibly inconvienent, so
Habba can eat dust.

878.5HABADEX and STFINDERBAGELS::FELDMANJerry Feldman DTN 227-3279Wed May 30 1990 17:348
    That's why HABA is no longer in business. Most of the stuff they
    produced was garbage, and some of the better stuff was a pain to use
    because of the copy protection. 
    
    I recently wrote a program to extract data from HABADEX. HABADEX does
    not have a way to export the files. You might want to check with Dave
    Sheibley, our librarian. We may have STfinder on one of our pd disks.
    If I have it at home, I'll bring it in and email it to you.
878.6still aroundJARETH::GILLIAMWed May 30 1990 19:132
    They're still in business. They write software for the PC and the MAC.
    
878.7Here's ADDRSSBK and it's data file formatOLDTMR::WALLACEWed May 30 1990 19:2036
After enterying .1 I realized that it didn't matter if the program had a
mechanism for reading a file, as long as it's data file format was easily
reproducible. So I checked and sure enough it is just an ascii file.

The program is ADDRSSBK and can be copied from -
	OLDTMR::$1$DUA8:[WALLACE.PUBLIC.ST]ADDRSSBK.ARC


The file format is straight forward and any ascii address list you have could
easily be converted with a simple uEmacs keyboard macro. The data file
consists of -
	A number of records all terminated with CRLF.

	Each field in a record is enclosed in double quotes.

	All fields of a record are upper case and are seperated by a comma.

	A field can not have a comment in it (the program converts commas
	to slashes).

	The first record in the file has one field which is the number of
	records in the rest of the file.

	All subsequent records contain seven fields, NAME, ADDRESS, CITY,
	STATE, ZIP CODE, PHONE NUMBER, and COMMENT in that order.

Example file -
"2"<CR><LF>
"R WALLACE","23 6TH AVE","LEOMINSTER","MA","01453","555-1212","MODERATOR"<CR><LF>
"FIRST LAST","7 MY ST","NOWHERE","MA","01752","555-1313","NOT REAL"<CR><LF>


For maximum lengths of fields just run the program once and look at the fields
on the screen.

	Ray
878.8will be uploaded...MGOI02::FALKENSTEINso many girls, so little time...Fri Jun 01 1990 07:4715
    
    
    Jeff, I you haven't found Streetfinder yet, I'll upload it this
    afternoon to
    
    MUNEDI::$1$DUA3:[FALKENSTEIN.ATARI.ADDRESS]*.*
    
    The default path on the original was set to A:\ for the datafile.
    I changed this in the uploaded version to C:\. If you need another
    default path, take a diskmonitor which may select files and search
    for the string "st_find.dat" through the ADDRESS.PRG or ADDRESS.ACC.
    Then you can change the path with the diskmonitor.
    
    Bernd
    
878.9High Resolution Problem TMCUK2::CMITCHELLMon Jun 25 1990 16:206
	I have tried both the address books mentioned in this note but, sitting
here at my office desk, I cannot remember which is which...However, the one that
looks like a real address book, with turning pages, seems very good but is
written for a high resolution screen and I lose the lower third(?) off the
bottom of the screen (including the command windows, etc.)...Is there any fix
for this?