Lines Matching refs:report_vars
1824 def __init__(self, glb, event_id, report_vars, parent=None): argument
1827 model_name = "Branch Events " + str(event_id) + " " + report_vars.UniqueId()
1829 …self.model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_cl…
1851 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events")
2179 self.report_vars = ReportVars()
2218 vars = self.report_vars
2755 def __init__(self, glb, report_vars, parent=None): argument
2760 if len(report_vars.limit):
2761 limit = " LIMIT " + report_vars.limit
2780 report_vars.where_clause +
2811 def __init__(self, glb, report_vars, parent=None): argument
2814 …ata_model = LookupCreateModel("Top Calls " + report_vars.UniqueId(), lambda: TopCallsModel(glb, re…
2838 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name)
3316 TopCallsWindow(self.glb, dialog.report_vars, self)
3325 BranchWindow(self.glb, event_id, dialog.report_vars, self)