-
I've been ask by my client to add a "duplicate" function to my windows form application in VB.NET 2005, using CSLA 2. I'm looked into the copy of the object. I tried to use the following code, but it's not doing what I need. Public Shared Function NewCost(ByVal oldCost As Customer...
-
Hi I'm at the end of my options with the SmartDate. This is my code. Private _contrSdtDt As SmartDate = New SmartDate(True) Public Property ContrSdtDt() As DateTime Get CanReadProperty("ContrSdtDt", True) Return _contrSdtDt.Date End Get Set(ByVal value As DateTime) CanWriteProperty("ContrSdtDt"...
-
Hi I know this is an old posting, but I'm looking into using the Localization in my custom Validation rules. Would it be possible to get an example on how it would be done. I've created my custom Validation rules ok and they work fine. I using windows form (vb.net 2005 with CSLA 2.0), and my...
-
Hi We are using CSLA version 2.0 on .NET 2.0 VS2005. In my project, I'm using a datagridview, with child data. In the design, we add extra rows to the datagridview on the Fetch. We do this so that the user doesn't have to add additional rows; they are only allowed a certain number. Any ways that...
-
Hi We are using CSLA version 2.0 on .NET 2.0 VS2005. We notice something and we don't know if we are the only one that this happens to and if there's a fix for it. So here it is... We build our Windows form no problem, we can fetch the information no problem. When we do a modification in a field...