<%a5 'The componentAlias MUST be UNIQUE for each component on the page. It must not have spaces in the name. Keep name as short as possible dim componentAlias as c componentAlias = "TS_PCB_TRACKER_" Delete tmpl_TS_PCB_TRACKER_ DIM tmpl_TS_PCB_TRACKER_ as P tmpl_TS_PCB_TRACKER_ = a5w_load_component("TS_PCB_TRACKER_GRID") 'SYSTEM GENERATED COMMENT - PLEASE DO NOT REMOVE (LOAD:TS_PCB_TRACKER_GRID) 'Following code allows you to override settings in the saved component. tmpl_TS_PCB_TRACKER_.override_settings = <<%override_settings% componentName = componentAlias _gridFilename = "TS_PCB_TRACKER_GRID" %override_settings% 'TIP: To refer to local or page variables in the override_settings string, you must first define a local 'dot variable called 'pageVar' with properties for all of the variables you want to reference. For example: ' dim pageVar as p ' pageVar.gridRowCount = 10 'Then, in the override_settings string, you can reference pageVar.gridRowCount. For example: ' rows = pageVar.gridRowCount 'Resolve session and page variables in the override_settings string. a5w_resolveVariablesInOverrideSettings(tmpl_TS_PCB_TRACKER_,session,local_variables()) delete x_TS_PCB_TRACKER_ dim x_TS_PCB_TRACKER_ as p x_TS_PCB_TRACKER_ = a5w_run_Component(tmpl_TS_PCB_TRACKER_) 'SYSTEM GENERATED COMMENT - PLEASE DO NOT REMOVE (RUN:tmpl_TS_PCB_TRACKER_) (EDIT:TS_PCB_TRACKER_GRID) if x_TS_PCB_TRACKER_.RedirectURL <> "" then response.redirect(x_TS_PCB_TRACKER_.redirectURL) end end if ?x_TS_PCB_TRACKER_.Output.Head.JavaScript ?x_TS_PCB_TRACKER_.Output.Head.CSS_Link %>
<%A5 ?x_TS_PCB_TRACKER_.Output.Body.Search_HTML %>
<%A5 ?x_TS_PCB_TRACKER_.Output.Body.Grid_HTML %>
<%A5 ?x_TS_PCB_TRACKER_.Output.Body.DetailView_HTML %>