First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
Flash Menus cause my session variables to drop or notshow temporarily until I refresh the page
I have a login routine that once a user logs into teh site it creates a session variable. I have used this same script many times without any problem but I now have Flash menus and it seems that after logining in (session created) I will click on a menu item and the debugging shows that the session variable isn't... 24 Jun 2008 15:25
<cflocation to a file located 'above' the httpdocsfolder
hi guys, i got a tricky one here... users can upload word documents (.doc) to my server (using cffile). the idea is to only allow certain users access to those documents, therefore i am thinking that storing them 'above' the httpdocs folder is probably a wise move (that way no one can get to them using http... 24 Jun 2008 16:27
Multi select with cftree
Is it possible to enable ability to select more than one node with a cftree? ... 24 Jun 2008 12:19
CFGrid when Clicking on a Row
I want to be able to click on a row in a grid and make it open another window while passing the value in the URL string. Is there a way to do that using coldfusion 7? ... 24 Jun 2008 03:05
CFC Init problem
I'm trying to create a cfc in my application scope but the variables I set in the init method don't seem to be persistent. Here is the init method: <cfcomponent displayname="coupons" hint="Checks validity and type of coupon and applies it to order."> <cffunction name="init" access="public" output="false... 24 Jun 2008 06:09
Delimiter (NOT)
Can I change the default delimiter in configuration file? I don't want to use the delimiter as parameter in function. ... 24 Jun 2008 00:02
Default delimiter
Can I change the default delimiter for array and list functions in configuration file? I don't want to use the delimiter as parameter in function. ... 25 Jun 2008 02:41
Database Entry Comparison
Allow me to resurrect this to see if any of you cangive me direction. I have a database that records searches via our enterprise search engine. There are four analytics I wish to generate... 1) Brand new searches in the last month - top ten 2) Reoccurring searches - top ten 3) Ascending searches (those wh... 23 Jun 2008 19:56
create xml object from result of a T-SQL FOR XML statement
<cfquery name="getOrgScope" datasource="FTL_web"> select * from myTable FOR XML AUTO </cfquery> <CFOUTPUT QUERY = "getOrgScope"> <cfset mydoc = XmlParse(#getOrgScope#)> </CFOUTPUT> This doesn't work. I get an error about trying to use a complex object instead of a simple object... What is correct way ... 24 Jun 2008 09:13
MTOM + ColdFusion
Hi, I want to send and receive binary files via webservices, but I don't want to use the Base64 encoding method - too slow performance. I read that now we can attach binary files to a soap envelop (SwA, MTOM or DIME) but I'm wondering if there's an easy way to do it in ColdFusion. I think that Axis2 is r... 23 Jun 2008 09:38
First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45