Hi!
We are in OE 10.1C04 - Windows
Recently I discovered that if i use a dynamic query with "for each" that in many cases I do not receive all records in my browser. If I change that to "preselect each" it works.
Is this expected behaviour or might this be a bug?
TIA
Josef Resperger, OEKOM GmbH
This certainly is expected behavior. The whole idea behind queries is to *not* retrieve all records right away over the network (in client/server mode).
This applies equally to dynamic and static queries.