Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Mach SIx v1.1c - Reference Guide - <b>refresh filter - refreshes the active filter on shared files</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  REFRESH FILTER   - Refreshes the active filter on shared files
-------------------------------------------------------------------------------

  Syntax:

  REFRESH FILTER

  Description:

  The REFRESH FILTER command allows you to control when the internal
  filtered record list maintained by Mach SIx is updated for shared
  files.

  ---------------------------------| EXAMPLE |--------------------------------
  /*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  *  Demonstrates the REFRESH FILTER command.                               *
  *::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

   #include "DBFSIX.CH"
   #include "MACHSIX.CH"

   USE Names SHARED INDEX Name, Salary, State, Date

   //............................................set filter condition
   SET FILTER TO State = "CA"

   //.............................................activate the filter
   GO TOP

   DO WHILE LastKey() != 27

      //..................................browse the filtered records
      Browse()

      //............................................refresh the filter
      REFRESH FILTER
  ENDDO


See Also: m6_RefreshFilter()

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