home *** CD-ROM | disk | FTP | other *** search
- The Exxtend.C is a collection of "C" functions to return the values of MOST
-
- of the Clipper SET Commands. In Most cases, the function returns a LOGICAL
-
- Value, (TRUE or FALSE). Below is a description of what these functions are:
-
-
- getprint() TRUE = Print On
- getexact() TRUE = Exact On
- getalterna() TRUE = Alternate On
- getdeleted() TRUE = Deleted On
- getsoftsee() TRUE = Softseek On
- getbell() TRUE = Bell On
- getconfirm() TRUE = Confirm On
- getconsole() TRUE = Console On
- getscore() TRUE = Scoreboard On
- getescape() TRUE = Escape On
- getcentury() TRUE = Century On
- getwrap() TRUE = Wrap On
- getdevice_() TRUE = Dev = Print FALSE = Dev = Screen
- getfixed() TRUE = Fixed on
- getunique() TRUE = Unique on
- getexclu() TRUE = Exclusive on
- getcurs() TRUE = Cursor on
- getaltopen() TRUE = Alternate File Open
- getdelim() TRUE = Delimiters On
- getintens() TRUE = Intensity On
- getdecimal() Returns setting of SET DECIMALS (Numeric)
- getmargin() Returns setting ot SET MARGIN (Numeric)
- getosvers() Returns DOS Version (Numeric) in form: (major * 256) + minor
- getldelim() Returns the value(Numeric) of the left delimiter
- getrdelim() Returns the value(Numeric) of the right delimiter
- getdate() Returns a code of the SET DATE setting: 1 = American
- 2 = ANSI
- 3 = British
- 4 = French
- 5 = German
- 6 = Italian
- getpath() Returns the character string of the CLIPPER 'SET PATH' setting
- getdefault() Returns the character string of the CLIPPER 'SET DEFAULT' setting
-
- setdecimal(n) Returns the current value of SET DECIMAL & sets it to a new value
- n must be NUMERIC
-
-
- Some other things are available also, such as the file handle of the
-
- Alternate File. Currently, I do not have any functions to access these.
-
- Others will be added as I figure them out.
-
-
- These functions have been tested somewhat, however, thorough testing has NOT
-
- been done.
-
- J. Scott Emerich
- Emerich & Associates
- 6200 Fairlynn Blvd.
- Yorba Linda, CA 92686
- (714) 970-9148
-