cfcharts not displaying

2010-07-06 Thread RamaDevi Dobbala
Hi, if anyone know please help me. My cf flash charts are not displaying in production, but displaying in test site,where i can check that. Thanksregards, Rama ~| Order the Adobe Coldfusion Anthology now!

decrypt values ms-access

2009-08-11 Thread RamaDevi Dobbala
Hi , How can i get the decrypted value inside my ms-access query, b'coz that query result i need to compare with another query which has decrypted values. Rama ~| Want to reach the ColdFusion community with something they

Re: cfgrid loading data

2009-08-10 Thread RamaDevi Dobbala
Mozilla:Time=7110ms, Records=109 IE:Time=7172ms, Records=109 HI Rama, can you please provide more information? How many records are you tying to load. What is the time difference? Dave On Fri, Aug 7, 2009 at 11:42 AM, RamaDevi Dobbala ramadobb...@gmail.comwrote

Re: cfgrid loading data

2009-08-10 Thread RamaDevi Dobbala
Grid itself is taking long time to load the data, why it is happening like that Rama, IMO, 62 MS is not a significant enough difference in time to be worrying about page loading Dave On Mon, Aug 10, 2009 at 7:07 AM, RamaDevi Dobbala ramadobb...@gmail.comwrote

cfgrid loading data

2009-08-07 Thread RamaDevi Dobbala
hi , If i am using cfgrid in IE, while it is loading data it is taking more time,how can i reduce that,if any one knows please help me in this. Rama ~| Want to reach the ColdFusion community with something they want? Let

cfgrid displaying data

2009-08-03 Thread RamaDevi Dobbala
Hi Frnds, My problem is i am displaying my query data through cfgrid,i am able to display but problem is in the same page i have print option for that data, in that data is not coming completly(firefox browser) and if my browser is IE even that some of the data is not coming why? Rama

current row number in cfgrid

2009-07-28 Thread RamaDevi Dobbala
Hi frnds, how can i get current row number inside cfgrid , if any one know please tell . Rama ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

code formatting in Eclipse IDE for coldfusion

2009-07-23 Thread RamaDevi Dobbala
hi frnds, hi can we do the code formatting for coldfusion in Eclipse IDE, what settigns we need to do, if any one know please tell me. Rama ~| Want to reach the ColdFusion community with something they want? Let them know

cfquery

