Why am I losing value in global variable?

Kenneth Brody kenbrody at spamcop.net
Tue Sep 1 12:46:25 PDT 2009


Boaz Bezborodko wrote:
> Kenneth Brody wrote:
>> Boaz Bezborodko wrote:
>>> I have a report where I have the user input a date during selection 
>>> processing.  That variable, 'bf', is established as a global variable 
>>> in the auto processing table.  I then make another variable, 
>>> 'be'-also established in the auto processing table as a global 
>>> variable, equal to the beginning of the month of the first variable.  
[...]
>> Are you sure they are both defined in the automatic processing table 
>> you are using, and that they are both defined there with the ",g" flag?
>>
> That was it.  This was my Auto-processing line: be(8,mdy/) ; bf(8,mdy/)
[...]

That would do it.

If the variables are acting as if they're not ",g", double-check their 
definitions, because that's probably the problem.

-- 
Kenneth Brody


More information about the Filepro-list mailing list