Form containing currently selected version details
[save]
[close]
The main application contains a list of projects. Each project has a list of version.
Each version has details about that project version.
I looked at the CustomField, but even that didn’t really make this easy (unless I missed something).
I thought about doing it as a split planel of two forms, but I don’t think that’s going to turn out the way that I want.
I’m guessing I’m going to end up doing two forms… on for the current version/new version and the rest for the version details. and then pass the version to the second form…
I am not sure if it fits Your design, but I created something that is similary to Your concept. List of addresses that can be managed using 3 buttons. Look on my
image attachment in my post . Maybe You will find it usefull.
Radek:
Sorry I didn’t see this until now! I didn’t subscribe to my own thread!
Anyway, I think your problem is slightly different. I decided to a go a different route with it and basically built an entire navigation framework to manage generic page flow (I looked at Navigator7, but honeslty I thought it was over kill for what I needed – I don’t care about bookmarking).
It’s basically lists of lists which contain data sets.
I’ll look at yours in more detail later to see if I can help.