Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Window.ShowTableViewDialog
Shows the dialog to modify the fields for table view.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Window | 6.5 | Yes | No | No | No | No |
MBS( "Window.ShowTableViewDialog"; WindowRef { ; Force } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| WindowRef | Window Reference is the unique OS level window ID. You can obtain this by using the Window.FindByTitle or Window.FindByIndex functions. Pass zero to access the frontmost window. | 0 | |
| Force | Pass 1 to avoid checks whether button can be clicked. Normally plugin wants to avoid that you click there when not appropriate. But to toggle the button for a card window, you may want to force it as FileMaker does not support that. |
0 | Optional |
Result
Returns OK or error.
Description
Shows the dialog to modify the fields for table view.Please run as last command in script, so the function can do the job properly.
On Windows you can try similar by simulating a mouse click on the right coordinate.
Examples
Show table view dialog command:
Set Variable [$r; Value:MBS("Window.ShowTableViewDialog"; 0)]
See also
Example Databases
Blog Entries
Created 27th November 2016, last changed 1st June 2017
Window.ShowScrollbars - Window.ShowsToolbarButton
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins