Date:  10/10/2006 08:44:30 AM Msg ID:  003167
From:  Gary Farrell Thread:  003167
Subject:  Problem with colon(:) in comment
Whenever foxpro data in a memo field contains a ":", I am getting an error displayed on the bottom of the page (not an error in the control center)
In the sample code below, if weekmast.comment = "Wed 9:30", It will return the page results below.
 
Thanks for your help.
 
 
Here is a sample of the code
 
<table border="1" width="50" id="table2">
<br>
 <tr>
  <td width="200"><font face="Futura Medium">Comments for the Week</font></td>
 </tr>
 <tr>
  <td><p><textarea rows="3" name="weekcomm" cols="50"><%weekmast.comment%></textarea></p></td>
 </tr>
</table>
 
Page results
 
HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.0 Date: Tue, 10 Oct 2006 15:40:24 GMT Connection: close Content-Type: text/html Content-Length: 93 The remote procedure call failed.