Module: _cliplib Library: Clipper 5.3 This module contains the following functions and procedures: Note: Because this is raw decompiler output, the code is closer to that seen in a .PPO file, rather than a .PRG file. In other words, you must allow for the preprocessor conversions normally performed based on the contents of STD.CH and other .CH files #include "common.ch" #include "inkey.ch" //---------------------------------------------------[top]- // CLIPINIT // init procedure CLIPINIT public getlist := {} errorsys() return //---------------------------------------------------[top]- // DBFINIT // init procedure DBFINIT rddregiste("DBF", 1) return //---------------------------------------------------[top]- // DBFNTX // procedure DBFNTX return //---------------------------------------------------[top]- // DBFNTXINI // init procedure DBFNTXINI rddregiste("DBFNTX", 1) return //---------------------------------------------------[top]- // DBFONLY // procedure DBFONLY return //---------------------------------------------------[top]- // DELIMINIT // init procedure DELIMINIT rddregiste("DELIM", 2) return //---------------------------------------------------[top]- // RDDINIT // init procedure RDDINIT rddsetdefa("DBFNTX") return //---------------------------------------------------[top]- // SDFINIT // init procedure SDFINIT rddregiste("SDF", 2) return //---------------------------------------------------[top]- // SETTYPEAHE( Arg1 ) // function SETTYPEAHE( Arg1 ) return Set(_SET_TYPEAHEAD, Arg1) //---------------------------------------------------[top]- // SYSINIT // procedure SYSINIT return //---------------------------------------------------[top]- // _NTXERR // procedure _NTXERR return //---EOF Use your Browser's BACK button to return to Function Listings