home *** CD-ROM | disk | FTP | other *** search
- #include "ObjEPref.txt"
-
- #define kLit1 "Field Name:"
- #define kLit2566 "Specifies the name of the repeating field as defined in the FileMaker Pro file."
-
- Margin(10, 10, 10, 10, TabDialogBack)
- VList(UseParWidth)
- {
- StaticText( kLit1, Width = UseParent, kStaticFont);
- StdVSpace;
- EditText(obj.fieldname, Label = "", LabelAlignment=Left, LabelWidth=0, kEditFont, UseParWidth, StdFlags, EH kLit2566);
- StdVSpace;
- }