your argument "01often" needs to be evaluated as an array in your TAF 
file.

To see an HTML submittal example, look at 
http://www.raisethebar.com/collaborations.taf

In this case, you can select purposes and/or deliverables.  

I want to find all engagements that had the selected purposes or 
deliverables.  Consider the  purposes case:
We have a purposes table that has a row containing the purpose_id and the 
engagement id.  The search criteria tab has:

purposes_db.purposes_id Is In <@POSTARG purposes TYPE=ARRAY>

This returns a list of matching engagement IDs.  

I do the same for deliverables.  Then use <@DISTINCT> to eliminate 
duplicate engagement IDs (a single engagement can have multiple purposes 
and deliverables), then query the engagements database for the matching 
engagement IDs.
 

>Okay - for the first time I'm using checkboxes in a form. The problem is 
>that - however many boxes are checked - only one value is inserted in to 
>the Filemaker database
>
>Any bright ideas?
>
>I'm just inserting the form result eg <@ARG 01often> into a text field in 
>a Filemaker 4 database. The code looks a bit like this
>
>
>
><FORM METHOD="POST" 
>ACTION="<@CGI><@APPFILE>?page=insert&<@USERREFERENCEARGUMENT>" 
>enctype="multipart/form-data" name="form1">
>
><!------------- snip -------------->
>
>   <tr> 
>      <td bgcolor="#FFFFFF"><font face="Arial, Helvetica, sans-serif" 
>>size="1"&nbsp;1.</font></td>
>      <td colspan="7" bgcolor="#FFFFFF"><font face="Arial, Helvetica, 
>sans-serif" size="1">How 
>        often do you purchase die-cast models in a year?</font></td>
>    </tr>
>    <tr> 
>      <td bgcolor="#FFFFFF">&nbsp;</td>
>      <td bgcolor="#FFFFFF">&nbsp;</td>
>      <td bgcolor="#FFFFFF"> 
>        <input type="radio" name="01often" value="monthly">
>      </td>
>      <td bgcolor="#FFFFFF"><font face="Arial, Helvetica, sans-serif" 
>>size="1"Monthly</font></td>
>      <td bgcolor="#FFFFFF"> 
>        <input type="radio" name="01often" value="quarterly">
>      </td>
>      <td colspan="3" bgcolor="#FFFFFF"><font face="Arial, Helvetica, 
>sans-serif" size="1">Quarterly</font> 
>      </td>
>    </tr>
>    <tr> 
>      <td bgcolor="#FFFFFF">&nbsp;</td>
>      <td bgcolor="#FFFFFF">&nbsp;</td>
>      <td bgcolor="#FFFFFF"> 
>        <input type="radio" name="01often" value="twice_year">
>      </td>
>      <td bgcolor="#FFFFFF"><font face="Arial, Helvetica, sans-serif" 
>>size="1"Twice 
>        a year</font></td>
>      <td bgcolor="#FFFFFF"> 
>        <input type="radio" name="01often" value="once_year">
>      </td>
>      <td colspan="3" bgcolor="#FFFFFF"><font face="Arial, Helvetica, 
>sans-serif" size="1">Once 
>        a year</font></td>
>    </tr>
>
>
><!------------- snip -------------->
>
></FORM>
>
>
>
>
>________________________________________________________________________
>TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>                with unsubscribe witango-talk in the message body
>


Bill Conlon

To the Point
345 California Avenue Suite 2
Palo Alto, CA 94306

office: 650.327.2175
fax:    650.329.8335
mobile: 650.906.9929
e-mail: mailto:[EMAIL PROTECTED]
web:    http://www.tothept.com


________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to