StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
Winform Designer question
Winform Designer question
Post Reply
Like
0
Winform Designer question
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Michael Reese
Michael Reese
posted 18 Years Ago
ANSWER
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 235,
Visits: 1.6K
This might be a dumb question but I am using the Ultraschedule component which when placed on a form along with a BBS and BO will build before the BO,BBS in the designer. Of course I keep getting an error because the component will attempt to call the BO columns before the BO has had a chance to be declared. I can mannully fix this but it reverts back once I move something on the form.
How do I make the following code display above the schedule component??
Thanks
'BBSScheduleCenter
Me
.BBSScheduleCenter.BusinessObject =
Me
.BOScheduleCenter
Me
.BBSScheduleCenter.ParentForm =
Me
'
'BOScheduleCenter
'
Me
.BOScheduleCenter.ChildAutoFilterOption = MicroFour.StrataFrame.Business.AutoChildFilterOptions.MatchCurrentRow
Me
.BOScheduleCenter.ParentBusinessObject =
Me
.BoSite
Me
.BOScheduleCenter.ParentContainer =
Me
Me
.BOScheduleCenter.SynchronizingObject =
Me
'BBSChangeControl
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
Winform Designer question
Michael Reese
-
18 Years Ago
You can't control the order of how the form designer serializes the...
Trent L. Taylor
-
18 Years Ago
But I do not think the the Ultraschedule control supports this?
Michael Reese
-
18 Years Ago
No. You will have to inherit their control, and then add this...
Trent L. Taylor
-
18 Years Ago
If the UltraSchedule component works anything like their UltraGrid, it...
StrataFrame Team
-
18 Years Ago
Ok, What happened was that I had set the datasource through the gui...
Michael Reese
-
18 Years Ago
Glad you got it figured out.
Trent L. Taylor
-
18 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