StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Issues
»
Child BO Broken Rules not being checked or even fired on Parent BO...
Child BO Broken Rules not being checked or even fired on Parent BO save event.
Post Reply
Like
0
Child BO Broken Rules not being checked or even fired on Parent BO...
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Alex M. Lana
Alex M. Lana
posted 16 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 20,
Visits: 264
Greetings,
I have tried to workaround this issue with no success.
Situation:
1 Maintenance Form
-- 1 Master BO
----2 or more Child BOs
Symptom:
The rules on child BOs are not being checked.
Example Case:
-- ProjectBO
---- TasksBO (TasksBO.prj_pk <-> ProjectBO.prj_pk)
------ SubTasksBO (SubTasksBO.prj_pk <-> TasksBO.prj_pk)
On debug the check rules event on child BO is not being executed. I even tried to force it using a workaround:
private void ProjectBO_CheckRulesOnCurrentRow(CheckRulesEventArgs e)
{
TasksBO.CheckRulesOnRow(true);
}
The child BO rule is executed, but does not break saving routine and does not navigate to the broken rules' fileds and put red arrows.
This issue is critical for us since we are using several master/detail forms with lots of Parent/Child BO relationships.
Thanks,
Alex Lana
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
Child BO Broken Rules not being checked or even fired on Parent BO...
Alex M. Lana
-
16 Years Ago
Alex, We have some forms that may go as 4 tiers deep and have a dozen...
Trent L. Taylor
-
16 Years Ago
Thanks Trent.
Angela will be posting a quick sample here...
Alex M. Lana
-
16 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