Ejemplo n.º 1
0
 protected void RF1G2( )
 {
     /* GeneXus formulas. */
     AV16Pgmname    = "ViewTarifasGranelesSecos";
     context.Gx_err = 0;
     if (String.IsNullOrEmpty(StringUtil.RTrim(context.wjLoc)) && (context.nUserReturn != 1))
     {
         if (1 != 0)
         {
             if (StringUtil.Len(WebComp_Generalwc_Component) != 0)
             {
                 WebComp_Generalwc.componentstart();
             }
         }
     }
     if (String.IsNullOrEmpty(StringUtil.RTrim(context.wjLoc)) && (context.nUserReturn != 1))
     {
         /* Execute user event: E121G2 */
         E121G2();
         WB1G0( );
     }
 }
Ejemplo n.º 2
0
 protected void RF0U2( )
 {
     /* GeneXus formulas. */
     AV16Pgmname    = "ViewLNG";
     context.Gx_err = 0;
     if (String.IsNullOrEmpty(StringUtil.RTrim(context.wjLoc)) && (context.nUserReturn != 1))
     {
         if (1 != 0)
         {
             if (StringUtil.Len(WebComp_Generalwc_Component) != 0)
             {
                 WebComp_Generalwc.componentstart();
             }
         }
     }
     if (String.IsNullOrEmpty(StringUtil.RTrim(context.wjLoc)) && (context.nUserReturn != 1))
     {
         /* Using cursor H000U2 */
         pr_default.execute(0, new Object[] { AV13LNGID });
         while ((pr_default.getStatus(0) != 101))
         {
             A17LNGID = H000U2_A17LNGID[0];
             context.httpAjaxContext.ajax_rsp_assign_attri("", false, "A17LNGID", StringUtil.LTrim(StringUtil.Str((decimal)(A17LNGID), 4, 0)));
             A18LNGBandaM3 = H000U2_A18LNGBandaM3[0];
             context.httpAjaxContext.ajax_rsp_assign_attri("", false, "A18LNGBandaM3", StringUtil.LTrim(StringUtil.Str((decimal)(A18LNGBandaM3), 12, 0)));
             /* Execute user event: E120U2 */
             E120U2();
             /* Exiting from a For First loop. */
             if (true)
             {
                 break;
             }
         }
         pr_default.close(0);
         WB0U0( );
     }
 }
Ejemplo n.º 3
0
 protected void RF2O2( )
 {
    initialize_formulas( ) ;
    clear_multi_value_controls( ) ;
    if ( ! context.WillRedirect( ) && ( context.nUserReturn != 1 ) )
    {
       if ( 1 != 0 )
       {
          if ( StringUtil.Len( WebComp_Generalwc_Component) != 0 )
          {
             WebComp_Generalwc.componentstart();
          }
       }
    }
    gxdyncontrolsrefreshing = true;
    fix_multi_value_controls( ) ;
    gxdyncontrolsrefreshing = false;
    if ( ! context.WillRedirect( ) && ( context.nUserReturn != 1 ) )
    {
       /* Execute user event: Load */
       E132O2 ();
       WB2O0( ) ;
    }
 }