Field doesn't exist

Gary Yonaites gary at yonaites.com
Tue May 20 16:53:10 PDT 2008


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



More information about the Qna mailing list