Example #1
0
 public override void initialize( )
 {
     gxfirstwebparm     = "";
     gxfirstwebparm_bkp = "";
     sDynURL            = "";
     FormProcess        = "";
     GX_FocusControl    = "";
     Form                = new GXWebForm();
     sPrefix             = "";
     sEvt                = "";
     EvtGridId           = "";
     EvtRowId            = "";
     sEvtType            = "";
     AV5MenuItem         = "";
     GXKey               = "";
     Grid1Container      = new GXWebGrid(context);
     BackMsgLst          = new msglist();
     LclMsgLst           = new msglist();
     AV6ProgramNames     = new GxObjectCollection(context, "ProgramNames.ProgramName", "CalcularPeajes", "SdtProgramNames_ProgramName", "GeneXus.Programs");
     AV7ProgramName      = new SdtProgramNames_ProgramName(context);
     Grid1Row            = new GXWebRow();
     sStyleString        = "";
     Grid1Column         = new GXWebColumn();
     subGrid1_Linesclass = "";
     ROClassString       = "";
     /* GeneXus formulas. */
     context.Gx_err = 0;
 }
Example #2
0
 public override void initialize( )
 {
     AV12name        = "";
     AV11ProgramName = new SdtProgramNames_ProgramName(context);
     AV13description = "";
     AV14link        = "";
     /* GeneXus formulas. */
     context.Gx_err = 0;
 }
Example #3
0
 protected void S111( )
 {
     /* 'ADDPROGRAM' Routine */
     AV8IsAuthorized = true;
     GXt_boolean1    = AV8IsAuthorized;
     new isauthorized(context).execute(AV12name, out GXt_boolean1);
     AV8IsAuthorized = GXt_boolean1;
     if (AV8IsAuthorized)
     {
         AV11ProgramName                   = new SdtProgramNames_ProgramName(context);
         AV11ProgramName.gxTpr_Name        = AV12name;
         AV11ProgramName.gxTpr_Description = AV13description;
         AV11ProgramName.gxTpr_Link        = AV14link;
         AV10ProgramNames.Add(AV11ProgramName, 0);
     }
 }