Index: /EWD/ewdapps/DIINQUIRE/pages/index.ewd
===================================================================
--- /EWD/ewdapps/DIINQUIRE/pages/index.ewd	(revision 1305)
+++ /EWD/ewdapps/DIINQUIRE/pages/index.ewd	(revision 1306)
@@ -5,4 +5,14 @@
 </head>
 <body>
-<h1>Inquire into File Entries</h1> 
+<h1>Inquire into File Entries</h1>
+<form action="ewd">
+    <p>Inquire Options</p>
+    <label for="R">Record Number:</label><input id="R" type="checkbox" name="outopt" value="R" /><br />
+    <label for="C">Computed Fields:</label><input id="C" type="checkbox" name="outopt" value="C" /><br />
+    <label for="A">Audit: </label><input id="A" type="checkbox" name="outopt" value="A" /><br />
+    <input type="submit" value="Submit" name="submit" ajax="true" nextpage="outputter" targetId="output" />
+</form>
+<div id="output" style="font-family: Monospace; left: 10%; white-space: pre">
+</div>
 </body>
+</html>
Index: /EWD/ewdapps/DIINQUIRE/pages/outputter.ewd
===================================================================
--- /EWD/ewdapps/DIINQUIRE/pages/outputter.ewd	(revision 1306)
+++ /EWD/ewdapps/DIINQUIRE/pages/outputter.ewd	(revision 1306)
@@ -0,0 +1,5 @@
+<ewd:config isFirstPage="false" pageType="ajax" prePageScript="INQ^ewdu">
+
+<ewd:forEach sessionName="DIINQUIRE" index="$lineNo" return="$data">
+    <?= $data ?><br />
+</ewd:forEach>
