Example #1
0
        public override global::System.Data.DataSet Clone()
        {
            F2103ExemptionSelectionData cln = ((F2103ExemptionSelectionData)(base.Clone()));

            cln.InitVars();
            cln.SchemaSerializationMode = this.SchemaSerializationMode;
            return(cln);
        }
Example #2
0
        public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs)
        {
            F2103ExemptionSelectionData ds = new F2103ExemptionSelectionData();

            global::System.Xml.Schema.XmlSchemaComplexType type     = new global::System.Xml.Schema.XmlSchemaComplexType();
            global::System.Xml.Schema.XmlSchemaSequence    sequence = new global::System.Xml.Schema.XmlSchemaSequence();
            global::System.Xml.Schema.XmlSchemaAny         any      = new global::System.Xml.Schema.XmlSchemaAny();
            any.Namespace = ds.Namespace;
            sequence.Items.Add(any);
            type.Particle = sequence;
            global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
            if (xs.Contains(dsSchema.TargetNamespace))
            {
                global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                try {
                    global::System.Xml.Schema.XmlSchema schema = null;
                    dsSchema.Write(s1);
                    for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext();)
                    {
                        schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                        s2.SetLength(0);
                        schema.Write(s2);
                        if ((s1.Length == s2.Length))
                        {
                            s1.Position = 0;
                            s2.Position = 0;
                            for (; ((s1.Position != s1.Length) &&
                                    (s1.ReadByte() == s2.ReadByte()));)
                            {
                                ;
                            }
                            if ((s1.Position == s1.Length))
                            {
                                return(type);
                            }
                        }
                    }
                }
                finally {
                    if ((s1 != null))
                    {
                        s1.Close();
                    }
                    if ((s2 != null))
                    {
                        s2.Close();
                    }
                }
            }
            xs.Add(dsSchema);
            return(type);
        }
        /// <summary>
        /// F2103_s the get exemption selection.
        /// </summary>
        /// <param name="exemptionCode">The exemption code.</param>
        /// <param name="description">The description.</param>
        /// <param name="percent">The percent.</param>
        /// <param name="maximum">The maximum.</param>
        /// <param name="rollYear">The roll year.</param>
        /// <returns></returns>
        public static F2103ExemptionSelectionData f2103_GetExemptionSelection(string exemptionCode, string description, decimal?percent, decimal?maximum, int?rollYear)
        {
            F2103ExemptionSelectionData exemptionSelectionData = new F2103ExemptionSelectionData();
            Hashtable ht = new Hashtable();

            ht.Add("@ExemptionCode", exemptionCode);
            ht.Add("@Description", description);
            ht.Add("@Percent", percent);
            ht.Add("@Maximum", maximum);
            ht.Add("@Rollyear", rollYear);
            Utility.LoadDataSet(exemptionSelectionData.F2103ExemptionSelection, "f2103_pclst_ExemptionSelection", ht);
            return(exemptionSelectionData);
        }
Example #4
0
            public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs)
            {
                global::System.Xml.Schema.XmlSchemaComplexType type     = new global::System.Xml.Schema.XmlSchemaComplexType();
                global::System.Xml.Schema.XmlSchemaSequence    sequence = new global::System.Xml.Schema.XmlSchemaSequence();
                F2103ExemptionSelectionData ds = new F2103ExemptionSelectionData();

                global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny();
                any1.Namespace       = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs       = new decimal(0);
                any1.MaxOccurs       = decimal.MaxValue;
                any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny();
                any2.Namespace       = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs       = new decimal(1);
                any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name       = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name       = "tableTypeName";
                attribute2.FixedValue = "F2103ExemptionSelectionDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable();
                if (xs.Contains(dsSchema.TargetNamespace))
                {
                    global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream();
                    global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream();
                    try {
                        global::System.Xml.Schema.XmlSchema schema = null;
                        dsSchema.Write(s1);
                        for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext();)
                        {
                            schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current));
                            s2.SetLength(0);
                            schema.Write(s2);
                            if ((s1.Length == s2.Length))
                            {
                                s1.Position = 0;
                                s2.Position = 0;
                                for (; ((s1.Position != s1.Length) &&
                                        (s1.ReadByte() == s2.ReadByte()));)
                                {
                                    ;
                                }
                                if ((s1.Position == s1.Length))
                                {
                                    return(type);
                                }
                            }
                        }
                    }
                    finally {
                        if ((s1 != null))
                        {
                            s1.Close();
                        }
                        if ((s2 != null))
                        {
                            s2.Close();
                        }
                    }
                }
                xs.Add(dsSchema);
                return(type);
            }
