Home › Forum › Laying out a Form › tabbed forms
This topic contains 4 replies, has 0 voices, and was last updated by Anonymous 11 years, 9 months ago.
- AuthorPosts
- June 1, 2009 at 11:46 pm #208
AnonymousHi,
is it possible to make easily tabbed forms with perfectforms? especially the hiding and showing behavior of info on thes tabbed forms should be easily managed…
see //office.microsoft.com/en-us/access/HA102859411033.aspx
June 2, 2009 at 8:26 am #4572defining how your users navigate through your form objects can be done in a range of ways with tab control ordering
/Documentation/manual/html/tab_order.htm
There is also an example form you can look at here:
/Documentation/manual/html/fl_tab_order_management_example.htm
but also there is the script action ‘Show’ where you can present the user to the next field from behaviors. This function can be useful on the object has lost focus event
June 2, 2009 at 8:39 am #4575
AnonymousIan, it is not te tab control ordering. It’s about the visual represantation of a form (have a look at the attached link to see an example of a tabbed form)with a TAB visualization.
June 2, 2009 at 9:00 am #4578no reason why you can’t design a form like this if you want. You have complete control of how you can design your forms.
The ‘Set State’ script can be used to show/hide objects as required , but you may find it easier to work on the principle of pages in the form with your own images to be the ‘tab’ you see here, and then as users click the tab it takes them to the specific page on the form
June 2, 2009 at 9:02 am #4579check out the sample forms on the website:
/sample-apps.php
a number of them have a design similar to what you are looking for here I think
- AuthorPosts
You must be logged in to reply to this topic.