- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
I am a software engineer, working in Bhubaneswar working in Coldfusion technology.
- Interests
- Knowing new things..explore Biological world..
17 Posted Topics
Re: Hi There, If this question, is still relevant to you, I do see all the stuffs are going good. Do you want to double click on **select all** check box to select all **names**. If so then in place of onChange event you need to use **ondblclick** event and call … | |
Re: As mentioned by danarashad, you need to use AJAX to communicate with server. You may use $.ajax and request the method to get your work done. For Ex. if you have a method named myMethod() in myCFC component then you can set ajax url as **mycfc.cfc?method=myMethod**. Let me know if … | |
Re: You can convert the array to list using **ArrayToList()** method. Then you can simpley put the list inside cfoutput inside hash symbol. By this you can display all elements of array without looping over. But here to remember that, you must not be holding any complex variables in array. Please … | |
Re: The solution is pretty easy. You have to understand the client side and server side code execution time. As mentioned above by **Wayne 3**, by the time javascript function is called, ColdFusion is already been executed. To be more specific, First ColdFusion code is executed to get HTML and javascript … | |
Hi All, While going through my project work, I just came across a situation, where I needed to alter my table. I needed to add a column at the beginning of the table, i.e. the first column of the table. We have syntax for appending a column to a table … | |
Hi All, I have got a problem with ColdFusion 9 cfmail tag. My client recently complained that, while he sends a huge amount of mails simultaneously, some of the mails are not getting delivered, though it shows like it has been successfully delivered in the mail log. We have increased … | |
Re: I do also feel the same as arrgh, that its not possible to move to some page using cfhttp, rather it just sends an http request to the page and gets the content of the same to the requesting server, just like a web browser. So better to go with … | |
Re: Hi mmonclair, We really don't need to go to ColdFusion admin to create datasource. We can create the same through our coding also. We have been provided with a set of ColdFusion APIs which contribute towards this. But for creating the data source you need to have some basic information … | |
Hi All, I had a question in my mind from last couple of days regarding passing data through url, and accessing the same in the page. I want to pass the data as query string, and also access the same in the page, but I don't want the end user … | |
Re: [QUOTE=Ignatius88;1485962][CODE]SELECT movie_id, movie_title, movie_release_year, movie_genre, movie_plot, (SELECT AVG(sum_movie_rate) FROM (SELECT SUM(movie_rate) AS sum_movie_rate FROM user_movie_rate WHERE movie_id = ?) AS t1) AS average_rating FROM movie WHERE movie_id = ?[/CODE] when I retrieve a specific information of a movie, I want to calculate the average ratings of the movie. user_movie_rate looks … | |
Re: [QUOTE=grabit;1463965]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 … | |
Re: [QUOTE=leemyers;1483437]Hello, i have signup page in cold fusion that create a new user on my web application. but when i fill out the form and press signup i get this error message Element SYSUSER is undefined in REQUEST. Any idea to what this could mean?[/QUOTE] Hi leemyers, Will you please … | |
Re: [QUOTE=haithomy;1486205]ok I found this: sql = "SELECT * FROM ads WHERE ad_country='7' and approve='1' and (ad_name LIKE '%iphone%' or ad_content LIKE '%iphone%') ORDER BY ad_date DESC LIMIT 0,30"; is that the sample way or there is another thanks.[/QUOTE] I guess this(the second query you have written) is the optimized form … | |
Sir I have a compact laptop. When I am putting CD/DVD to my drive its showing the autoplay option but when I am opening the cd/dvd its not showing any content rather its showing some music file like file. I am unknown of the fact that whether its a hardware … | |
Sir I want to completely format my total hard-disk drive not only C-drive to install my OS. But while I do install my Windows OS, it only gives option to format the drive, where you need to install the OS. Basically I want to Make a complete format of the … | |
Hai, I have Notepad++ installed in my PC. Initially it was working properly, but from last few days, while opening the notepad++ , initially a message is pupping written "[B]load lang.xml failed [/B]". How to solve the problem I don't know. If any body could help in this regard then … | |
I have a sandisc pendrive(CRUZE MICRO) of 1 GB capacity. when I am putting it to USB port of my system it is showing that its not recognized. What should I do?? I have windows 7 as my OS. |
The End.