Beispiel #1
0
 protected void E12012( )
 {
     /* Refresh Routine */
     /* Object Property */
     if (StringUtil.StrCmp(StringUtil.Lower(WebComp_Wcrecentlinks_Component), StringUtil.Lower("RecentLinks")) != 0)
     {
         WebComp_Wcrecentlinks = getWebComponent(GetType(), "GeneXus.Programs", "recentlinks", new Object[] { context });
         WebComp_Wcrecentlinks.ComponentInit();
         WebComp_Wcrecentlinks.Name      = "RecentLinks";
         WebComp_Wcrecentlinks_Component = "RecentLinks";
     }
     if (StringUtil.Len(WebComp_Wcrecentlinks_Component) != 0)
     {
         WebComp_Wcrecentlinks.setjustcreated();
         WebComp_Wcrecentlinks.componentprepare(new Object[] { (String)"MPW0034", (String)"", (getDataAreaObject() == null ? Form : getDataAreaObject().GetForm()).Caption, Contentholder.Pgmname });
         WebComp_Wcrecentlinks.componentbind(new Object[] { (String)"", (String)"" });
     }
     if (isFullAjaxMode( ))
     {
         context.httpAjaxContext.ajax_rspStartCmp("gxHTMLWrpMPW0034" + "");
         WebComp_Wcrecentlinks.componentdraw();
         context.httpAjaxContext.ajax_rspEndCmp();
     }
     /*  Sending Event outputs  */
 }
Beispiel #2
0
 protected void E12012( )
 {
     /* Refresh Routine */
     /* Object Property */
     if (StringUtil.StrCmp(StringUtil.Lower(WebComp_Wcrecentlinks_Component), StringUtil.Lower("RecentLinks")) != 0)
     {
         WebComp_Wcrecentlinks = getWebComponent(GetType(), "GeneXus.Programs", "recentlinks", new Object[] { context });
         WebComp_Wcrecentlinks.ComponentInit();
         WebComp_Wcrecentlinks.Name      = "RecentLinks";
         WebComp_Wcrecentlinks_Component = "RecentLinks";
     }
     if (StringUtil.Len(WebComp_Wcrecentlinks_Component) != 0)
     {
         WebComp_Wcrecentlinks.setjustcreated();
         WebComp_Wcrecentlinks.componentprepare(new Object[] { (String)"MPW0034", (String)"", (getDataAreaObject() == null ? Form : getDataAreaObject().GetForm()).Caption, Contentholder.Pgmname });
         WebComp_Wcrecentlinks.componentbind(new Object[] { (String)"", (String)"" });
     }
 }