Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for grabit

Hi CF people and a prosperous New Year to you all I have the following query on an action page: <cfquery name="getimage" datasource ="#dsn#"> SELECT ID, partImage, ImageAlt FROM engReconParts WHERE ID=#form.ID# </cfquery> when i run this page i get this error - Element ID is undefined in FORM. I …

Member Avatar for arrgh
0
102
Member Avatar for grabit

Hi Peoples I have been cobbling together a simple JS/CF gallery page that shows the thumbs down the page (a block of5 lines of 3)AND when you click on a thumb it changes the placeholder image with the larger image of the thum clicked on. My problem is that the …

Member Avatar for Taywin
0
150
Member Avatar for grabit

Hi Folks I have a problem that really has me stumped If you can please have a look at [http://oldbusman.co.nz/productDetails.cfm?ID=9](http://oldbusman.co.nz/productDetails.cfm?ID=9) the "add to Cart' table has an up/down arrow to adjust the quantity being ordere, and this has a function in the page to stop it going any lower than …

Member Avatar for Airshow
0
263
Member Avatar for grabit

Hi CF People I have a query: [CODE]<cfquery name="getspecial" datasource="#dsn#"> SELECT ID, category, product, special FROM products WHERE special = 'Yes' </cfquery> [/CODE] If i do a cfdump of this query it shows that ??? is the category. However when i try asnd use this variable in a url link …

Member Avatar for cfwebdeveloper
0
72
Member Avatar for grabit

Hi Folks I am trying to add a spin control to my quantity field before i add the ordered quantity to a shop cart array. The way its set up at the moment if you click the deincrement arrow it actually goes into negative numbers. (no good coz people cant …

Member Avatar for jon.kiparsky
0
100
Member Avatar for grabit

Hi Folks I am working on a forum for a customer and I am having problems passing a url variable; This the code i have on a search page <cfelseif cgi.http_referer contains 'forumViewMessages'><cfset linktext = 'Forum Postings/Replies Page'><cfset lastpage = 'forumViewMessages.cfm?#linkVariables#'> </cfif> <cfoutput>#lastpage#</cfoutput> <cfabort> the output on the page when …

Member Avatar for dipakatcvrca
0
266
Member Avatar for grabit

Hi Folks I have a shopping cart with an array of structures to hold the cart contents. Wot i want to do is get a list of the contents of the cart contents and then use that list to repopulate the "order" page so it doesnt show any of the …

0
79
Member Avatar for grabit

Hi Folks Can I do the following please: In have a form for entering payments of invoices. If they pay the whole ammount that is ok BUT if they only pay a part payment i wanna do the following. On the form i have radion buttons (partpay yes & no) …

Member Avatar for grabit
0
93
Member Avatar for grabit

Hi Folks In my db i have a datelisted column formatted to short date ie dd/mm/yyyy) My theory is that say if that datepart year is 2007 i want to list all dates that are then due on the same date in the year 2009. I can make this work …

0
77