/*
               File: LastReleases
        Description: Last Releases
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:34:4.94
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function lastreleases(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e138x2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e148x2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.A10ArtNbr = 0;
   this.A12ArtName = "";
   this.A8AlbCde = 0;
   this.A242AlbFea = "";
   this.A9AlbMainA = 0;
   this.A39ImageUr = "";
   this.A7AlbName = "";
   this.A6AlbRelea = gx.date.nullDate();
   this.A37ImageId = 0;
   this.A234AlbSel = "";
   this.SetStandaloneVars( );
   this.ServerClass =  "LastReleases" ;
}
