Hi Terry,
To use a local variable in a Clarion report filter, you need to BIND it.
But usually the result of not binding it is that you get ALL the records, not just none of them. Still, it's the first thing I'd look at.
Second thing to look at, is what value (specifically) is in QuoteID in the report. Your whole layout looks right, but perhaps it's not setting the Session Value of QuoteID right?
How do you trigger your report? I presume it's _not_ the same button as is setting the QuoteID session value?
cheers
Bruce