L
Laura Stern
Guest
In every case of this I've seen before it is the result of not re-opening the query after refilling the temp-table. So then the BindingSource has the wrong Count value, based on the old result set. You claim you are doing that, so that is odd. Running from "Architect" (i.e., PDSOE) should most definitely not affect the behavior at all so that is very suspicious. Are you sure you don't have old r-code hanging around that is being used when you run from outside Architect? Perhaps old r-code that did not re-open the query?
Continue reading...
Continue reading...