Field doesn't exist
gef
gef at ascentmagazine.com
Tue May 20 17:54:23 PDT 2008
So I followed your idea and in order no make sure there is no global,
fileglobal problem I made the script really simple :
openfile "donation"
openform "donation list"
select donorID = 101441
And still give me the field or variable does not exist
I am a bit confuse now. I know it's beginner stuff but I can't see
what I can do to fix it.
On 20-May-08, at 4:53 PM, Gary Yonaites wrote:
> Is the variable thisDonorID a fileglobal in the first file? If so,
> when you open the "donation" file it will be out of scope in that
> file and will be missing so Panorama will but up the error message
> "Field or variable does not exist." If this is the case make
> thisDonorID a local or global variable and all should be well.
>
> Gary
> gary at yonaites.com
>
> On May 20, 2008, at 5:28 PM, gef wrote:
>
>> I keep getting this error message and I have been trying to find out
>> why this is telling me that, it's a really really simple script and
>> the error message doesn't seems to make sense since there is a field
>> donorID. I really don't know what cause the problem.
>>
>> thisDonorID = «Record Number»
>> thisDonorName = FirstName
>> thisDonorLast = LastName
>>
>>
>> openfile "donation"
>> openform "donation list"
>> select donorID = thisDonorID
>
> _______________________________________________
> Qna mailing list
> Qna at provue.com
> http://provue.com/mailman/listinfo/qna
>
More information about the Qna
mailing list