(form "00035" (size 66 10) (heading "CHANGE WORKING DIRECTORY") (label (position 2 3) (text "Enter the name for the new working directory")) (label (position 2 5) (text "You may use either :")) (label (position 2 6) (text "1. an SSI logical name")) (label (position 2 7) (text "2. an absolute path name")) (label (position 2 8) (text "3. a relative path name")) (field "directory" (position 2 4) (display_length 60) (input allowed) (null allowed) (max_length 256) (directory)) (default_buttons) )