home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1999 March / CDW0399.iso / Demos / HomePage / data1.cab / Program_Executable_Files / Homepage.exe / 1009 / 2057 < prev    next >
Encoding:
Text File  |  1997-12-10  |  443 b   |  13 lines

  1. #include "ObjEPref.txt"
  2.         
  3. #define kLit1    "Token Value:"
  4. #define kLit2603 "Specifies a value to pass to a FileMaker form page or format file.  Examples:[FMP-CurrentRecID]; a text constant."
  5.  
  6.  
  7. VList(UseParWidth, stdBackColor)
  8. {
  9.     Margin(0, 5, 0, 5, TabDialogBack)
  10.     StaticText( kLit1, kStaticFont, Alignment = Left, UseParWidth);
  11.     EditText(obj.value, LabelAlignment=Left, StdLblWidth, kEditFont, UseParWidth, StdFlags, EH kLit2603);
  12. }
  13.