Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>read mouse window command</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  READ MOUSE                                                 Window Command
 Purpose..: Execute a READ inside a window
-------------------------------------------------------------------------------
 Syntax...: READ MOUSE [IN WINDOW]

 Arguments: NONE

 Returns..: NIL

 Remark...: This command will execute a normal Clipper READ in a
              FreshWin window. If the window moves the GET(s) will
              move as well. If the window is closed, the GET(s)
              will be terminated.

              There are a number of other READ MOUSE functions that
              you can be used. They have been designed to comply with
              NANTUCKET standards on modifying the GET system. Although
              they are not related directly to use in a window, they
              are listed here for your convenience. You can see how
              they are constructed by looking at FW_GETS.CH. They are:

                      READ MOUSE SAVE

                      READ SAVE MOUSE

                      READ MOUSE

                      READ MOUSE [<clauses,...>] WITH CURSOR [<x>]

 Note.....: An important reminder is that you must link
              in getsys02.obj in order to ensure a smooth
              transition. This object file is supplied to you by
              NANTUCKET. If you do not have it, give them a call
              and get on their case.

 Source...: FW_GETS.CH
-------------------------------------------------------------------------------
 Example..: You can set up a READ MOUSE with window support.

            ...
            READ MOUSE IN WINDOW


See Also:

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson