/// <summary>
        /// this supports the batch export files from Petra 2.x.
        /// Each line starts with a type specifier, B for batch, J for journal, T for transaction
        /// </summary>
        private void ImportBatches(System.Object sender, System.EventArgs e)
        {
            if (!FLoadAndFilterLogicObject.StatusEditing)
            {
                FLoadAndFilterLogicObject.StatusEditing = true;
            }

            FImportLogicObject.ImportBatches(TUC_GiftBatches_Import.TGiftImportDataSourceEnum.FromFile);
        }
Exemple #2
0
 /// <summary>
 /// this supports the batch export files from Petra 2.x.
 /// Each line starts with a type specifier, B for batch, J for journal, T for transaction
 /// </summary>
 private void ImportBatches(System.Object sender, System.EventArgs e)
 {
     FImportLogicObject.ImportBatches(TUC_GiftBatches_Import.TGiftImportDataSourceEnum.FromFile);
 }