home *** CD-ROM | disk | FTP | other *** search
- #include "ObjEPref.txt"
-
- #define kLit1 "Token Value:"
- #define kLit2603 "Specifies a value to pass to a FileMaker form page or format file. Examples:[FMP-CurrentRecID]; a text constant."
-
-
- VList(UseParWidth, stdBackColor)
- {
- Margin(0, 5, 0, 5, TabDialogBack)
- StaticText( kLit1, kStaticFont, Alignment = Left, UseParWidth);
- EditText(obj.value, LabelAlignment=Left, StdLblWidth, kEditFont, UseParWidth, StdFlags, EH kLit2603);
- }
-