Mac Form: Adding Hidden Text Feature to FieldsArticle ID: Q102423Creation Date: 03-AUG-1993 Revision Date: 01-DEC-1994
The information in this article applies to:
SUMMARY
Versions 3.0 and 3.1 of Microsoft Mail for AppleTalk Networks allow
you to create custom forms using the Form Designer stack and
HyperCard.
In addition to a familiar design interface, the HyperCard program
includes a powerful scripting language. When a form is compiled and
installed, however, common HyperCard scripts are ignored.
You can add "compile" scripts to a form to add complex features. When
you choose the Compile button, it sends out a Compile command.
To customize a form, you can add code to the Compile command to tell
the compiling script to set certain attributes for a particular
object.
MORE INFORMATION
One security feature available through these compile scripts allows
you to make all characters entered into a field appear as bullets
(similar to the password box in the Sign-On screen). To do this,
follow the steps below to add a script to a field on the Send screen:
set userlevel to 5
|
THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.