tallboy755 Posted September 1, 2003 Posted September 1, 2003 I want a option for my user to toggle between Form and List view ... When i use the "View As" function it has the ability to cycle ... however if my button to trigger this script is in my footer it disappears at the table view ... without creating two identical layouts with two separate scripts ... how can i get it to just toggle in between Form and List view???
Lee Smith Posted September 1, 2003 Posted September 1, 2003 You can modify this in the layout mode, Layout Setup, Views
ernst Posted September 1, 2003 Posted September 1, 2003 Hi tallboy, If Status(CurrentView) = 0 View as [View As List] else View as [View As Form] End If Regards, Ernst.
tallboy755 Posted September 1, 2003 Author Posted September 1, 2003 Lee Smith said: You can modify this in the layout mode, Layout Setup, Views I know there had to be an easy was to make this work ... thanks again ... I don't know what i would do without the forums!!!
BuddySystems Posted September 1, 2003 Posted September 1, 2003 I think tallboy just wants to know if it can be scripted with a button at the bottom in Table mode - the answer is NO. Table mode is really not made for "developed" solutions unfortunately, but for end user use.
Recommended Posts
This topic is 7757 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now