<!-- Copyright 2001, 2002, 2003, 2004, 2005 Macromedia, Inc. All rights reserved. -->
<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
	<title><MMString:loadString id="TagLibraries/CFML/cfstoredproc/title" /></title>
<script src="../../Shared/Common/Scripts/dwscripts.js"></script>
<script src="../../Shared/Common/Scripts/tagDialogsCmn.js"></script>
<script>
function inspectTag(tagNodeObj)
{
  tagDialog.inspectTagCommon(tagNodeObj); 
}

function applyTag(tagNodeObj)
{
  tagDialog.applyTagCommon(tagNodeObj); 
}
</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>

<body>
<div MMString:name="TagLibraries/CFML/cfstoredproc/div/name/General"> 
  <table border="0" cellspacing="4">
    <tr valign="baseline"> 
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfstoredproc/text/Procedure" /> </td>
      <td nowrap="nowrap"> 
        <input name="theprocedure" type="text" class="basicTextField" id="attr:cfstoredproc:procedure" attname="procedure" required="true" />
      </td>
    </tr>
    <tr valign="baseline"> 
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfstoredproc/text/Data" /> </td>
      <td nowrap="nowrap"> 
        <input name="thedatasource" type="text" class="basicTextField" id="attr:cfstoredproc:datasource" attname="datasource" required="true" />
      </td>
    </tr>
    <tr valign="baseline"> 
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfstoredproc/text/User" /> </td>
      <td nowrap="nowrap"> 
        <input name="theusername" type="text" class="basicTextField" id="attr:cfstoredproc:username" attname="username" />
      </td>
    </tr>
    <tr valign="baseline"> 
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfstoredproc/text/Password" /> </td>
      <td nowrap="nowrap"> 
        <input name="thepassword" type="text" class="basicTextField" id="attr:cfstoredproc:password" attname="password" />
      </td>
    </tr>
    <tr valign="baseline"> 
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfstoredproc/text/Block" /> </td>
      <td nowrap="nowrap"> 
        <input name="theblockfactor" type="text" class="basicTextField" id="attr:cfstoredproc:blockfactor" attname="blockfactor" />
      </td>
    </tr>
	<tr valign="baseline"> 
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfstoredproc/text/Result" /> </td>
      <td nowrap="nowrap"> 
        <input name="theresult" type="text" class="basicTextField" id="attr:cfstoredproc:result" attname="result" />
      </td>
    </tr>
    <tr valign="baseline">
      <td nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cfstoredproc:debug" name="thedebug" attname="debug" truevalue="yes" falsevalue="" />
        <MMString:loadString id="TagLibraries/CFML/cfstoredproc/checkbox/thedebug/Debug" /></td>
    </tr>
    <tr valign="baseline">
      <td nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cfstoredproc:returncode" name="thereturncode" attname="returncode" truevalue="yes" falsevalue="" />
        <MMString:loadString id="TagLibraries/CFML/cfstoredproc/checkbox/thereturncode/Return" /></td>
    </tr>
  </table>
</div>
</body>
</html>
