/*
               File: Image_WC
        Description: Image_ WC
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:34:1.6
       Program type: Main program
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function image_wc(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
      this.AV6artnbr=GXgetIntegerValue("_ARTNBR",gx.thousandSeparator) ;
      this.AV7artistw=GXgetIntegerValue("_ARTISTWIFRAMECOMPONENTID",gx.thousandSeparator) ;
   }
   this.e121t2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e131t2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV6artnbr = 0;
   this.AV7artistw = 0;
   this.A40Compone = 0;
   this.A219Compon = "";
   this.A220Compon = "";
   this.A136Artist = 0;
   this.A10ArtNbr = 0;
   this.A149Compon = "";
   this.VarControlMap["AV6artnbr"] = "_ARTNBR";
   this.VarControlMap["AV7artistw"] = "_ARTISTWIFRAMECOMPONENTID";
   this.SetStandaloneVars( );
   this.ServerClass =  "Image_WC" ;
}
setExecutableComponent("image_wc");
