 I finally decided to do something about inconsistent valchecks throught
 the various tables in my applications. The two included scripts will
 download all field valchecks into a single table, allowing both editing
 and reporting, then upload back to the originating tables.


 Keywords: PICTURE, VALCHECK
 Files included:
 GetVals.sc   : Download field valchecks from multiple tables on workspace
                to "Valcheck" table.
 SetVals.sc   : Uploads field valchecks from "Valcheck" to target tables.
 Valcheck.db  : Tables receiving valcheck info
 Valcheck.mb  : Memo field file
 Valcheck.R   : Formatted report
 Valcheck.Val :Valchecks for the Valcheck table itself

 How to use:
 Place the 6 files in your developer's toolbox directory, then put a
  pair of Setkeys in your Init.sc. My Init.sc looks like this:
  Setkey 7  Play"c:\\pdox40\\tools\\getvals"          ; Ctrl-g   GetVals
  Setkey 19 Play"c:\\pdox40\\tools\\setvals"          ; Ctrl-s   SetVals
           OR
  Place the 6 files in your application directory

 To get valcheks, place the tables you are interested in on the workspace.
  Do not place forms with embedded tables; place the individual tables.
  Play or hotkey Getvals. The Valcheck table will be automatically
  generated.

 Once Valcheck.db exists, you can edit as you wish. Valcheck contains
  pictures on some of its fields. Report Valcheck.R contains a formatted
  report set up for a Compressed Landscape HP.

 To upload changes back to originating tables, Play or hotkey Setvals.

 A very small payback for the great stuff I've downloaded from the board.
 Hope this helps.

 Wayne Slepecky
 Uplink Computer Services
 PO Box 251
 Medina, OH 44256
 800-UPLINK4

