home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / Basic / VWEZ60.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1992-11-11  |  11.6 KB  |  278 lines

  1.  
  2.  
  3.  
  4.  
  5.                       **  MISCELLANEOUS INFORMATION **
  6.  
  7.  
  8.      1.  To print the manual at the DOS prompt enter:
  9.  
  10.          PRNTDOT       ( For most printers )
  11.          PRNTLAS       ( For HP compatible laser printers )
  12.  
  13.          PRNTDOT.BAT or PRNTLAS.BAT and WIND_REZ.DOC must be in the
  14.          default drive and current directory.
  15.  
  16.  
  17.      2.  To print the quick reference guide ( enhanced version
  18.          only ) at the DOS prompt enter;
  19.  
  20.          PRNTDOT2     ( For most printers )
  21.          PRNTLAS2     ( For HP compatible laser printer )
  22.  
  23.          PRNTDOT2.BAT or PRNTLAS2.BAT and QUICKREF.DOC must be in
  24.          the default drive and current directory.
  25.  
  26.  
  27.      3.  To run the demonstration program at the DOS prompt, enter:
  28.  
  29.                                 DEMO
  30.  
  31.  
  32.      4.  NOTES FOR BASIC 7.1 AND VBDOS 1.0 USERS. ( ENHANCED VERSION )
  33.  
  34.          Do not use unnamed COMMON blocks in your program.  If your
  35.          program requires unnamed COMMON blocks see the section
  36.          "Important notes for BASIC 7.1/ VBDOS users." in the
  37.          documentation.
  38.  
  39.  
  40.      5. NOTE FOR BASIC 7.1 AND VBDOS USERS.  ( UNENHANCED VERSION )
  41.  
  42.          Do not use unnamed COMMON blocks in your program.  The
  43.          enhanced version of WINDOWS R-E-Z provides the ability to
  44.          use unnamed COMMON blocks.
  45.  
  46.  
  47.      6.   Compatibility issues:
  48.  
  49.           NOTE: To assure compatibility with earlier versions replace
  50.           the declare statements in programs written with earlier
  51.           versions with the DECLARE.INC file included with version
  52.           5.10.  This will assure argument matching.  Failure to do
  53.           this can result in the program crashing.
  54.  
  55.           SEE UPDATE.DOC FOR CHANGES IN VERSION 6.00
  56.  
  57.           The following routines were changed or added in version
  58.           5.10 and are not compatible with earlier versions. Program
  59.           revisions are necessary for programs incorporating earlier
  60.           versions.  ( SEE WIND_REZ.DOC AND UPDATE.DOC FOR DETAILS )
  61.  
  62.           - SETWIND has two less arguments.  Routine SETSCRL now sets
  63.             scroll and pulldown window parameters.
  64.  
  65.           - Routine SCRLWIND has new arguments specifying the line and
  66.             column placement of the entries.
  67.  
  68.           - Routine PULLDOWN has two new arguments. One sets the
  69.             allowable "exit keys". This replaces the argument added in
  70.             version 5.00 which suppressed exit on ESC.  The other
  71.             returns a value representing the key used to exit.
  72.  
  73.           - Routine GETANS has two modes of operation. To use as in
  74.             previous versions argument ANS$ MUST equal "" on entry.
  75.  
  76.  
  77.           The following routines were changed or added in version
  78.           5.00 and are not compatible with earlier versions. Program
  79.           revisions are necessary for programs incorporating earlier
  80.           versions.  ( SEE WIND_REZ.DOC AND UPDATE.DOC FOR DETAILS )
  81.  
  82.           - SETWIND has less arguments.  Routine INPTINIT now sets input
  83.             parameters.
  84.  
  85.           - Routine INPTINIT must be called once in any program
  86.             prior to calling input routines INPTWIND and MULTINPT.
  87.  
  88.           - Two arguments in routine MULTINPT have different
  89.             responsibilities.
  90.  
  91.             o The values for the exit keys in argument RKEY% have
  92.               been expanded.  All exit possibilities are resolved
  93.               via argument RKEY%.
  94.  
  95.             o Checking for exit strings AUTO, FIXED, PGUP, PGDN,
  96.               ESC, and F1 to F10 is no longer required or possible
  97.               via old argument EXIT$.  EXIT$ is changed to CODE$
  98.               in version 5.00.  It determines the type of multi-
  99.               field input screen on input.
  100.  
  101.              Ver. 5.00 (argument RKEY%)    Previous versions (EXIT$)
  102.  
  103.               1 to 10                           "F1" to F10"
  104.               11                                "PGUP"
  105.               12                                "PGDN"
  106.               27                                "ESC"
  107.               32                                "FIXED"
  108.               Use value returned by argument    "AUTO"
  109.               AUTOEXIT% to check for auto-exit
  110.               fields. If field #1 was defined
  111.               as auto-exit and AUTOEXIT% = 1, on
  112.               exit, MULTINPT was exited with
  113.               the cursor residing in, or leaving
  114.               auto-exit field #1. If AUTOEXIT% = 0,
  115.               on exit, the field was not an auto-
  116.               exit field or was auto-exit, on
  117.               change, and the data was unchanged.
  118.  
  119.           - Argument RK% in routine INPTWIND returns different values
  120.             conforming to the exit key representation in routines
  121.             SCRLWIND and MULTINPT
  122.  
  123.             RK%                         EXIT KEY
  124.  
  125.             1 to 10                     F1 to F10
  126.             11                          PGUP
  127.             12                          PGDN
  128.             13                          RETURN (ENTER)
  129.             27                          ESC
  130.  
  131.           - Routine RSTRINPT must be called after a call to routine
  132.             INPTWIND if the area under the active input window is to be
  133.             restored and the active input window is to be deactivated.
  134.  
  135.           - The menubar definition for pulldown windows no longer
  136.             requires a separate argument in routine SETPULL.
  137.  
  138.           - The array defining pulldown windows in routine SETPULL
  139.             has been changed to include the menubar selections,
  140.             info-line text for the menubar selections, and the
  141.             individual pulldown window selections.
  142.  
  143.           - Routine PULLDOWN has two new arguments. One allows the
  144.             choice for exit on the ESC key.  The other represents
  145.             the text for the info-line for pulldown window selections.
  146.  
  147.           - Routine RSTRPULL must be called after routine PULLDOWN
  148.             if the display area under the active pulldown window,
  149.             on exit from routine PULLDOWN, is to be restored and
  150.             the active pulldown window is to be deactivated.
  151.  
  152.           _ Routine SCRLWIND has three additional arguments.
  153.  
  154.             o Argument INFO$() is an array holding the data for the
  155.               info-line for the selections in the scroll window.
  156.  
  157.             o Argument TL$ hold the title for scroll windows with a
  158.               title box.  Using TL$ allows a title longer than the
  159.               windows width for virtual scroll windows.
  160.  
  161.             o Argument RK% represents the key used to exit the scroll
  162.               window.
  163.  
  164.               RK%                       EXIT KEY
  165.  
  166.               13                        RETURN or auto-exit match
  167.               14                        SHIFT TAB ( Single mark only )
  168.               15                        TAB       "                  "
  169.               27                        ESC
  170.  
  171.           - The current directory returned by routine FINDPATH no
  172.             longer always ends with a "\".  DOS specifications
  173.             are now followed.
  174.  
  175.           - The argument in routine FINDDIR which specifies the path
  176.             no longer must end with a "\".  The argument now follows
  177.             DOS specifications.
  178.  
  179.  
  180.           The following routines were changed in version 4.20 and
  181.           are not compatible with earlier versions.  Minor program
  182.           revisions are necessary for programs incorporating
  183.           earlier versions.  ( SEE WIND_REZ.DOC FOR DETAILS )
  184.  
  185.           - SETWIND has an additional argument which specifies the
  186.             date format for input routines.
  187.  
  188.           - SETPULL has three additional arguments.  These arguments
  189.             set the menubar's top row and left column position and the
  190.             menubar's width.
  191.  
  192.           - INPTWIND has an additional argument.  It is used to deter-
  193.             mine if the RETURN key or ESC key exited the routine.
  194.  
  195.           - MULTINPT has an additional argument.  It is used to deter-
  196.             mine which key exited an autoexit field.
  197.  
  198.           The following routine was changed in version 4.10 and
  199.           is not compatible with earlier versions.  Minor program
  200.           revisions are necessary for programs incorporating
  201.           earlier versions.  ( SEE WIND_REZ.DOC FOR DETAILS )
  202.  
  203.           - SETWIND has an extra argument to disable the scroll window
  204.             direction arrow.
  205.  
  206.           - After a window is made or saved it must be deleted via
  207.             RSTRWIND or DELWIND before the number assigned to the window
  208.             can be used by again MAKEWIND or SAVEWIND.  This prevents a
  209.             window from being accidently "made over itself".  Failure
  210.             to delete a window before using the window number again
  211.             will result in an ERROR 8 - WINDOW PRE-EXISTS.
  212.  
  213.  
  214.           The following routines were changed in version 4.00/.01 and
  215.           are not compatible with earlier versions.  Minor program
  216.           revisions are necessary for programs incorporating
  217.           earlier versions.  ( SEE WIND_REZ.DOC FOR DETAILS )
  218.  
  219.           - GETANS, PULLDOWN, and INPTWIND have an extra argument
  220.             for border designation.
  221.  
  222.           - SETWIND now has five argument designating windowing
  223.             speed, default sound, window shadow color, high intensity
  224.             display for PULLDOWN and SCRLWIND, and the type of decimal
  225.             point ( period or comma for some non-USA users ).
  226.  
  227.           - SCRLWIND no longer has a argument for the window number
  228.             as it acts upon the active window.
  229.  
  230.           - SETINPT has an extra argument specifying the color of the
  231.             active field for MULTINPT.
  232.  
  233.           - FINDDIR has one less argument as it no longer has to
  234.             place the directory listing in a string.
  235.  
  236.           - SETSOUND is no longer required due to changes in SETWIND.
  237.  
  238.           - CHNGFAST is no longer required due to changes in SETWIND.
  239.  
  240.           - FILLDIR is no longer required due to changes in FINDDIR.
  241.  
  242.           - The argument designating the code ( CODE$ ) for INPTWIND
  243.             has changed.
  244.  
  245.           - The argument designating the type of directory search
  246.             ( TYPE$ ) in FINDDIR has changed.
  247.  
  248.  
  249.           The following routines were changed in version 3.60 and
  250.           are not compatible with earlier versions.  Minor program
  251.           revisions are necessary for programs incorporating
  252.           earlier versions.  ( SEE WIND_REZ.DOC FOR DETAILS )
  253.  
  254.           - PULLDOWN has an extra argument which sets the color of
  255.             the key character for the items in the pulldown window.
  256.             PULLDOWN no longer returns the selected menubar string
  257.             and pulldown window string to the calling program. It
  258.             returns the sequential number of the selected menubar
  259.             item and selected pulldown window item.
  260.  
  261.           - SCRLWIND has an extra argument which sets the color of
  262.             the key characters for the items in the scroll window.
  263.             SCRLWIND no longer returns the selected string.  It re-
  264.             turns the sequential number of the string in the scroll
  265.             window.
  266.  
  267.  
  268.           The following input routines changed in version 3.40,
  269.           are not compatible with earlier versions.  Minor program
  270.           revisions are necessary for programs incorporating
  271.           earlier versions.  ( SEE WIND_REZ.DOC FOR DETAILS )
  272.  
  273.           - INPTWIND and SETINPT have an extra argument defining
  274.             allowable characters for RESTRICTED fields.
  275.  
  276.           - MULTINPT has an additional argument which determines
  277.             if all fields or single fields are updated.
  278.