|
|
Is there a way to set child constraints on a data lookup field in an Input Process? |
You can constrain the scan list by creating a cached version of the file you
want to do the data lookup on an populating it with only the records that meet
your criteria. Create the cached file with NOLOAD, then once you have a PCF
record use a begin at/end at contraint to read the records from the disk file
and write them to the cached file. You will have to OPEN each instance of the
file before the reads and writes. Something like this:SCRATCH APP FILENAME FAIL 0 CACHE? Y CREATE APP FILENAME SHARE? Y FAIL 0 CACHE NOLOAD OPEN APP FILENAME SHARE? Y FAIL 0 CACHE? N (for disk version) | |
| 2005-Jul-06 8:36am |
| Previous: |
|
| Next: |
|
| ||||||||
Copyright 2003-2026 APPX Software, Inc. All rights reserved.