Re: Jquery Ajax tabs -with Coldfusion

2009-11-11 Thread N K
>Check the tabs documentation: > >http://www.jqueryui.com/demos/tabs/ > >Specifically the bottom dealing with Google Maps API > Thanks for posting the link. It looks like that I will have to use Ajax tabs with out Jquery in this case. Thank You NK

Re: Jquery Ajax tabs -with Coldfusion

2009-11-11 Thread N K
Here is the code: Main page http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> Display Maps http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"; type="text/javascript"> var reqPageUrl = new Array();

Re: Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread N K
Thanks for your replying. I am not sure whats happening , basically the screen gets cleared and transfers the main site page. If you guys have used it and it works then there has to be some code which is contradicting the same. NK >I'll echo Ray, I've used JQuery Tabs a lot with ColdFusion

Jquery Ajax tabs -with Coldfusion

2009-11-10 Thread N K
Hi All, I am currently using the Thickbox.js along with jquery to display the tabs. code >>http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=617 The main issue is that I am not able to use '.cfm' pages instead of html pages('contentpage1.html/contentpage2.html...' ) ,which are the URL

Re: Converting Year to Integer

2009-07-24 Thread N K
o need to call int() >function on it. > >2) the ... line in your code is totally useless and unnecessary. > >3) is this code of yours in a cfm page or in a cfc function? > >4) again, the simple > >ALWAYS works. > > >Azadi Saryev >Sabai-dee.com >h

Re: Converting Year to Integer

2009-07-24 Thread N K
This is the who;e code which I had to do in order for it work And I do understand that every thing else listed on this post should work but only the above worked and am using CF8. NK >Try this: > > > > >Right but something else is wrong. > >Azadi's example is about as simple as it

Re: Converting Year to Integer

2009-07-24 Thread N K
currYear with out codes and inside ## sign WORKS !!! NK >simple >should work just fine. > > >Azadi Saryev >Sabai-dee.com >http://www.sabai-dee.com/ > > >On 24/07/2009 21:31, N K wrote: >> ~~~

Re: Converting Year to Integer

2009-07-24 Thread N K
Solved , finally works , not sure what was wrong though. NK >Have you tried outputing your currYear variable, to make sure it is what you >expect? > > > >> ~| Want to reach the ColdFusion community with something they want? Le

Re: Converting Year to Integer

2009-07-24 Thread N K
Yes thats a typo in my email.Adding ## sign does not help The error coming up is Attribute validation error for the CFLOOP tag. The value of the TO attribute is invalid. The value cannot be converted to a numeric because it is not a simple value.Simple values are booleans, numbers, stri

Re: Converting Year to Integer

2009-07-24 Thread N K
## Sign does not help either. NK >You'll need some hash signs around that currYear variable in your cfloop: > > > #yearCnt# > > > >Francois Levesque >http://blog.critical-web.com/ > > > > >> ~| Want to reach the ColdFusion co

Converting Year to Integer

2009-07-24 Thread N K
I am looping the records starting from the Year 2000 to current year. But some how the the CFLOOP gives me an error stating "Can not convert into number" I tried the following ,any idea how to fix the issue:-- #yearCnt# ~~

Re: CFLOOP inside a CFQuery

2009-06-09 Thread N K
Check the following link might help... http://tutorial431.easycfm.com/ > Hello all, > I have a dynamically generated form that I need to figure out how to > get the data from that form in to our database. Here is the way it > works. First the client types in the number of machines they ha

ColdFusion 8 Certification

2009-03-17 Thread N K
Hi All, It would be helpful if you all could give some advice/suggestions as I am planning to give my Adobe CF8 certification exam.Benforta Book for CF8 certification exam is still not out. -study material would be required NK ~~

Re: Cftree not working on CF 8

2009-03-09 Thread N K
Nothing is displayed.Yes all the other part of the page is being displayed. The debugging section shows that the query is running,nothing seems to be wrong. > On Friday 06 Mar 2009, N K wrote: > > I have menu list of items being displayed through CFtree using > > foramt="f

Cftree not working on CF 8

2009-03-06 Thread N K
Hi All, I have menu list of items being displayed through CFtree using foramt="flash". The same code works on CF 7 but does not work on CF 8. Any idea what would lead to this? Thanks in advance NK ~| Adobe® ColdFusion® 8 so

Re: CFC performance

