Jump to content

click to switch table view->form view?


Aviator

This topic is 6584 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

We need to be able to quickly switch back and forth from a table (or portal view) to the form view while staying on the same record. I saw something a while back about programming this in Filemaker Advisor, but lost the article. How can I do this? ;)

Link to comment
Share on other sites

If [ Get(LayoutViewState) ]

View As [ View as form ]

Else

View As [ View as List ]

End If

If that doesnt work, make the first step:

If[ Get(LayoutViewState) = 1]

~Genx

Link to comment
Share on other sites

Go to layout mode and then Layout >> Layout Setup >> Views.

Remove the List View.

Now use the View As (cycle) and the same button will rotate between the Table and Form View.;

HTH

Lee

Link to comment
Share on other sites

  • 2 weeks later...

This topic is 6584 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.