The form you see is SysQueryForm (you can always find it by right-clicking a form and choosing Setup), therefore you can put a breakpoint to SysQueryForm (e.g. the new() method) and run the report. The debugger will stop processing on the breakpoint and the call stack will show you which methods led to the current method call, i.e. to opening SysQueryForm.
↧