<%a5 Delete tmpl_mihams2 DIM tmpl_mihams2 as P tmpl_mihams2 = a5w_load_component("mihams2") 'Following code allows you to override settings in the saved component, and specify the component alias (componentName property). 'Tip: Keep the componentName property short because this name is used in page URLs, and it will help keep the URLs short. 'Each component on a page must have a unique alias (componentName property). with tmpl_mihams2 componentName = "mihams2" end with '=======================================compute the HTML for the Component======================================= delete x_mihams2 dim x_mihams2 as p tmpl_mihams2.request = request tmpl_mihams2.session = session tmpl_mihams2.response = response tmpl_mihams2.serversetting = serversetting tmpl_mihams2.PageVariables = local_variables() x_mihams2 = a5w_run_Component(tmpl_mihams2) '============================================================================================================= if x_mihams2.RedirectURL <> "" then response.redirect(x_mihams2.redirectURL) end end if ?x_mihams2.Output.Head.JavaScript ?x_mihams2.Output.Head.CSS_Link %>


<%a5 ?x_mihams2.Output.Body.Grid_Echo %>
<%a5 ?x_mihams2.Output.Body.UpdateErrors %>
<%a5 ?x_mihams2.Output.Body.Search_HTML %>
<%a5 ?x_mihams2.Output.Body.Grid_HTML %>
<%a5 ?x_mihams2.Output.Body.DetailView_HTML %>