/*
               File: artists
        Description: Artistas
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:31:29.1
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function artists(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e137w2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e147w2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.A27ArtOffi = {};
   this.A10ArtNbr = 0;
   this.A25ArtPict = "";
   this.A29ArtGenD = "";
   this.A12ArtName = "";
   this.A28ArtGenN = 0;
   this.A159LangCo = "";
   this.A239Artist = false;
   this.A229ArtBio = "";
   this.A218ArtWFH = 0;
   this.A217ArtWFF = 0;
   this.SetStandaloneVars( );
   this.ServerClass =  "artists" ;
   this.setComponent({id: "WEBCOMPHEADER" ,GXClass: null , Prefix: "W0006" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT" ,GXClass: null , Prefix: "W0037" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT2" ,GXClass: null , Prefix: "W0058" , lvl: 1 });
   this.setComponent({id: "WEBCOMPFOOTER" ,GXClass: null , Prefix: "W0062" , lvl: 1 });
}
setExecutableComponent("artists");
