SCREEN LAYOUT DEFINITION ************************ - Use PgDn to see the rest of this text. Introduction: This utility is intended to be used with See-Mail rolodex screens. You can change the default See-mail.scr, or you can create new screens to match the different rolodex's you have created. In this way you can use a rolodex to store different information, such as product details, or track spares available, and so on. Using SCRDEF you can delete fields you do not want or display a different text prompt with the field. I.e. you might use Surname as Part name, and MCI_id as Part number. The only rule you must follow is that you must have the Full_Name, and MCI_id fields somewhere on your screen. Surname if used in conjunction with the Full_Name field will default to the last token in the Full_Name field. You may need to include Surname on the screen to allow manual overriding of this feature. The OTHER field can be used to provide a field for searching. To associate a new screen to a rolodex you must use the same name, i.e. PERSONAL for the rolodex, and PERSONAL.SCR for the screen, and locate the screen in the same directory as the rolodex, or in the program directory for See-mail. Key Help: The function keys work as follows: F10: End screen definition. S-F10: Re-size window. F3: Delete field under cursor. F4: Define new field. F7: Delete line. F8: Insert blank line at cursor position. Special keys are: Ins: Change between insert and overwrite mode. Del: Delete char under cursor Back Space: Delete char before cursor For cursor movement the following keys can be used: -> Move the cursor one character to the right. Ctrl -> Move the cursor five characters to the right. <- Move the cursor one character to the left. Crtl <- Move the cursor five characters to the left. Arrow up Move the cursor one row up. PgUp Move the cursor one page up. pil ned Move the cursor one row down. PgDn Move the cursor one page down. Home Move the cursor to the start of the window. Ctrl Pgup Move the cursor to the start of the screen definition. End Move the cursor to the end of the window. Ctrl Pgdn Move the cursor to the end of the screen definition. Cr Move the cursor to start of the next line Fields Field definitions are: field(FNAME,TYPE,ROW,COL,LEN) txtfield(ROW,COL,LEN,STRING) windowsize(ROW,COL) pastebox(ROW, COL, LEN, LEN) separator(STRING) notes_format(COL,LEN) Names Field names are: "Full_Name" "Surname" "MCI_id" "Telephone" "FAX" "INTERNAL" "Act_Code" "Act_Yr" "Act_Mn" "Act_Dy" "Trans_date" "Trans_type" "Telex" "Answer_back" "EMS_service" "EMS_id" "OTHER" "Organization" "Address1" "Address2" "Address3" "Location" "Province_state" "Country" "Post_code"