home *** CD-ROM | disk | FTP | other *** search
- .prg.obj:
- Clipper $* /a /m /n /w
-
- .asm.obj:
- Masm $*;
-
- .obj.exe:
- set rtlinkcmd=/positional
- Rtlink $** /pll:base50;
-
- Dict.obj: Dict.prg
-
- // Lookup function in valid clause using TBrowse objects to browse
- // a range of records
- gets01.obj: gets01.prg
- gets01.exe: gets01.obj
-
- // Simple when illustrating awkward problem
- gets02.obj: gets02.prg
- gets02.exe: gets02.obj
-
- // Simple when, handling awkward problem
- gets03.obj: gets03.prg
- gets03.exe: gets03.obj
-
- // Simple when example handling problem, no hard coding of array
- // indeces, handling say text
- gets04.obj: gets04.prg
- gets04.exe: gets04.obj
-
- // Simple radio button
- gets05.obj: gets05.prg
- gets05.exe: gets05.obj
-
-
- // Example illustrating issuing gets from database
- // Edit to Memvar
- gets06.obj: gets06.prg
- gets06.exe: gets06.obj
-
-
- // Example illustrating issuing gets from database
- // Save in our own array of GET objects - edit to memvars.
- Gets07.obj: gets07.prg
- gets07.exe: gets07.obj
-
- // Example illustrating issuing gets from database
- // Save in our own array of GET objects - edit to memvars.
- // User priveledges for multi-user environment
- gets08.obj: gets08.prg
- gets08.exe: gets08.obj dict.obj
-
- // Get reader implementing timeout
- gets09.obj: gets09.prg
- gets09.exe: gets09.obj
-
- // READ timeout
- gets10.obj: gets10.prg
- gets10.exe: gets10.obj
-
- // Get Reader implementing during clause
- gets11.obj: gets11.prg
- gets11.exe: gets11.obj
-
- // Get Reader implementing during clause allowing exit
- gets12.obj: gets12.prg
- gets12.exe: gets12.obj
-
- // Get Reader for memos
- gets13.obj: gets13.prg
- gets13.exe: gets13.obj
-
- // Get Reader for passwords - echoes asterisks
- gets14.obj: gets14.prg
- gets14.exe: gets14.obj
-
- // Get Reader for calculator-style input
- gets15.obj: gets15.prg
- gets15.exe: gets15.obj
-
- // Get reader implementing updated on a per-get basis
- gets16.obj: gets16.prg
- gets16.exe: gets16.obj
-
- // Get reader to implement edit sensing in a multi-user environment
- gets17.obj: gets17.prg
- gets17.exe: gets17.obj
-
- // Get command to implement GET TO VAR
- gets18.obj: gets18.prg
- gets18.exe: gets18.obj
-
- // Get command to implement READ TO VAR
- gets19.obj: gets19.prg
- gets19.exe: gets19.obj
-
- // GOTO GET
- gets20.obj: gets20.prg
- gets20.exe: gets20.obj
-
- // Mouse driver code
- mouse.obj: mouse.asm
-
- // Mouse reader
- gets21.obj: gets21.prg
- gets21.exe: gets21.obj mouse.obj
-
- // SECTIONED gets
- gets22.obj: gets22.prg
- gets22.exe: gets22.obj dict.obj
-
- // Get object inspector / debugger
- getlyser.obj: getlyser.prg
-
- // Demo of get analyser
- demo.obj: demo.prg
- demo.exe: demo.obj getlyser.obj