Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Protection Plus for Clipper - <u>pp_getvar()</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PP_GETVAR()
Create PUBLIC variables from control file
------------------------------------------------------------------------------

Syntax
  PP_GETVAR()  .  lResult

Returns
  .T. if data successfully retrieved, .F. if control file is corrupted.

Description
  This function creates the following public variables and fills
  them with the data contained in the control file.
            propl1  client's company
            propl2  client's name
            propl3  client's address
            propl4  client's city
            propl5  client's state
            propl6  client's zip
            propl7  client's phone
            propl8  product name long form
            propl9  product serial number
            propl10 expiration date
            propl12 proplus user's company
            propl13 proplus user's address line 1
            propl14 proplus user's address line 2
            propl15 proplus user's phone
            propl16 proplus user's fax number
            propl17 last date system used
            propl18 last time system used

Example

if !pp_getvar()
    ? "Error reading control file... Call technical support!"
    ?
    cancel
endif

See Also: PP_SAVEPP() PP_CHKPP() PP_CRPPP()

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