D
Dave Lagergren
I am working on a FP databse. To save time I have used DBW to construct
everything and then I have modified the layout to look half way decent.
I have one problem. One of the values that needs to be saved to the
database is ont input by the user but is calculated by the system. How can I
set a varaible so that the DBW BOT will process it? Here is the code:
<td align="right"><font face="Arial"><b>Company Number: </b>
</font></td>
<td><font face="Arial">
<% ' This next text writes the variable iRecordCount to the screen and
then needs to assign the value of iRecordCount to the variable OrderNumber
used by DBW
response.write iRecordCount
OrderNumber=iRecordCount%>
</font></td>
<td align="right"><font face="Arial"><b>Rep: </b></font>
</td>
<td><font face="Arial"> <!--webbot bot="Validation"
s-display-name="OrderNumber" s-data-type="String" b-value-required="True"
i-maximum-length="50" -->
If I have to I will hand code everything but I prefer not to because of time
constraints.
everything and then I have modified the layout to look half way decent.
I have one problem. One of the values that needs to be saved to the
database is ont input by the user but is calculated by the system. How can I
set a varaible so that the DBW BOT will process it? Here is the code:
<td align="right"><font face="Arial"><b>Company Number: </b>
</font></td>
<td><font face="Arial">
<% ' This next text writes the variable iRecordCount to the screen and
then needs to assign the value of iRecordCount to the variable OrderNumber
used by DBW
response.write iRecordCount
OrderNumber=iRecordCount%>
</font></td>
<td align="right"><font face="Arial"><b>Rep: </b></font>
</td>
<td><font face="Arial"> <!--webbot bot="Validation"
s-display-name="OrderNumber" s-data-type="String" b-value-required="True"
i-maximum-length="50" -->
If I have to I will hand code everything but I prefer not to because of time
constraints.