In the following example the WITH_FORM statement causes DEC DATATRIEVE to send records contained in the YACHTS domain to the form record named BOAT. The form responds to the send operation by displaying the form record data (one record at a time) on the screen. DTR> READY YACHTS DTR> FOR X IN YACHTS CON> WITH_FORM YACHT IN DTR$LIBRARY:FORMS CON> SEND FROM X TO BOAT;