/*
               File: ArtistsFeatured
        Description: Artistas Destacados
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:31:29.47
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function artistsfeatured(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e13862_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e14862_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.SetStandaloneVars( );
   this.ServerClass =  "ArtistsFeatured" ;
}
setExecutableComponent("artistsfeatured");