2009-07-22 Thread RamaDevi Dobbala
cfquery datasource=askseaton name=getOffices result=varibles select address + ' ' + address2 + ' ' + address3 + ',' + city + ',' + state + ',' + city as office_address, (select first + ' ' + last as full from user_info where

Re: cfquery

2009-07-22 Thread RamaDevi Dobbala
cfquery datasource=askseaton name=getOffices select iif(lm.user_id = s.lead_mgr, (lm.first + ' ' + lm.last) , s.lead_note) as leadMgr,

cfgrid customization

2009-07-22 Thread RamaDevi Dobbala
hi frnds, how to customize the cfgrid, based on the no.of columns i am returning that many cfgridcolumns i need to display automatically, how can i do that, please any one can help me... Rama ~| Want to reach the

iif

2009-07-20 Thread RamaDevi Dobbala
cfquery datasource=askseaton name=get_offices1 result=log select s.office_name,u.userid,s.lead_mgr,iIf(u.userid = s.lead_mgr, u.first , s.lead_note ) as leadMgr from sourcebook_1 s ,user_info u where s.active = 1 and office_id not in(36,37,38,73) order

Re: iif

2009-07-20 Thread RamaDevi Dobbala
Francois Levesque http://blog.critical-web.com/ On Mon, Jul 20, 2009 at 9:31 AM, RamaDevi Dobbala ramadobb...@gmail.comwrote: ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

input type=image onclick jscript

2009-07-20 Thread RamaDevi Dobbala
Hi frnds, How to call a javascript function on tdinput type=Image src=/images/search.gif width=55 height=22 onclick=callActionMethod('searchForm','search');return true; name=Searchbutton/td this function is not calling why? Rama

cfgrid

2009-07-17 Thread RamaDevi Dobbala
Hi frnds, can we give more than one column name in cfgridcolumn tag, and also how to set query result to a variable. Rama ~| Want to reach the ColdFusion community with something they want? Let them know on the House of

cfgrid

2009-07-17 Thread RamaDevi Dobbala
Hi frnds, i need to pass address column to cfgrid column, but in my table i have 3 columns for that address(address,state,city), but while displaying i have to keep these three into the CFGRIDCOLUMN how to give that. ~|

Re: cfgrid

2009-07-17 Thread RamaDevi Dobbala
://www.sabai-dee.com/ On 17/07/2009 17:42, RamaDevi Dobbala wrote: Hi frnds, i need to pass address column to cfgrid column, but in my table i have 3 columns for that address(address,state,city), but while displaying i have to keep these three into the CFGRIDCOLUMN how to give

Re: cfgrid

2009-07-17 Thread RamaDevi Dobbala
You would want to wrap each column in the query in an IsNull(coulmnName,'') Dave On Fri, Jul 17, 2009 at 8:46 AM, RamaDevi Dobbala ramadobb...@gmail.comwrote: ~| Want to reach the ColdFusion community with something they want

cfgridcolumn

2009-07-17 Thread RamaDevi Dobbala
Hi frnds, can we give cfgridcolumn name=not in query which is not there in that query, i have to getr that from some other query, how to get that, if i want to write condition for that column value based on that i have loop some other query and then assing that value to this filed, is it

custom tags

2009-07-15 Thread RamaDevi Dobbala
Hi frnds, cffunction name=chkTAPrimaryAccess access=public returntype=numeric description=This checks whether user is a primary TA owner cfargument name=user_id required=no type=numeric default=#url.skey4# cfquery datasource=tatimesheet name=qGetTAAccess maxrows=2

li tag

2009-07-14 Thread RamaDevi Dobbala
Hi frnds, i have code like this.. ul liRama/li /ul before rama i am getting one circle , how to decrese that circle size. Rama ~| Want to reach the ColdFusion community with something they want? Let them know on the House

how to get alerts in coldfusion like javascript

2009-07-13 Thread RamaDevi Dobbala
Hi Frnds, Here is my problem... I have a search field Search button is an image,if i click on that button after text entered it is giving the result by going to corresponding action, but if don't give any text i have to get an alert how to achive this, if the search string neq to it is

script.js file inside cfoutput

2009-07-10 Thread RamaDevi Dobbala
hi frnds, i have a problem like cfoutput . . .Here i have my date field, where i have to insert .js file, where ever i am insert it is not taking the file i am calling js function like this javascript:showID(..) error is this ColdFusion was looking at the following text: javascript . .

iterating loop

2009-07-09 Thread RamaDevi Dobbala
hi frnds, can any one help me here is my question i have 2 file datatrac.csv,datatrac-ag.csv, action for both the files is same but i have to iterate the loop 2 times based on file name, for that how to check file name which is the file and what is the action(through these 2 files i have

how to find file particular file name from a list

2009-07-08 Thread RamaDevi Dobbala
Hi Dudes, can anyone suggest me, how to find a particular file from the list of file names. ..Rama ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

how to get the absolute path

2009-07-08 Thread RamaDevi Dobbala
now ia m using /../../foldername/filename i am using i want to remove those dots, how i need to give ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: how to get the absolute path

2009-07-08 Thread RamaDevi Dobbala
, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider RamaDevi Dobbala wrote: now ia m using /../../foldername/filename i am using i want to remove those dots, how i need to give

Reg:Last modified Date for file

2009-07-07 Thread RamaDevi Dobbala
I need help on this, can any one tell me that, how can i get the last modified date of a file, because every day my file is going to update i.e some scheduler is runnign for that.Just i need last modified date of that file.

Re: Reg:Last modified Date for file

2009-07-07 Thread RamaDevi Dobbala
thing wrong in this code? cfdirectory action=list ... / will return a query object listing all of the files. if you do a cfdump of that query, you'll see the dateLastModified as one of the available columns. On Tue, Jul 7, 2009 at 2:38 AM, RamaDevi Dobbala ramadobb...@gmail.comwrote: I

Re: Reg:Last modified Date for file

2009-07-07 Thread RamaDevi Dobbala
datatrac.csv was last modified on : datatrac-ag.csv was last modified on : query ATTRIBUTES DATELASTMODIFIEDDIRECTORY MODENAME SIZETYPE it's printing the structure not the values: Dump qGetLastdateModified to see what's being returned as your code looks

Re: Reg:Last modified Date for file

2009-07-07 Thread RamaDevi Dobbala
datelastmodified is there in that, but why it is not printing that?. datatrac.csv was last modified on : datatrac-ag.csv was last modified on : query ATTRIBUTES DATELASTMODIFIEDDIRECTORY MODENAME SIZETYPE it's printing the structure not the values: Dump

Re: Reg:Last modified Date for file

2009-07-07 Thread RamaDevi Dobbala
-dee.com http://www.sabai-dee.com/ On 07/07/2009 17:15, RamaDevi Dobbala wrote: ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http

Re: Reg:Last modified Date for file

2009-07-07 Thread RamaDevi Dobbala
cfset filePath = #application.domainname#/sections/uploads/xfer/datatrac.csv cfset fileObj = createObject(java,java.io.File).init(filePath) cfset fileDate = createObject(java,java.util.Date).init(fileObj.lastModified()) cfoutputFile Last modified date:#dateformat(fileDate,' d

Re: Reg:Last modified Date for file

2009-07-07 Thread RamaDevi Dobbala
? Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 07/07/2009 17:31, RamaDevi Dobbala wrote: ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive