home *** CD-ROM | disk | FTP | other *** search
- .prg.obj:
- Clipper $* /a /m /n /w
-
- .obj.exe:
- set rtlinkcmd=/positional
- rtlink $** /pll:base50;
-
- // Nan's dictionary program
- dict.obj: dict.prg
-
- // Tbrowse / Tbcolumn utility routines
- tbutils.obj: tbutils.prg
-
- // Basic database browse
- tb01.obj: tb01.prg
- tb01.exe: tb01.obj
-
- // Basic database browse with cosmetics
- tb02.obj: tb02.prg
- tb02.exe: tb02.obj
-
- // Basic database browse allowing user to move / resize the window
- // with the arrow keys.
- tb03.obj: tb03.prg
- tb03.exe: tb03.obj dict.obj
-
- // Rewrite of Tb02 to use the StdMeth()
- tb04.obj: tb04.prg
- tb04.exe: tb04.obj tbutils.obj dict.obj
-
- // myBrowse1 - simple standardized browse
- tb05.obj: tb05.prg
-
- // Simple driver for mybrowse1
- tb06.obj: tb06.prg
- tb06.exe: tb06.obj tbutils.obj tb05.obj dict.obj
-
- // myBrowse2 - standard browse allowing parameterization
- tb07.obj: tb07.prg tbutils.ch
-
- // Driver for myBrowse2
- tb08.obj: tb08.prg
- tb08.exe: tb08.obj tbutils.obj tb07.obj dict.obj
-
- // Generic While condition test routine
- tb09.obj: tb09.prg
- tb09.exe: tb09.obj tbutils.obj tb07.obj dict.obj
-
- // Hard-coded for condition
- tb10.obj: tb10.prg
- tb10.exe: tb10.obj tbutils.obj tb07.obj dict.obj
-
- // General purpose for condition test routine
- tb11.obj: tb11.prg
- tb11.exe: tb11.obj tbutils.obj tb07.obj dict.obj
-
- // Driver code for sample tbrowse routines using both while and
- // for clauses
- tb12.obj: tb12.prg
- tb12.exe: tb12.obj tbutils.obj tb07.obj dict.obj
-
- // Driver code for sample tbrowse routines using both while and
- // for clauses. Uses dbSkipBlock. Rewrite of tb12
- tb13.obj: tb13.prg
- tb13.exe: tb13.obj tbutils.obj tb07.obj dict.obj
-
- // Generic tbrowse code for editing databases - No append mode
- tb14.obj: tb14.prg
- tb14.exe: tb14.obj tbutils.obj tb07.obj dict.obj
-
- // Generic tbrowse code for editing databases - editing all columns
- // No append mode
- tb15.obj: tb15.prg
- tb15.exe: tb15.obj tbutils.obj tb07.obj dict.obj
-
- // Sample tbrowse of entire database allowing edit and append mode
- // Append Mode stored in TBrowse object's cargo instance variable.
- tb16.obj: tb16.prg
- tb16.exe: tb16.obj tbutils.obj dict.obj
-
- // Sample tbrowse of entire database allowing edit and AUTOMATIC append
- // mode. Append Mode stored in TBrowse object's cargo instance variable.
- tb17.obj: tb17.prg
- tb17.exe: tb17.obj tbutils.obj dict.obj
-
- // Sample tbrowse of database with while and for condition
- // allowing edit and append mode
- tb18.obj: tb18.prg
- tb18.exe: tb18.obj tbutils.obj dict.obj
-
- // Uses TBfwaBrowse to create the tbrowse object with goTopBlock,
- // goBottomBlock, and skipBlock set to browse databases with while and
- // for conditions and append mode
- tb19.obj: tb19.prg
- tb19.exe: tb19.obj tbutils.obj dict.obj
-
- // 1 - M data entry. Uses TBfwaBrowse to create second tbrowse object,
- // uses automatic and persistent append mode. Good example of
- // append mode with empty scopes.
- tb20.obj: tb20.prg
- tb20.exe: tb20.obj tbutils.obj dict.obj
-
- // Tchoice - Achoice replacement
- tb21.obj: tb21.prg
- tb21.exe: tb21.obj tbutils.obj dict.obj
-
- // Generic 2d Array browser
- tb22.obj: tb22.prg
- Clipper tb22 /a /m /n /w /dTEST
- tb22.exe: tb22.obj tbutils.obj dict.obj tb07.obj
-
- // Browsing nested arrays to 2 dimensions
- tb23.obj: tb23.prg
- Clipper tb23 /a /m /n /w /dTEST
- tb23.exe: tb23.obj tbutils.obj dict.obj
-
- // Browsing nested arrays to any depth
- tb24.obj: tb24.prg
- Clipper tb24 /a /m /n /w /dTEST
- tb24.exe: tb24.obj tbutils.obj dict.obj
-
- // Multiple Select box
- tb25.obj: tb25.prg
- tb25.exe: tb25.obj tbutils.obj dict.obj
-
- // TBrowse Pull-Down Menu
- tb26.obj: tb26.prg
- Clipper tb26 /a /m /n /w /dTEST
- tb26.exe: tb26.obj tbutils.obj dict.obj
-
- // File browsing code
- tb27.obj: tb27.prg
- Clipper tb27 /a /m /n /w
- tb27.exe: tb27.obj Tbutils.obj Dict.obj
-
- // Browsing on > 1 Line
- tb28.obj: tb28.prg
- tb28.exe: tb28.obj tbutils.obj dict.obj tb07.obj
-
- // Generic version of tb28
- Tb29.obj: Tb29.prg
- Tb29.exe: Tb29.obj Tbutils.obj Dict.obj Tb07.obj
-
- // Browsing records on > 1 line, highlighting entire records and
- // moving between records
- Tb30.obj: Tb30.prg
- Tb30.exe: Tb30.obj Tbutils.obj Dict.obj Tb07.obj
-
- // Browsing databases and their structures in 2 windows
- Tb31.obj: Tb31.prg
- Tb31.exe: Tb31.obj Tbutils.obj Dict.obj
-
- // Browsing databases and their structures in 2 windows
- // Optimized version of Tb31
- Tb311.obj: Tb311.prg
- Tb311.exe: Tb311.obj Tbutils.obj Dict.obj
-
- // Browsing databases and their structures in 2 windows
- // Optimized version of Tb311
- Tb312.obj: Tb312.prg
- Tb312.exe: Tb312.obj Tbutils.obj Dict.obj
-
- // Tbrowse inspector / debugger
- Tbinsp.obj: Tbinsp.prg
-
- // Demo containing call to Tbrowse inspector / debugger
- Tbindemo.obj: Tbindemo.prg
- Tbindemo.exe: Tbindemo.obj Tbinsp.obj Tb07.obj Tbutils.obj Dict.obj
-