Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Jump Start and Discount Rule
Message
From
09/06/2008 11:03:34
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Jump Start and Discount Rule
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01322559
Message ID:
01322559
Views:
75
In the Jump Start tutorial "Web Forms Application - C#" step 14 "Running the Order Edit Form"

When saving the Order Edit form the Discount in the OrderDetail fails entityRule.

Stepping through the code in OrderDetailRules.cs:
discount = 0.0
mmType.IsEmpty(discount) = true

I do not understand why 0.0 fails. Should I not be able to have a discount of 0.0?

As you see in the tutorial documentation in step 14 the OrderDetail grid does show discount of 0 for each row.
And if the author tested this tutorial they would not have gotten the same error.

In my test the save fails due to the following rules message "Discount is required"

I know I could change the data, but I should be allowed to have a 0 discount.
Why is the Detail table being checked anyway? The data is readonly?

Any help is appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform