BO Mapper Problem


Author
Message
Richard Keller
Richard Keller
StrataFrame User (134 reputation)StrataFrame User (134 reputation)StrataFrame User (134 reputation)StrataFrame User (134 reputation)StrataFrame User (134 reputation)StrataFrame User (134 reputation)StrataFrame User (134 reputation)StrataFrame User (134 reputation)StrataFrame User (134 reputation)
Group: Forum Members
Posts: 84, Visits: 324
In the Designer File I kept getting my Business Objects missing an END IF statement.  Any Ideas?

For Example:

Public Property [OnLoadAction]() As System.String

Get

Dim loValue As Object

loValue = Me.CurrentRow.Item("OnLoadAction")

If loValue Is DBNull.Value Then

Return String.Empty

Else

Return CType(loValue, System.String)

End If

End Get

Set(ByVal value As System.String)

If value <> String.Empty Then

Me.CurrentRow.Item("OnLoadAction") = value

Else

Me.CurrentRow.Item("OnLoadAction") = DBNull.Value

>>>>>>>>>>>>>>>>>>>MISSING END IF HERE <<<<<<<<<<<<<<<<<<<<<<

 

End Set

End Property


Greg McGuffey
Greg McGuffey
Strategic Support Team Member (3.4K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
A quote from Trent in another post:



This has already been fixed and will be included in the next update. You can get the beta DLLs at the following location:



http://forum.strataframe.net/FindPost11844.aspx





(Be sure to copy out the second UI post after your download the first ZIP)

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Greg is correct.  This issue has already been resolved and we have posted some assemblies on another thread.  If you have troubles getting those assemblies let me know and we can be sure to get you a copy.  Sorry for the trouble Blush
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search