StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
Passing BO to childform and use it with a BBS and a Datagridview
Passing BO to childform and use it with a BBS and a Datagridview
Post Reply
Like
1
Passing BO to childform and use it with a BBS and a Datagridview
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,
in a procedure I fill a BO with data and pass it to a form the procedure is calling. On the form is a datagridview and a BusinessBindingSource. I gave linked an "empty" BO to the BBS to design the grid. Now when the form is loaded, I want to replace this BO with the BO passed to the form in the new-Event.
Private
myvormerker
As
MyvormerkerBO
Public
Sub
New
(
ByRef
myvm
As
MyvormerkerBO
)
MyBase
.new()
InitializeComponent()
myvormerker = myvm
End
Sub
In the load-event I try
Me
.VMGrid.DataSource =
Nothing
Me
.BBS1.BusinessObject = myvormerker
Me
.VMGrid.DataSource =
Me
.BBS1
At first I thought it to be working as the data is correctly displayed but the grid is some kinf of idabled as I cannot mark any cell or move to another row or do anything with it.
Could someone tell me what I am missing?
Thanks in advance
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
Passing BO to childform and use it with a BBS and a Datagridview
Thomas Holste
-
9 Years Ago
Hi Thomas, You have to use a Child Form Dialog control to call your...
Edhy Rijo
-
9 Years Ago
Hi Edhy, thanks for your help but after using it, I avoid using the...
Thomas Holste
-
9 Years Ago
Hi Thomas, I am glad you fix the issue, even when you had to...
Edhy Rijo
-
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