StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Business Objects and Data Access (How do I?)
»
Why does Childformdialog not work correctly
Why does Childformdialog not work correctly
Post Reply
Like
1
Why does Childformdialog not work correctly
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Thomas Holste
Thomas Holste
posted 9 Years Ago
ANSWER
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 144,
Visits: 618
Hi there,
I have a main form with a BO and a Businessbindingsource to use it with a datagridview. To add new records I call a childform with the childformdialog. This is how it's done:
LieferBO1.Add()
Dim
para
As
New
Liefneuparams
para.cNeu =
"N"
para.cModule =
"Latitelneu"
para.cLiefer =
""
para.lSolo =
False
If
Childliefneu.ShowDialog(para) = DialogResult.OK
Then .......
This works the first time I call it but the second time the liefpos.add() does not add a new record and the bo is positioned on the actual record.
Does anyone know why this is not working?
Best regards
Thomas
Reply
Like
1
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Why does Childformdialog not work correctly
Thomas Holste
-
9 Years Ago
Remember that the BOs are essentially just being passed over. When I...
Trent L. Taylor
-
9 Years Ago
Hi Trent, thank you for the Explanation but the error was much...
Thomas Holste
-
9 Years Ago
Glad you got it going!
Trent L. Taylor
-
9 Years Ago
Post Reply
Like
1
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search