Beispiel #1
0
 protected void RF012( )
 {
     initialize_formulas( );
     clear_multi_value_controls( );
     if (ShowMPWhenPopUp( ) || !context.isPopUpObject( ))
     {
         /* Execute user event: Refresh */
         E12012();
         if (!context.WillRedirect( ) && (context.nUserReturn != 1))
         {
             if (1 != 0)
             {
                 if (StringUtil.Len(WebComp_Wcrecentlinks_Component) != 0)
                 {
                     WebComp_Wcrecentlinks.componentstart();
                 }
             }
         }
         gxdyncontrolsrefreshing = true;
         fix_multi_value_controls( );
         gxdyncontrolsrefreshing = false;
     }
     if (!context.WillRedirect( ) && (context.nUserReturn != 1))
     {
         /* Execute user event: Load */
         E13012();
         WB010( );
         if (context.isSpaRequest( ))
         {
             enableOutput();
         }
     }
 }
Beispiel #2
0
 protected void RF012( )
 {
     /* GeneXus formulas. */
     context.Gx_err = 0;
     /* Execute user event: E12012 */
     E12012();
     if (String.IsNullOrEmpty(StringUtil.RTrim(context.wjLoc)) && (context.nUserReturn != 1))
     {
         if (1 != 0)
         {
             if (StringUtil.Len(WebComp_Wcrecentlinks_Component) != 0)
             {
                 WebComp_Wcrecentlinks.componentstart();
             }
         }
     }
     if (String.IsNullOrEmpty(StringUtil.RTrim(context.wjLoc)) && (context.nUserReturn != 1))
     {
         /* Execute user event: E13012 */
         E13012();
         WB010( );
         if (context.isSpaRequest( ))
         {
             enableOutput();
         }
     }
 }
Beispiel #3
0
 protected void RF012( )
 {
     initialize_formulas( );
     /* Execute user event: Refresh */
     E12012();
     if (!context.WillRedirect( ) && (context.nUserReturn != 1))
     {
         if (1 != 0)
         {
             if (StringUtil.Len(WebComp_Wcrecentlinks_Component) != 0)
             {
                 WebComp_Wcrecentlinks.componentstart();
             }
         }
     }
     if (!context.WillRedirect( ) && (context.nUserReturn != 1))
     {
         /* Execute user event: Load */
         E13012();
         WB010( );
         if (context.isSpaRequest( ))
         {
             enableOutput();
         }
     }
 }
Beispiel #4
0
 protected void RF012( )
 {
     /* Execute user event: E12012 */
     E12012();
     if (String.IsNullOrEmpty(StringUtil.RTrim(context.wjLoc)) && (context.nUserReturn != 1))
     {
         if (1 != 0)
         {
             if (StringUtil.Len(WebComp_Wcrecentlinks_Component) != 0)
             {
                 WebComp_Wcrecentlinks.componentstart();
             }
         }
     }
     if (String.IsNullOrEmpty(StringUtil.RTrim(context.wjLoc)) && (context.nUserReturn != 1))
     {
         /* Execute user event: E13012 */
         E13012();
         WB010( );
     }
 }