StrataFrame Forum
Back
Login
Login
Home
»
.NET Forums
»
General .NET Discussion
»
runtime business object creation
runtime business object creation
Post Reply
Like
0
runtime business object creation
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Fabian R Silva, -
Fabian R Silva, -
posted 17 Years Ago
ANSWER
HOT
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 153,
Visits: 1.2K
Hi guys, I try to make a generic ABM, on it I dropped a "copy" button and it must copy the current record of the primary business object on a private business object
example: I'm retrieving on the ABM a product's table, my currentrowindex is 23 and I like to copy this on a temporary business object with only this record, I not sure how to declare the private variable
private _boCopy as XXXXXX
XXXXX mean that I known what is the primary object (the form property say it) but I don't known how to say something like
dim _boCopy as (the type of Myform.PrimaryBusinessObject)
Thanks and sorry for me newbie questions
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
runtime business object creation
Fabian R Silva, -
-
17 Years Ago
I not sure if I clear on the last post, I try to make something like...
Fabian R Silva, -
-
17 Years Ago
Well, a business object has a CopyDataFrom method that allows data...
Trent L. Taylor
-
17 Years Ago
thanks for reply, my question I think is more a .net question about...
Fabian R Silva, -
-
17 Years Ago
You will want to use the base class which would be BusinessLayer:...
Trent L. Taylor
-
17 Years Ago
[quote][b]Trent L. Taylor (09/24/2007)[/b][hr]Well, a business object...
Fabian R Silva, -
-
17 Years Ago
Yes, Fabian, that will work, but you'll need to make sure that you...
StrataFrame Team
-
17 Years Ago
How To obtain the current record from the PrimaryBusinessObject of a...
Fabian R Silva, -
-
17 Years Ago
I say "Victory" too fast
when I set
Private _CopyBO As...
Fabian R Silva, -
-
17 Years Ago
Have you built the partial class for the BO you are working with?
Trent L. Taylor
-
17 Years Ago
Yes, I build all the project to test it, I tested with some BOs and...
Fabian R Silva, -
-
17 Years Ago
Yes, this message is because the partial class has not been built....
Trent L. Taylor
-
17 Years Ago
[quote][b]Trent L. Taylor (09/28/2007)[/b][hr]Yes, this message is...
Fabian R Silva, -
-
17 Years Ago
Solution to this topic (I think :crazy:)
[quote]dim _copybo...
Fabian R Silva, -
-
17 Years Ago
Fabian,
I think that the code posted won't have just one...
Greg McGuffey
-
17 Years Ago
Yep, Greg is correct... if you filter out all but 1 row, and you want...
StrataFrame Team
-
17 Years Ago
Hello guys, that's right, some cut & paste to show the example and I...
Fabian R Silva, -
-
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