Example #5
0
        /// <summary>
        /// Handles the Click event of the DistrictSearchButton control.
        /// </summary>
        /// <param name="sender">The source of the event.</param>
        /// <param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
        private void ExemptionSearchButton_Click(object sender, EventArgs e)
        {
            try
            {
                if (this.ExemptionSearchButton.Enabled)
                {
                    int     rollYear         = 0;
                    decimal?percent          = null;
                    decimal?maximum          = null;
                    bool    isDecimal        = false;
                    bool    isPercentDecimal = false;
                    if (!string.IsNullOrEmpty(this.RollYearTextBox.Text.Trim()))
                    {
                        int.TryParse(this.RollYearTextBox.Text.Trim(), out rollYear);
                    }
                    if (!string.IsNullOrEmpty(this.PercentTextBox.Text.Trim()))
                    {
                        if (this.PercentTextBox.Text.Trim().Equals("."))
                        {
                            this.PercentTextBox.Text = "0.";
                            isPercentDecimal         = true;
                        }
                        // Added by purushotham to check valid decimal
                        if (this.PercentTextBox.Text.Trim().Contains("."))
                        {
                            var count = this.PercentTextBox.Text.Trim().Split('.').Length - 1;
                            if (count <= 1)
                            {
                                percent = Convert.ToDecimal(this.PercentTextBox.Text.Trim(), CultureInfo.InvariantCulture);
                            }
                            else
                            {
                                percent = 0;
                                this.PercentTextBox.Text           = "0";
                                this.PercentTextBox.SelectionStart = 1;
                            }
                        }
                        else
                        {
                            percent = Convert.ToDecimal(this.PercentTextBox.Text.Trim(), CultureInfo.InvariantCulture);
                        }
                        if (percent > 100.00m)
                        {
                            this.PercentTextBox.Text = "0";
                            percent = 0.00m;
                            this.PercentTextBox.SelectionStart = 1;
                        }
                    }
                    if (!string.IsNullOrEmpty(this.MaximunTextBox.Text.Trim()))
                    {
                        if (this.MaximunTextBox.Text.Trim().Equals("."))
                        {
                            this.MaximunTextBox.Text = "0.";
                            isDecimal = true;
                        }
                        if (this.MaximunTextBox.Text.Trim().Contains("."))
                        {
                            var count = this.MaximunTextBox.Text.Trim().Split('.').Length - 1;
                            if (count <= 1)
                            {
                                maximum = decimal.Parse(this.MaximunTextBox.Text.Trim(), CultureInfo.InvariantCulture);
                            }
                            else
                            {
                                maximum = 0;
                                this.MaximunTextBox.Text           = "0";
                                this.MaximunTextBox.SelectionStart = 1;
                            }
                        }
                        else
                        {
                            maximum = decimal.Parse(this.MaximunTextBox.Text.Trim(), CultureInfo.InvariantCulture);
                        }

                        if (maximum > 922337203685477.5807M)
                        {
                            this.MaximunTextBox.Text = "0";
                            maximum = 0.00m;
                            // this.MaximunTextBox.Focus();
                            this.MaximunTextBox.SelectionStart = 1;
                        }
                    }
                    this.exemptionSlectionDataset = this.form2103Control.WorkItem.f2103_GetExemptionSelection(this.CodeTextBox.Text.Trim(), this.DescriptionTextBox.Text.Trim(), percent / 100, maximum, rollYear);
                    for (int i = 0; i < this.exemptionSlectionDataset.F2103ExemptionSelection.Rows.Count; i++)
                    {
                        decimal tempper = 0;
                        decimal.TryParse(this.exemptionSlectionDataset.F2103ExemptionSelection.Rows[i]["Percent"].ToString(), out tempper);
                        this.exemptionSlectionDataset.F2103ExemptionSelection.Rows[i]["Percent"] = tempper * 100;
                        this.exemptionSlectionDataset.F2103ExemptionSelection.AcceptChanges();
                    }
                    int recordCount = 0;
                    if (isDecimal.Equals(true))
                    {
                        this.MaximunTextBox.Text           = ".";
                        this.MaximunTextBox.SelectionStart = 1;
                    }
                    if (isPercentDecimal.Equals(true))
                    {
                        this.PercentTextBox.Text           = ".";
                        this.PercentTextBox.SelectionStart = 1;
                    }
                    if (this.exemptionSlectionDataset.F2103ExemptionSelection.Rows.Count > 0)
                    {
                        recordCount = this.exemptionSlectionDataset.F2103ExemptionSelection.Rows.Count;
                        this.ExemptionDataGridView.Enabled    = true;
                        this.ExemptionDataGridView.DataSource = this.exemptionSlectionDataset.F2103ExemptionSelection.DefaultView;
                        this.ExemptionDataGridView.Focus();
                        this.ExemptionDataGridView.Rows[0].Selected = true;
                        this.ExemptionAcceptButton.Enabled          = true;
                        this.RemoveButton.Enabled = false;
                        ////this.ExemptionDataGridView.Focus();
                        this.emptyRecord = false;
                    }
                    else
                    {
                        this.ExemptionDataGridView.DataSource       = this.exemptionSlectionDataset.F2103ExemptionSelection.DefaultView;
                        this.ExemptionDataGridView.Enabled          = false;
                        this.ExemptionDataGridView.Rows[0].Selected = false;
                        this.ExemptionDataGridView.CurrentCell      = null;
                        this.emptyRecord = true;
                        this.ExemptionAcceptButton.Enabled = false;
                        if (string.IsNullOrEmpty(ExemptionCode))
                        {
                            this.RemoveButton.Enabled = false;
                        }
                        else
                        {
                            this.RemoveButton.Enabled = true;
                        }
                    }

                    this.RecordCountLabel.Text = recordCount + SharedFunctions.GetResourceString("9101MasterNameSearch");
                    this.DisableVScrollBar();
                }
            }
            catch (Exception ex)
            {
                ExceptionManager.ManageException(ex, ExceptionManager.ActionType.CloseCurrentForm, this.ParentForm);
            }
            finally
            {
                this.Cursor = Cursors.Default;
            }
        }