call prc table

Kenneth Brody kenbrody at spamcop.net
Fri Feb 28 07:48:46 PST 2014


On 2/28/2014 9:52 AM, davidrottkamp at echoes.net wrote:
> Hi
>
> I am trying to remember how to pass variables to a called table
> global dummies do not appear to pass to a called prc table

If using an old "dummy field", you need to declare it in automatic 
processing in order to pass between prc tables.  If using the newer DECLAREd 
variables, make sure to use DECLARE GLOBAL in the main processing, and 
DECLARE EXTERN in the called prc.

-- 
Kenneth Brody


More information about the Filepro-list mailing list