April 2, 200619 yr 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? ;)
April 2, 200619 yr 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
April 2, 200619 yr 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
April 2, 200619 yr 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
Create an account or sign in to comment