F
frank.meulblok
Guest
You're comparing a FOR EACH loop with a query. Those are two different things with different levels of functionality etc. What happens if you set lvQueryHandle:FORWARD-ONLY = YES before opening the query ? That'll avoid building a result list etc. and *should* make the query behave more like the FOR EACH.
Continue reading...
Continue reading...