Les Mizzell wrote:
> I should add...
> 
> If I IGNORE the error - I can make multiple selections as needed and the 
> query works as expected when the form is submitted.

Little more info finally:

Error invoking CFC /email/art.cfc : The GROUPS_ID argument passed to the 
getGPDesc function is not of type numeric.

OK - so when loading the page with this on it, what's difference when 
multiple="no" vs multiple="yes" in the below?


<cfselect name="sendGROUP"
   id="sendGROUP"
   multiple="no"
   queryPosition="below"
   bind="cfc:art.getGROUPS({theCATS})"
   bindattribute="HTML">
   <option value="0">Select a Group</option>
</cfselect>


__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 4811 (20100127) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330202
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to