StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Issues
»
BO Mapper Problem
BO Mapper Problem
Post Reply
Like
0
BO Mapper Problem
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Trent Taylor
Trent Taylor
posted 17 Years Ago
ANSWER
Post Details
Share Post
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
Reply
Like
0
Greg McGuffey
Greg McGuffey
posted 17 Years Ago
ANSWER
Post Details
Share Post
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)
Reply
Like
0
Richard Keller
Richard Keller
posted 17 Years Ago
ANSWER
Topic Details
Share Topic
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
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search