Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GT_LIB v1.0 Reference Guide Release 1.0 - <b>browse a dbf with for and while clauses.</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Browse a DBF with for and while clauses.
------------------------------------------------------------------------------

 Syntax

        GT_Browse(<aFields>,<aTitles>,[<cHead>],[<nTop>], ;
            [<nLeft>],[<nBottom>],[<nRight>],[<bFind>], ;
            [<bFor>],[<nFreeze>],[<bKeyEx>],[<bWaitFunc>], ;
            [<cBox>],[<lScreen>]) -> lSelected

 Arguments:

      <aFields> is an array of code blocks defining the
      information to be displayed.

      <aTitles> is an array of strings to display as
      column titles.

      <cHead> is a title for the Browse.

      <nTop>,<nLeft>,<nBottom>,<nRight> are the table
      corners.

      <bFind> is the while clause code block to compare
      against the index key.

      <bFor> is the for condition code block.

      <nFreeze> is the number of columns to freeze from
      the left.

      <bKeyEx> is a code block containing the code for
      handling key exceptions. Should return .T. if an
      item has been selected, otherwise .F..

      <bWaitFunc> is the code block defining the 'Waiting
      For a Key Press' function.

      <cBox> box lines definition.

      <lScreen> Should the screen be saved and restored ?

 Returns:

      lSelected

 Description:

      Browse a DBF with for and while clauses.

 Examples:

 Source: GT_BROWS.PRG

 Author:  Martin Bryant

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