quick 'process selection'
Lerebours, Jose
Jose.Lerebours at EagleGL.com
Fri Mar 4 04:30:04 PST 2005
B. Brown wondered:
>Brain dead I guess..
>what is the proper syntax to select records based on a fields
>value, for printing within an output processing table?
>(or in other words-how do I select only the records I want
>printed from within output processing table)
There are several ways to select or filter records for output.
I think that the two most common ways are using a filePro
selection table (those defined using extended selections) and/or
writing your own selection processing table.
If you are filtering against fields on which you have automatic
indexes built, you can really improve on speed. Selecting all
records and then filtering those records within the actual
printing processing table is not always a good idea (although
some times an unfortunate must).
Try using an extended selection table or a processing table to
filter your records whenever possible. If you need assistance
on how to use either of these, just let us know, I am sure you
will get a lot of code samples ...
Like John said on his post, if it comes to selecting the record
within the actual printing processing table, using the "print"
command is the way to go. Be careful, I think I've noticed odd
behavior when using the "print" command and =### subtotaling ...
Regards;
Jose Lerebours
More information about the Filepro-list
mailing list