In this statement:
ghDSOrders:TOP-NAV-QUERY:QUERY-OPEN() /* NO-ERROR *
i (sometimes) get this error:
Attempt to reposition a query during anaother query operation
With the no-error it seams to dissappear.
Any idea why this can happen or/and where to look to find-out why/where this problem has its origin ?
There is a sanity check that stops you from opening and closing a query when you are in the middle of a get/repos/open/close on the same query. That is, query operations are not re-entrant.
The likely problem is that you have a browse or some other UI that is doing an "auto-open" causing this error.
-Shelley
I use the GUI for .Net infragistics Wingrid components (ProBindingSource is used also).
Any idea where to start looking or how to debug this ?