home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BBSDOOR2.ARJ / RASIS201.ZIP / CHANGES.201 next >
Encoding:
Text File  |  1994-12-27  |  8.7 KB  |  203 lines

  1. Changes/Fixes - RASIS 2.01
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. ****************************************************************************
  4. This changes list is a reformatted list of changes made while going through
  5. the five beta versions of RASIS 2.01, I tried to get everything in group
  6. order, but..... read the whole thing, to insure you don't miss something.
  7. ****************************************************************************
  8.  
  9.   GENERAL:
  10.   o  Added a window to Main screen, displays the config file that is
  11.      being used. As RASIS supports multiple config files, I thought this
  12.      might be a worthwhile display.
  13.  
  14.   o RASIS would delete a saved Template File after posting
  15.     the message(s).   FIXED!
  16.  
  17.   o RASIS is now provided in TWO files.
  18.     RASIS.EXE and RASIS.OVR.  Both files must be in the SAME directory.
  19.  
  20.   o Implemeted a DOS File Manager, not "real" fancy, but very useful.
  21.     It is an external companion program, named SISFM.EXE, and can be
  22.     called from within RASIS, from  System -> Tools -> File Manager
  23.     Currently, it cannot be run from the Dos command line.
  24.  
  25.       1. The RASIS Dos File Manager now uses the Internal Viewer to view
  26.          text files in the "List Files" window. This eliminates the need
  27.          to Shell out and run the defined External Viewer
  28.  
  29.   o Installed code so RASIS can check to see if a copy is already
  30.     loaded in memory. Even though the prompt is modified to show this
  31.     fact, a few folks have gone and done it anyway, so now it will NOT
  32.     run if a copy is already loaded, during Dos Shell, or shelling to DOS
  33.     from another program called from RASIS.
  34.  
  35.   o Darn memory requirements keep going up!!  For completly un-fettered
  36.     running, RASIS needs 450kb available memory.  Any less and you will
  37.     probably get the warning message.  Though I have run it with less,
  38.     with no ill effects......
  39.  
  40.   o Yes or No Dialog boxes have been modified to allow the ENTER key
  41.     to represent a YES answer. They now show " (Y/n) " letting you know
  42.     that Yes is the default answer.
  43.     I think I got them all, let me know if I missed one.
  44.  
  45.  
  46.   o Phone Dialer:
  47.      You can now dial either the Voice =or= Data number.
  48.      When the screen is paused, press "V" for Voice or "D" for Data, the
  49.      menu will be created in the proper column.
  50.  
  51.  
  52.  
  53.   o  PRINTER:
  54.      I know what it's like to call for a USER RECORD report, and discover
  55.      that you had slected PRINTER instead of File <grin>
  56.      If the Printer is selected as the current output, the word PRINTER is
  57.      displayed in a BLINKING color.
  58.  
  59.  
  60.   o  SETUP:
  61.      The PATHS entries in SetupSis has been modified, the trailing backslash
  62.      is now ADDED, instead of removed. Of course the RASIS code has been
  63.      changed to NOT add the backslash.
  64.      You MUST run the new copy of SetupSis, select PATHS, and simply press
  65.      <ENTER> on all fields to update them.  Then you may Exit and Save.
  66.      No other changes required at this time.
  67.  
  68.  
  69.   o  Fixed a few stray "Output to File ->" messages when sending report to
  70.      the Screen.
  71.  
  72.   o  New Startup switch (/S) starts RASIS in "To Screen" report mode.
  73.      You can still toggle modes with the F5 function key, or the "Output"
  74.      menu selection.
  75.  
  76.   o  The User Reports, formally a part of the PRINT menu, are now on a
  77.      seperate menu, accessed by selecting "User Reports" from the PRINT
  78.      menu.  The Print Menu now only handles the Labels, Index Cards etc.
  79.  
  80.   o  NEW REPORTS:
  81.        1. Condensed User Report , ToFile = COND_USR.PRN
  82.           Location: Print -> User Reports -> Condensed User Report
  83.           Writes: Name/Handle/Location/Voice-Data Phone/Comment
  84.           This was a requested report by several. Suggestions accepted!!
  85.  
  86.   o  REPORTS <Existing>:
  87.        1. RAL text dump, if there is a Default Yes/No answer for the prompt
  88.           the report displays <Y> or <N> depending on what it is..
  89.  
  90.        2. The File/Message Are reports would not be output if only one
  91.           area was requested. - FIXED -
  92.  
  93.        3. Message Header Report:  Added the JAM PATH if the area is a JAM
  94.  
  95.  
  96.   - MESSAGE POST
  97.  
  98.       o New message macros - available from F4 picklist
  99.         a) @US  - User Security         : from User Record
  100.         b) @L   - User Lastname only    : from RASIS session
  101.  
  102.         c) %I   - Import File:
  103.  
  104.          %Ifilename will import an external textfile into your message as it
  105.          is being posted.
  106.  
  107.          Try it out in a message to youreself, using the supplied sample file,
  108.          IMPORT.TXT
  109.  
  110.          The %I MUST  1. Start in column #1
  111.                       2. Be the only thing on the line, any text following the
  112.                          macro and filename, on that line, will be ignored.
  113.                       3. Have a FULL Path+Filename unless you know the file
  114.                          is in the CURRENT directory.
  115.                       4. There must be NO spaces between the %I and the
  116.                          filename.
  117.  
  118.          If the %I macro is placed in any position other than column one,
  119.          it will be written to the message as literal text.
  120.  
  121.          You "can" use the percent sign (%) elsewhere in the message text,
  122.          it is used literaly unless it is followed by the letter "I"
  123.  
  124.          More "special" commands may be added to the % character later on.
  125.  
  126.        o  Two other macros added also:
  127.            @T will expand to the current System Time in AM/PM format
  128.            @D will expand to a FULL date string, giving Day of Week,
  129.               Full Month Name, Day(1st/th) and full year. Allow enough space.
  130.          When the config program undergoes a major update, these two items
  131.          will be configurable....
  132.  
  133.          The current formats for these are underlined with ^^^^^^.
  134.  
  135.           Time: Am/Pm or 24 hour   8:30 pm -or- 20:30:00
  136.                                    ^^^^^^^
  137.           Date: ##/##/##   - DOW, MONTH DAY, YEAR   -      MONTH DAY, YEAR
  138.           ie:  12/17/94     Saturday, December 17th 1994   December 17, 1994
  139.                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  140.       o  @LIST (NEW)
  141.          Many times a sysop needs to send the same message to several users,
  142.          this cannot be done using the filters, unless those specifi users all
  143.          have the same settings.
  144.          Now, you can send a message to as many as 10 users, with the new
  145.          @LIST feature!  In the TO: field, enter @list, just as you would
  146.          enter @all.
  147.          Once the message has been written, or the template file chosen, you
  148.          will be presented a window where you can enter up to 10 user names.
  149.          Names are validated, and the user list is available, just as is done
  150.          in the Message Post window.
  151.          If sending to less that 10 users, just press ENTER on the BLANK name
  152.          field. See DOC for more info.
  153.  
  154.   NOTE:  Deleting a template file, or Attaching Files to message, are not
  155.          allowed when posting to @ALL or @LIST, if you attempt to answer Yes
  156.          in these fields, and error message will be displayed, and you will
  157.          not be allowed to exit the field until it says No.
  158.          As always, if you write a message at post time, the Temporary
  159.          template file WILL be erased, after all messages are processed.
  160.  
  161.   o  In the Message Post @LIST function, if while entering names,
  162.      you decide you wish to ABORT the message post, enter a "!" without
  163.      the quotes. You will be returned to the TOOLS menu.
  164.  
  165.  
  166.   INTERNAL VIEWER:
  167.  
  168.   An Internal Viewer has been provided, which will allow the wider
  169.   reports to go to screen, the screen may be panned Left or Right, and the
  170.   Home/End etc. keys work as you would expect.
  171.   You may also FIND a string, Find AGAIN, and GOTO LINE.
  172.   ESC key exits the view.
  173.  
  174.   Am not sure just how big a report the viewer will handle, let me know
  175.   what filesize creates an error, if one should occur.
  176.  
  177.   When Output is selected to SCREEN, all reports, EXCEPT the
  178.   Phone List,
  179.   Labels,
  180.   Index Cards,
  181.   will be written to a TEMPORARY file in the current directory, when you
  182.   EXIT the viewer, this file is ERASED.
  183.   Labels and Index Cards will not be allowed to Screen, I cannot see any
  184.   reason to want to do so....
  185.  
  186.   NOTE:
  187.   The internal viewer is ALWAYS used for Reports to Screen. The External
  188.   Viewer you specify in Setup, is now simply available if you want to call
  189.   it.
  190.  
  191.  
  192.   INDEX CARDS: (NEW)
  193.      o New function to print User Index Cards.
  194.        Follows Label Formatting Setup, Filters etc.
  195.        NOTE: It is suggested you setup and save a RIF file with settings
  196.              for printing your index cards.
  197.              See RASIS.DOC for particulars.
  198.  
  199. All the above items are also covered in the RASIS.DOC.
  200. The File Manager is covered in the SISFM.DOC
  201.  
  202. Thanks, Rand-
  203.