Solved Navigation tabs left side and top side controls

donkey9972

Registered User.
Local time
Yesterday, 23:35
Joined
May 18, 2008
Messages
193
OK, I am not familiar with using navigation forms at all. I am trying to learn how to use them. I have created a navigation form. I have opted for vertical left and horizontal top. So here is my question or dilemma. On the left side I want to click the top button if you will. and it display the horizontal tabs across the top with any of the sub-forms I want for that section. Then when I click the 2nd button on the left side, I want completely different tab names to appear across the horizontal tabs and obviously different sub-forms for those tabs. But right now when I click the top button on the left side it displays the tabs I have setup with the sub-forms. When I click the 2nd button on the left side it still displays the exact same tab names across the horizontal bar. Is there a way to segregate or make them each have their own separate tab displays across the horizontal bar?
 
Opt for vertical left. Then:
For the top button on the left, make another navigation form to appear, this time with horizontal tabs.
For the 2nd button on the left side, make yet another navigation form to appear, also with horizontal tabs and completely different names.

If some button on the left needs no horizontal tabs, you can load the form directly from that button or, of course, you can add another navigation form with a single horizontal tab.
 
Ah ok, let me give that a shot. Thank you for the information.
 
That works, but its not exactly what I am looking for.
 
I'd suggest mocking up what you are really wanting this to look like, even if it requires you to make several "fake" forms, to show what you intend.
 
Ok, I think these 2 attached pictures might make things a little more clear.
 

Attachments

  • Page 1.PNG
    Page 1.PNG
    21.3 KB · Views: 189
  • Page 2.PNG
    Page 2.PNG
    27.6 KB · Views: 177
Yes, the setup that I described would have that effect, but with navigation forms. Can you show what you have or describe the problem that you're having?
 
The problem is that setup transition. When I click on one of the buttons the page with the horizontal bar comes up but the side buttons disappear. I am trying to get only the horizontal pages to transition and the vertical buttons to always be present.
 
You should have changed the navigation form that has both left and top buttons with one that has ONLY left buttons. Then, make another navigation form with ONLY top buttons for command1 and another navigation form with ONLY top buttons for command2 as well. Can you show a screenshot of what you have right now?
 
I cant, I deleted it. But I think I have an idea, I just need to hide top navigation form 1 when button 2 is pressed, and hide top navigation2 when 1 is pressed.
 
As you wish, but that sounds harder to pull off and maintain. The suggestion wouldn't require code.
 
Im not at a computer right now. When I get home in about 8 or 9 hours I will see what you are talking about. I am really curious.
 
I see the result of what you did, I am still not sure how you accomplished this with the positioning.
 
I see the result of what you did, I am still not sure how you accomplished this with the positioning.
I suggest you open the file in design mode to take it apart, then either put it back together or improve it. There’s really no trick to it, just select, tweak the settings, and adjust until it looks the way you want. This particular design is called "flat," which has minimal gaps and almost no borders, relying on colors to separate the elements. To achieve this, I basically did the following:

- Set all margins and fills to 0
- Set top and left properties to 0
- Set width and height properties accordingly
- Remove borders
- Use anchoring
- Stick to simple squares, no fancy shapes

Some properties are adjusted in the form itself, like removing record selectors and the record navigation bar, as well as changing background colors.

The rest of the positioning can be done through the control properties, using the settings mentioned.

If you're curious about anything in particular, just let me know.
 
I am playing around with it, the only thing I don't understand about this, is how did you get the 2 subforms onto the same section.
 
Click button 1 on the left, show its properties pane and go to the Data tab. You can see there what it loads (it loads another navigation form).
 
I do appreciate all the help that I get on these forums. However, you are right, I have not used navigation forms before, and I am sure there are numerous issues that I have not seen that will arise. I have opted to use half and half. Half built in navigation form and half custom. Basically I have an old DB I am converting over to be used again. However it has some different requirements, but the data is essentially going to be the same. So it will basically work like this. On the left side you click one of the built vertical in navigation buttons. Then once that button is pressed it will display tabs across the top specifically in the category for the button to the left. For instance the top left button will have 6 subforms associated with it. The 2nd tab on the left side once clicked will open up and have 8 subforms associated with it, etc.... I just wanted to try something different. So far it is working okay. If at some point this does not work how I am wanting it to, I always have an option to scrap the idea of the navigation forms and go with what I already know.

I hope that gives a little context to what I am doing. But this does lead me to a 2nd question. What is needed when a navigation form opens to start it on the 2nd verticale tab on the left side, which in my case that tab is called 'NavigationButton9" currently.
 

Users who are viewing this thread

Back
Top Bottom