2009-02-21 Thread N K
I don't agree to the 1st option ,something should be done about the issue else the CFC file would keep on growing and the application would take too long. My take on it would be ,assuming that you are using SQL server(as I have more experience in creating stored procedures in SQL Server) conver

Re: Help with Eclipse/CFEclipse

2009-02-04 Thread N K
; and the same error is appearing. > > Thanks > Mario > > -----Original Message- > From: N K [mailto:neetukais...@gmail.com] > Sent: Wednesday, February 04, 2009 12:48 PM > To: cf-talk > Subject: Re: Help with Eclipse/CFEclipse > > > Hi , > > Chec

Re: Help with Eclipse/CFEclipse

2009-02-04 Thread N K
uot; OR 2)"Eclipse Classic 3.4.1 (151 MB)" > Hi, > > I am still getting the same as before. I uninstalled and reinstalled > and the same error is appearing. > > Thanks > Mario > > -Original Message- > From: N K [mailto:neetukais...@gmail.com] >

Re: Help with Eclipse/CFEclipse

2009-02-04 Thread N K
Hi , Check out the following link http://trac.cfeclipse.org/cfeclipse/wiki/InstallingCfeclipse The steps shown one by one are required in order for eclipse to work for CFeclipse plugin. The most important step would be "Installing CFEclipse" Let me know if it works. > Hi all, > > I was

Issues encountered while migrating of coldfusion code from CF7 to CF8

2009-01-30 Thread N K
Hi All, Are there any specific concerns related to the CF CODE while migrating from CF7 to CF8. Thanks ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.d

Re: Add/modify data in XML file using Coldfusion

2008-12-19 Thread N K
Hi Again, And thanks for the reply. It throws an error saying > "The selected method update was not found. Either there are no methods with the specified method name and argument types, or the method update is overloaded with arguments types that ColdFusion can't decipher reliably. If this is a

Re: Add/modify data in XML file using Coldfusion

2008-12-19 Thread N K
Thanks You. Coudn't fine xml.updateElement.I guess it would be just Update i.e.xml.update. Is CFFILE required to write to the file.If yes how would we reference the specific element. >I have a little project on riaforge that would be perfect for this >kind of thing: > >http://betterxml.riafor

Add/modify data in XML file using Coldfusion

2008-12-18 Thread N K
Hi All, I am trying to add as well as modify data in XML file through CF.So that the changes could be saved in the XML file. Example in the following XML file ,the has to be added. Computer Parts Motherboard ASUS P3B-F 123.00 And should look like

Re: Desperately trying to make CF-jQuery-Ajax work!

2008-12-10 Thread N K
Thanks for sending in the code. It works now on my local machine ,it seems that there are some restrictions or certificate issues on the site I am currently working on. Thanks a lot again NK ~| Adobe® ColdFusion® 8 softwa

Re: Desperately trying to make CF-jQuery-Ajax work!

2008-12-09 Thread N K
ting my new one to work >until I realized that I should remove >the tag. > >Try it and see if it works... > >Rick > > >N K wrote: >> ~| Adobe® ColdFusion® 8 software 8 is the most import

Re: Desperately trying to make CF-jQuery-Ajax work!

2008-12-08 Thread N K
Response" tab and see if you can >see anything. If you can, don't forget to scroll all the way to the >bottom of the "Response" tab area and see if there is any code >or anything in that field. > >I have an idea what may be happening, but I need to know what >is

Re: Desperately trying to make CF-jQuery-Ajax work!

2008-12-08 Thread N K
. Using CF 7 and not 8 :( Thanks NK > Also, my version of cfjson.cfc is 1.6, dated September 11th, 2006, the > > version > that is on the tutorial site. > > > N K wrote: > > Thanks for your response.After doing the recommended changes didn't > help.Which

Re: Desperately trying to make CF-jQuery-Ajax work!

2008-12-08 Thread N K
Thanks for your response.After doing the recommended changes didn't help.Which version of cfjson.cfc are you using? The dropdown box is populated from the database but when the values are changed rather selected from the dropdown ,doesn't display anything. NK ~

Re: Desperately trying to make CF-jQuery-Ajax work!

2008-12-07 Thread N K
Please tell let me know what was the typo issue as I have been facing the same issue. NK >Got it working...the problem was basically some typo's in the tutorial code. > >Mike Chabot wrote: >> ~| Adobe® ColdFusion® 8 software