JUSTWEB kialakítása

This commit is contained in:
2017-09-29 12:39:08 +02:00
parent 8109131541
commit 139f6c4c16
9 changed files with 341 additions and 21 deletions
@@ -15,7 +15,7 @@ using DevExpress.Persistent.Base;
using DevExpress.Persistent.Validation;
using DevExpress.ExpressApp.Xpo;
using DevExpress.Xpo;
using Nuvolar.Module.Win;
//using Nuvolar.Module.Win;
namespace Nuvolar.Module.BusinessObjects
{
@@ -23,7 +23,7 @@ namespace Nuvolar.Module.BusinessObjects
public partial class PriceFixCustomers_VC : ViewController
{
private WaitFormClass _WaitFormClass;
//private WaitFormClass _WaitFormClass;
public PriceFixCustomers_VC()
{
InitializeComponent();
@@ -34,7 +34,7 @@ namespace Nuvolar.Module.BusinessObjects
base.OnActivated();
if (View.Id == "PriceFixCustomers_ListView")
{
_WaitFormClass = new WaitFormClass();
//_WaitFormClass = new WaitFormClass();
Load_PriceFixCustomers_ListView();
}
// Perform various tasks depending on the target View.
@@ -72,10 +72,10 @@ namespace Nuvolar.Module.BusinessObjects
XPCollection<Customers> _Customers_Collection = new XPCollection<Customers>(_ocur.Session, CriteriaOperator.Parse("IsNull(Pricing)=False"));
_WaitFormClass.Initwork(1, 1, _Customers_Collection.Count);
//_WaitFormClass.Initwork(1, 1, _Customers_Collection.Count);
foreach (Customers _Customers in _Customers_Collection)
{
_WaitFormClass.DoWork();
//_WaitFormClass.DoWork();
foreach (PricingFix _PricingFix in _Customers.Pricing.PricingFix)
{
PriceFixCustomers _PriceFixCustomers = new PriceFixCustomers(_ocur.Session);
@@ -138,7 +138,7 @@ namespace Nuvolar.Module.BusinessObjects
}
}
_WaitFormClass.FinalWork();
//_WaitFormClass.FinalWork();
}
}
@@ -429,10 +429,6 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Nuvolar.Module.Win\Nuvolar.Module.Win.vbproj">
<Project>{98539DCF-BF11-4158-AEC0-4B008A404A0E}</Project>
<Name>Nuvolar.Module.Win</Name>
</ProjectReference>
<ProjectReference Include="..\Nuvolar.Module\Nuvolar.Module.vbproj">
<Project>{60bf693f-7dea-4cf6-85bd-ea96829d79dd}</Project>
<Name>Nuvolar.Module</Name>