home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / pmphonef.zip / PMPHONE.DOC next >
Text File  |  1993-09-18  |  7KB  |  143 lines

  1.  
  2.                                   PMPHONE
  3.                        A Presentation Manager Utility
  4.                           *** FREEWARE VERSION ***
  5.                             ver. 1.01 ( 32 bit )
  6.  
  7.  
  8. ***** IMPORTANT! IF you are upgrading from another ver. read notes below *****
  9.  
  10.  
  11. PMPHONE
  12.    This PMPHONE version is a FREEWARE version!  Please do upload to any
  13. bulletin boards you wish to!
  14.    PMPHONE is a simple dedicated telephone dialer/database.  This version is
  15. a 32 bit app compiled with C++ for OS/2 by Borland.  This version is can
  16. store up to 50 records.  The COMMERCIAL version can store up to 500 records.
  17. That is the only difference between the two.  The COMMERCIAL version  is avail-
  18. able for $15.00 check, cash, or money order at the address below.
  19.    PMPHONE is installed by simply copying the pmphone.exe file to any diret-
  20. ory and using a template to put it on the desktop.  Alternately, you could
  21. use the migration utility to put it on the desktop or run it from the command
  22. line.
  23.    When PMPHONE is ran for the first time it creates 2 extra files in the
  24. directory it was copied to.  It creates pmphone.dat which is a data file that
  25. will hold all the phone numbers, names, and addresses you enter.  It also
  26. creates pmphone.ini which will hold any set-up data and the screen position
  27. of the program when it is terminated.
  28.    When you activate PMPHONE for the first time, the list box on the main
  29. window is empty.  You should first click on Set Up on the menu bar and con-
  30. figure it for your desktop.  Only two things to choose from.  Set your com
  31. port and check the check box if you have a rotary dial phone.  Touch Tone is
  32. the default setting.  If you are not sure what com port your modem is on
  33. just keep trying until you get it.  It will just shut down with a warning
  34. message if the wrong com port is chosen. After completing the set up then
  35. press the SAVE button to save it to pmphone.ini.
  36.    Phone numbers ( records ) can be added by pressing the ADD button at the
  37. bottom of the programs main window.  Type in a name and a phone number.  You
  38. should also type in an address or additional information in the third field.
  39. When you are done press the OK button to save or the CANCEL button to cancel.
  40. You must put something in the name and phone number fields to save a record
  41. and you should put something in the address, also.  If you don't have any
  42. data for one of the fields just put NONE or N/A.
  43.    There are also DELETE and DIAL buttons on the bottom.  If I really have
  44. to tell you what these are for then you need to go back to DOS or Nintendo.
  45. Just highlight the selection you want with the mouse and do what comes al-
  46. most naturally.  Selections can also be dialed by double clicking directly on
  47. the selection you want.
  48.    If you use Touch Tone you could pick the phone before you dial but ( at
  49. least on my phone ) with Rotary dial you must let it finish dialing before
  50. you pick up the phone.  With Touch Tone you can click the OK pushbutton as
  51. soon as it finishes dialing ( if you have the phone off the hook ) or wait
  52. until the party answers.  With Rotary dial you MAY have to wait until the
  53. party answers.  Experiment and find out.  It seems to vary on some systems.
  54.    On the Utils menu selection you'll find selections to View, Edit, or Save
  55. all your records in an ascii file.  These seem self explanatory so I won't
  56. elaborate.
  57.    The Find selection on the menu bar is a search utility.  Activate it,
  58. choose what field you want to search ( default is Name ), check case sen-
  59. sitive if you want it, then enter what you want to search for.  You can enter
  60. one letter ( or numbers ) or a whole phrase.  Then press the OK button to
  61. start a search.  It will ( one at a time ) show you every record that it
  62. finds that has a match to the entry you made.  You can press the CONTINUE
  63. button after it locates a match to continue the search or the QUIT button
  64. when you find the record you are looking for.
  65. *****************
  66. ****** NEW ******
  67. *****************
  68.    NEW with this version, 1.01, is the ability to load in records from ascii
  69. files instead of doing it one at a time with the add button.  Just create a
  70. standard ascii file and adhere to the correct format.
  71.    The proper format for an ascii file should have no empty lines at the be-
  72. gining.  Each record should start with a line for the name, then a line for
  73. the telephone number, then at least 1 line but no more than 4 lines for the
  74. address.  Each record should be followed by an empty line to separate
  75. them.  The last record should also be followed by an empty line.  Sounds a
  76. lot more complicated than it really is.  Below is an example :
  77.  
  78. ---------------------------------------------- // top of file
  79. Gary L. Robinson                               // first line
  80. 1-800-HELP
  81. 600 D. Mumford Dr.
  82. Troy, OH 45373
  83.  
  84. OS/2 Help Center
  85. 1-333-3333
  86. NONE
  87.  
  88. Sherlock Holmes
  89. 000-0000
  90. 221 Baker St.
  91. London, ENG
  92. Fictional Character
  93. Author - A. Conan Doyle                        // no line longer than 28 char.
  94.  
  95. Bill Gates
  96. 000-0000
  97. 1 Microsoft Way
  98. Redmond, WA
  99. Busily working on Win-
  100. dows ver. 4.0
  101.  
  102. Pastry Shop
  103. 234-5678
  104. 316 Sugar High Dr.
  105. Troy, OH 45373
  106. Best donuts in town
  107.                                                // last line empty
  108. ---------------------------------------------- // bottom of file
  109.  
  110.    Generally, you should not have any line over 28 characters long.  This
  111. varies depending on the default font on your system and exactly what charac-
  112. ters are used.  So this is not an entirely hard and fast rule.
  113.     After you have a file ready to load into the PMPHONE database just click
  114. on the Utils menu, select 'Import file', then type in the full path and file
  115. name of the text file you have created.  If you have formatted the file as
  116. above then it should work.  I say should, because I have no giant staff to
  117. test my software and while I have tested it many times - you never know.  If
  118. for some reason it does not work properly or you made mistakes in the ascii
  119. file you had created just erase the file PMPHONE.DAT.  Correct any mistakes
  120. to the ascii file and try again.  I would appreciate any information you can
  121. give me if you find any bugs lurking around in this feature.
  122.  
  123. ***** UPGRADE NOTES *****
  124.    If you are upgrading from either a shareware version or an earlier com-
  125. mercial version be sure to save all your records to file before you take the
  126. old version off your machine!  Then erase PMPHONE.EXE, PMPHONE.DAT, and
  127. PMPHONE.INI  This version ( 1.01 ) cannot use the old version's data file but
  128. if you save all your records to a file, RECORDS.DOC for example, using the
  129. 'save to file' feature in the old version of PMPHONE then you can use the
  130. 'Import file' feature to load in all your old numbers to this new version of
  131. PMPHONE.
  132. *************************
  133.  
  134.    That's all there is to it.  Any comments , orders for the commercial version,
  135. or suggestions for new features may be sent to the address below or posted on
  136. Genie to : G.ROBINSON13
  137.  
  138.                              Gary L. Robinson
  139.                              600 Mumford Dr.   Apt. D
  140.                              Troy, OH 45373
  141.  
  142.  
  143.