/*
               File: FlashViewer2
        Description: Flash Viewer2
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:32:39.49
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function flashviewer2(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
      this.AV8ArtNbr=GXgetIntegerValue("_ARTNBR",gx.thousandSeparator) ;
      this.AV10Artist=GXgetIntegerValue("_ARTISTWIFRAMECOMPONENTID",gx.thousandSeparator) ;
   }
   this.e126p2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e136p2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV8ArtNbr = 0;
   this.AV10Artist = 0;
   this.A136Artist = 0;
   this.A10ArtNbr = 0;
   this.A45Compone = false;
   this.A43Compone = "";
   this.A44Compone = "";
   this.A149Compon = "";
   this.A40Compone = 0;
   this.VarControlMap["AV8ArtNbr"] = "_ARTNBR";
   this.VarControlMap["AV10Artist"] = "_ARTISTWIFRAMECOMPONENTID";
   this.SetStandaloneVars( );
   this.ServerClass =  "FlashViewer2" ;
}
setExecutableComponent("flashviewer2");
