<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>QUERYADDROW</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">QUERYADDROW</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span>
<p>
w肵̋̍sNG[ɒǉ܂B 
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">߂l</span>
<p>
NG[̍s
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">JeS</span>
<p>
NG[֐
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֐̃V^bNX</span><pre>QueryAddRow(query [, number ])
</pre>    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֘A</span>
<p>
QueryAddColumnAQueryAddRowAQuerySetCellAQueryNewAwColdFusion MX JKChx̑22͂́uNG[IuNG[̎gpv ́u֐ɂ郌R[hZbg̍쐬v
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">p[^</span>
<p>

</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span><pre>&lt;h3&gt;QueryAddRow ̗&lt;/h3&gt;

&lt;!--- ܂NG[쐬 ---&gt;
&lt;cfquery name = &quot;GetCourses&quot; datasource = &quot;cfdocexamples&quot;&gt;
   SELECT Course_ID, Descript
   FROM Courses
&lt;/cfquery&gt;
&lt;p&gt;NG[ &quot;GetCourses&quot; ̍s̐ &lt;cfoutput&gt;#GetCourses.RecordCount#&lt;/cfoutput&gt; łB

&lt;cfset CountVar = 0&gt;
&lt;cfloop CONDITION = &quot;CountVar LT 15&quot;&gt;
   &lt;cfset temp = QueryAddRow(GetCourses)&gt;
   &lt;cfset CountVar = CountVar + 1&gt;
   &lt;cfset Temp = QuerySetCell(GetCourses, &quot;Number&quot;, 100*CountVar)&gt;
   &lt;cfset CountVar = CountVar + 1&gt;
   &lt;cfset Temp = QuerySetCell(GetCourses, &quot;Descript&quot;,
&quot;Description of variable #Countvar#&quot;)&gt;
&lt;/cfloop&gt;

&lt;P&gt;QueryAddRow s̃NG[̍s
   &lt;CFOUTPUT&gt;#GetCourses.RecordCount#&lt;/CFOUTPUT&gt;
   łB 
   &lt;CFOUTPUT query=&quot;GetCourses&quot;&gt; 
   &lt;PRE&gt;#Course_ID# #Course_Number# #Descript#&lt;/pre&gt; &lt;/cfoutput&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="QUERY">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">QUERY</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

 </td>
  </tr>
  <tr>
    <td>sꂽNG[̖OłB


  </td>
  </tr>
  </table>
</div>
<div id="NUMBER">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">NUMBER</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

 </td>
  </tr>
  <tr>
    <td>NG[ɒǉs̐łBftHgl 1 łB


  </td>
  </tr>
  </table>
</div>

  </body>
</html>
