Endre
Registered User.
- Local time
- Today, 16:40
- Joined
- Jul 16, 2009
- Messages
- 137
Hello All, I am looking for a mechanism to create a "control" that represents the duration and possibly size of an object e.g. a Project.
Vertically I would like to see many Projects and horizontally a time scale. But each project is represented by a long rectangle, positioned correctly on the time scale for start and finish. Much like MSProject, but a simple version. However, I would like to be able to "grab" the ends of the rectangle and stretch it's size to change duration, or slide the rectangle horizontally. Here's the catch though - I would like it in a sub-form style to see multiple projects one on top of each other.
I've found doing something like this is OK, but as soon as you move to the next "record" in the sub-form, it's "rectangle" starts taking on properties of the previous record that held the focus. And the objects start jumping all over the place......
Each project will have a cost per time period (which would also be nice to have some way of displaying as the cost changes over the duration of the project), and the graph at the top of the entire form shows total project cost, or total cost of selected objects.
Any idea of how to create such a control that works on a "sub-form"?
Here is a really great example of a slider control on a main form created by ChrisO. It's pretty cool
See Post #4, http://www.access-programmers.co.uk/forums/showthread.php?t=177669
Vertically I would like to see many Projects and horizontally a time scale. But each project is represented by a long rectangle, positioned correctly on the time scale for start and finish. Much like MSProject, but a simple version. However, I would like to be able to "grab" the ends of the rectangle and stretch it's size to change duration, or slide the rectangle horizontally. Here's the catch though - I would like it in a sub-form style to see multiple projects one on top of each other.
I've found doing something like this is OK, but as soon as you move to the next "record" in the sub-form, it's "rectangle" starts taking on properties of the previous record that held the focus. And the objects start jumping all over the place......
Each project will have a cost per time period (which would also be nice to have some way of displaying as the cost changes over the duration of the project), and the graph at the top of the entire form shows total project cost, or total cost of selected objects.
Any idea of how to create such a control that works on a "sub-form"?
Here is a really great example of a slider control on a main form created by ChrisO. It's pretty cool
See Post #4, http://www.access-programmers.co.uk/forums/showthread.php?t=177669