StrataFrame Forum

BO Mapper Problem

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

By Richard Keller - 10/24/2007

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

By Greg McGuffey - 10/24/2007

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)
By Trent L. Taylor - 10/24/2007

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