|
|
Group: StrataFrame Users
Last Login: 2/3/2014 5:46:13 AM
Posts: 153,
Visits: 1,155
|
I have to use 3 label and 3 textboxes on all my forms (audit / show user and date in a CRUD of Add/Edit/Logical delete)
I see that if I put some textboxes on a usercontrol with public access I can set all of the properties on the form the problem is that when I drop the SF textbox controls on a user control a message say that it not implement a IBusinessbindlable interfase what is the best approach to have a user control that I can drop on all my forms, this usercontrol have some textboxes and I have to set only the form businessobjects that those textboxes need? I hope that my question be understand (sorry for me bad english).
|
|
|
Strategic Support Team Member       
Group: StrataFrame MVPs
Last Login: 2 days ago @ 10:51:31 PM
Posts: 1,920,
Visits: 21,126
|
|
|
|
Group: StrataFrame Users
Last Login: 2/3/2014 5:46:13 AM
Posts: 153,
Visits: 1,155
|
thanks for reply Ivan, yesterday I found the post http://forum.strataframe.net/Topic17845.aspx and using the example I ended with a working User Control, basically the idea was to put a property "BusinessObject" on the user control that assigns to all the strataframe controls on this user control the selected BO and all worked ok 
|
|
|
Strategic Support Team Member       
Group: StrataFrame MVPs
Last Login: 2 days ago @ 10:51:31 PM
Posts: 1,920,
Visits: 21,126
|
Glad you got it going, Fabian.
|