Lines Matching refs:report_vars
3209 def __init__(self, glb, event_id, report_vars, parent=None): argument
3212 model_name = "Branch Events " + str(event_id) + " " + report_vars.UniqueId()
3214 …self.model = LookupCreateModel(model_name, lambda: BranchModel(glb, event_id, report_vars.where_cl…
3236 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name + " Branch Events")
3562 self.report_vars = ReportVars()
3601 vars = self.report_vars
4138 def __init__(self, glb, report_vars, parent=None): argument
4143 if len(report_vars.limit):
4144 limit = " LIMIT " + report_vars.limit
4163 report_vars.where_clause +
4194 def __init__(self, glb, report_vars, parent=None): argument
4197 …ata_model = LookupCreateModel("Top Calls " + report_vars.UniqueId(), lambda: TopCallsModel(glb, re…
4221 AddSubWindow(glb.mainwindow.mdi_area, self, report_vars.name)
4730 TopCallsWindow(self.glb, dialog.report_vars, self)
4739 BranchWindow(self.glb, event_id, dialog.report_vars, self)