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
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
Threaded View
Threaded View
BO Mapper Problem
Richard Keller
-
17 Years Ago
A quote from Trent in another post:
[quote]This has already...
Greg McGuffey
-
17 Years Ago
Greg is correct. This issue has already been resolved and we have...
Trent L. Taylor
-
17 Years Ago
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