cfqueryparam

2008-07-31 Thread Robert Newhart
I am trying to lock down the queries on the site I am working on with cfqueryparam and while the basics are pretty straight forward, I am not quite sure how to handle a query like this. SELECT TOP 3News.newsTitle, News.newsBriefDesc, News.newsID, NewsBySection.precedence,

Re: cfqueryparam

2008-07-31 Thread Robert Newhart
datatype, that cfsqltype might need to be changed to cf_sql_timestamp On Thu, Jul 31, 2008 at 12:02 PM, Robert Newhart [EMAIL PROTECTED]wrote: The NewsBySection.sectionID = '13' is an INT in the table. ~| Adobe® ColdFusion® 8

Multiple Job Histories

2008-07-16 Thread Robert Newhart
I am building a membership app which requires multiple job histories. I have tried to build the section using the CFPanel Tabs function as well as with Spry panels. Ideally, the client wants to be able to have unlimited job histories but is fine with a limited amount. I am looking for a

Re: Multiple Job Histories

2008-07-16 Thread Robert Newhart
William, when you say the method used earlier Im not really clear on what you mean. Additionally, I don't have any real Javascript experience. I like the method that was being used earlier. Use javascript to 'insertRow', so the user can create as many histories as they need. Then when

Re: Multiple Job Histories

2008-07-16 Thread Robert Newhart
William, Thank you for your help. I will do some homework to figure out how to get this done, but you have given me a starting point. http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:57026#309182 William, when you say the method used earlier Im not really clear on what you