Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

click to switch table view->form view?


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

Recommended Posts

  • Newbies
Posted

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? ;)

Posted

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

Posted

oh sorry, Table to Form... just change the script to be:

If [ Get(LayoutViewState) ]

View As [ View as form ]

Else

View As [ View as table ]

End If

Posted

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

  • 2 weeks later...

This topic is 6800 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.