Esempio n. 1
0
        private void initConfig()
        {
            cVS = new ControlValueSet(Cm);


            initCompoment();
            pB1.Visible                = false;
            lvwColumnSorter            = new ListViewColumnSorter();
            lvwColumnSorter.Order      = SortOrder.Descending;
            lvwColumnSorter.SortColumn = 0;
            lv1.Sort();
            //txtFileName.Text = cRDPO.initC.PathInitial + "PR03102017.txt";
            txtFileName.Text = Cm.initC.AutoValueSet;

            lv1.Columns.Add("NO", 50);
            lv1.Columns.Add("List File", formwidth - 50 - 40 - 100, HorizontalAlignment.Left);
            lv1.Columns.Add("   process   ", 100, HorizontalAlignment.Center);
            lv1.ListViewItemSorter = lvwColumnSorter;

            int i = 1;
        }
Esempio n. 2
0
        private void initConfig()
        {
            cApInvWS      = new ControlAPInvoiceWebService(Cm);
            cApWS         = new ControlApSourceWebService(Cm);
            cBlKH         = new ControlBlanketHeader(Cm);
            cBlKL         = new ControlBlanketLine(Cm);
            cIBuWS        = new ControlBuMstWebService(Cm);
            cICatmWS      = new ControlCatMappingMstWebService(Cm);
            cICSTPeriodWS = new ControlCSTPeriodMstWebService(Cm);
            cICurWS       = new ControlCurrencyMstWebService(Cm);
            cGlCWS        = new ControlGlCodeCombinationWebService(Cm);
            cGlWS         = new ControlGlEntityWebService(Cm);
            cGLG          = new ControlGlLedger(Cm);
            cGlPWS        = new ControlGlPeriodWebService(Cm);
            cLCT          = new ControlLocatorMstWebService(Cm);
            cItemWS       = new ControlItemMstWebService(Cm);
            cLcWS         = new ControlLocationsWebService(Cm);
            //cPoRWS = new ControlPoRWebService(Cm);
            cISubWS     = new ControlSubInvMstWebService(Cm);
            cSupSWS     = new ControlSupplierSiteWebService(Cm);
            cSupWS      = new ControlSupplierWebService(Cm);
            cTxCWS      = new ControlTaxCodeWebService(Cm);
            cIUomConvWS = new ControlUomConvertMstWebService(Cm);
            cIUomWS     = new ControlUomMstWebService(Cm);
            cVS         = new ControlValueSet(Cm);
            cIOrgWS     = new ControlOrgMstWebService(Cm);

            initCompoment();
            pB1.Visible                = false;
            lvwColumnSorter            = new ListViewColumnSorter();
            lvwColumnSorter.Order      = SortOrder.Descending;
            lvwColumnSorter.SortColumn = 0;
            lv1.Sort();
            txtFileName.Text = Cm.initC.AutoApSource;

            lv1.Columns.Add("NO", 50);
            lv1.Columns.Add("List File", formwidth - 50 - 40 - 100, HorizontalAlignment.Left);
            lv1.Columns.Add("   process   ", 100, HorizontalAlignment.Center);
            lv1.ListViewItemSorter = lvwColumnSorter;
        }
Esempio n. 3
0
        private void initConfig()
        {
            cSupWS = new ControlSupplierSiteWebService(Cm);

            initCompoment();
            pB1.Visible                = false;
            lvwColumnSorter            = new ListViewColumnSorter();
            lvwColumnSorter.Order      = SortOrder.Descending;
            lvwColumnSorter.SortColumn = 0;
            lv1.Sort();
            txtFileName.Text = Cm.initC.AutoGlPeriod;

            lv1.Columns.Add("NO", 50);
            lv1.Columns.Add("List File", formwidth - 50 - 40 - 100, HorizontalAlignment.Left);
            lv1.Columns.Add("   process   ", 100, HorizontalAlignment.Center);
            lv1.ListViewItemSorter = lvwColumnSorter;

            lb2.Text = lb2.Text + " " + Cm.xcustGlPwebservice_run;
            if (Cm.xcustTaxCodewebservice_run.ToLower().Equals("on"))
            {
                cSupWS.setXcustSupTbl(lv1, this, pB1);
            }
            //int i = 1;
        }