/*
               File: joinlist
        Description: joinlist
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:34:1.57
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function joinlist(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
      this.AV7artnbr=GXgetIntegerValue("_ARTNBR",gx.thousandSeparator) ;
      this.AV6ArtistW=GXgetIntegerValue("_ARTISTWIFRAMECOMPONENTID",gx.thousandSeparator) ;
   }
   this.e137p2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e147p2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV7artnbr = 0;
   this.AV6ArtistW = 0;
   this.A10ArtNbr = 0;
   this.A136Artist = 0;
   this.A149Compon = "";
   this.A40Compone = 0;
   this.A44Compone = "";
   this.VarControlMap["AV7artnbr"] = "_ARTNBR";
   this.VarControlMap["AV6ArtistW"] = "_ARTISTWIFRAMECOMPONENTID";
   this.SetStandaloneVars( );
   this.ServerClass =  "joinlist" ;
}
setExecutableComponent("joinlist");
