home *** CD-ROM | disk | FTP | other *** search
- #include "ObjEPref.txt"
-
- #define kLit1 "Relationship Name:"
- #define kLit2565 "Specifies the name of relationship from which records in portal are shown."
-
- Margin(10, 10, 10, 10, TabDialogBack)
- VList(UseParWidth)
- {
- StaticText( kLit1, Width = UseParent, kStaticFont);
- StdVSpace;
- EditText(obj.relationshipname, Label = "", LabelAlignment=Left, kEditFont, LabelWidth=0, UseParWidth, StdFlags, EH kLit2565);
- StdVSpace;
- }