|
Runtime version limitations:
- Security cannot be adjusted. Here we have set a
User level. In a full implementation there are Browser and
Admin levels, etc.
- The runtime does not support ActiveX automation. In
the full implementation there is no need for IMPORT and EXPORT
buttons.
- The runtime does now allow any layout changes.
These limitations are not, of course, in the full
FileMaker Pro 8 implementation.
FM Pro 8 (Sep 2005) adds customizable menus. In previous
FM 7 examples, we used Dacons' MenuControl. The new built-in customization
appears to be much easier to use. (Customizable menus are absolutely
essential for security.) The bad news: FileMaker Pro 8 Advanced is
required for customizing menus. (Not all users need Advanced, only
developers.)
The installation adds two BASIC macros:
SpectrumGet.bas - Run AFTER clicking EXPORT Spectrum to
display the spectrum in DESIGN.
SpectrumSave.bas - Run BEFORE clicking IMPORT Spectrum.
(Note that this macro alters your FSPlot configuration.) |