dummy fields

Jose Lerebours fpgroups at gmail.com
Tue Oct 19 08:43:05 PDT 2010


On Tue, Oct 19, 2010 at 10:59 AM, Kenneth Brody <kenbrody at spamcop.net> wrote:
> On 10/19/2010 10:09 AM, Fairlight wrote:
>> Are dummy fields shared between processing tables that are CALL/CHAINed?  I
>> suspect yes to CHAIN but no to CALL.  I need to know what the real deal is.
>>
>> Also, what about during calls to tables in other files?
>
> Dummy fields that are declared in the automatic processing table will be
> shared among all processing tables(*).  Those that are not, are not shared
> at all.
>
> (*) The exception, of course, being those called via "CALL NOAUTO".
>

Try declaring an array like dummies(702):a in your automatic process.
Then, within your processing tables, point to the array element.

Regards,


Jose Lerebours


More information about the Filepro-list mailing list