Lines Matching refs:report_vars
3212 def __init__(self, glb, event_id, report_vars, parent=None): argument
3215 model_name = "Branch Events " + str(event_id) + " " + report_vars.UniqueId()
3217 …self.model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_cl…
3239 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events")
3565 self.report_vars = ReportVars()
3604 vars = self.report_vars
4141 def __init__(self, glb, report_vars, parent=None): argument
4146 if len(report_vars.limit):
4147 limit = " LIMIT " + report_vars.limit
4166 report_vars.where_clause +
4197 def __init__(self, glb, report_vars, parent=None): argument
4200 …ata_model = LookupCreateModel("Top Calls " + report_vars.UniqueId(), lambda: TopCallsModel(glb, re…
4224 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name)
4733 TopCallsWindow(self.glb, dialog.report_vars, self)
4742 BranchWindow(self.glb, event_id, dialog.report_vars, self)