formsUsage-0001

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>Forms Usage for Printing</title>
  </head>

  <body>
    <h1>Forms Usage for Printing</h1>

    <h2>Background</h2> 

    A significant use case for printing forms revolves around a user
    printing a form with the current data for a record. During the June
    XHTML-Printing meeting we spent some time discussing how forms
    information and the user's data could be printed together, but did not
    reach any conclusions.  The following scenario diagram illustrates the
    sequence of events for this use case

    <h2>Printing a form from a browser</h2>

    The user interacts with a browser on a mobile device to access a form
    presented by a server on the network (lines 1 and 2).  The user enters
    data into the form (line 3) and then instructs the browser to print it
    (line 4).  The Browser constructs a document, which is the original
    form with the user's date integrated into it (line 5) and then sends
    the document to the printer (line 6).  The user can then submit the
    form to the server for processing (lines 7 and 8).

    <img src="formsUsageModel.jpg">

    <h2>Conclusions</h2>
    <ol>
    <li>The user must be interacting with the browser to interact with a form</li>
    <li>The browser must implement the integration of user data and the
    form when printing a representation of the form.</li>
    </ol>


    <hr>
    <address><a href="mailto:jim_bigelow@am.exch.hp.com">Jim Bigelow</a></address>
<!-- Created: Wed Aug 21 12:15:14 MDT 2002 -->
<!-- hhmts start -->
Last modified: Wed Aug 21 12:40:27 MDT 2002
<!-- hhmts end -->
  </body>
</html>