Yes, we can, but there is still one small issue. I have two tables that are
having information inserted into it. The first one has the dynamic fields
Name_x, Phone_x and Email_x.
The second table has the information from the second group of dynamic fields
Language_x and LanguageSpoken_x.

What I think I will do is use another character besides the _ for the second
group, then do your suggestion. that should work.

Thanks,

Bruce

On 12/18/06, Charlie Griefer <[EMAIL PROTECTED]> wrote:
>
> can we safely assume that all of the dynamically named fields will
> contain underscores and the static fields will not?  if so, that'd be
> kinda groovy, 'cuz then you should be able to do:
>
> <cfif (find("_", i) GT 0) AND (len(trim(form[i])) GT 0)>
>
> also, throw a trim() inside the len() function to handle any spaces in
> the form field value.
>
>
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264399
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