Suppressing the Built-In IWP Interface
IWP exists to make creating a Web database as easy as possible. To meet this goal, FileMaker makes most of the page-creation decisions for you. If you're in a hurry or have no Web experience, this is a blessing. But even if you're not prepared for the complexities of Custom Web Publishing, you can leverage what you already know about FileMaker's internal interactivity and scripting to bypass the IWP interface. Why might you want to do that? For many reasons, ranging from wanting to provide access to special scripts and shortcuts, to offering novice users a simplified interface.To customize a Web-hosted FileMaker database, you first need to turn off the automatic IWP setup that supplies the default interactive scripts and graphic elements so you can replace them with your own. The cleanest way to accomplish this is by using a startup script that hides the status area.
To hide the status area
1 .In the database being hosted, choose Scripts > ScriptMaker (Control+Shift+S/ Command+Shift+S).2 .When the Define Scripts dialog box appears, click New. When the Edit Script dialog box appears, give the script a name.3 .Scroll to the Windows category in the step list on the left and double-click Show/Hide Status Area (Figure 17.38).
Figure 17.38. Combining an opening script with hiding the status area can lock the database navigation.

Figure 17.39. The IWP interface is suppressed when the status area is set to Hide.
[View full size image]

