| Thread | Last Post | Replies |
|
| popup window | 14 May 2007 05:06 GMT | 3 |
Hi i have a dynamic list of users with a small image next to each users name, this image is clickable which opens up a popup window with the users details in. is it possible to use the alt tag or javascript to make the display open quicker rather than a popup window?
|
| How does the search functon/input box work? | 13 May 2007 22:47 GMT | 4 |
How does the search functon/input box work? Hi my level is beginner there is a search box on the upper right hand on this page frames in gey ?
|
| Page in Page Control | 12 May 2007 22:05 GMT | 1 |
I can find ways to bring in entire pages. A long time ago I used CF to bring in only a certain section of the page. I think that i was importing a page as a file then searching and trimming the page for display.. Heck I do not remember how I did it..
|
| How to disable editing Word doc created thru CFCONTENT | 12 May 2007 06:38 GMT | 4 |
I generate a lot of Word Docs from database queries using <CFONTENT> and need to disable ability edit displayed word doc while allowing printing, so that printed doc will always reflect content of database and cannot be edited. Any ideas?
|
| Blank CF Pages When using stored procedures | 11 May 2007 23:00 GMT | 5 |
Environment: Windows XP SP2, IIS, SQL 2005 and CFMX 7,0,2,142559 . Issue: I have queries within the CFML pages coded using <cfquery>. Converting these to <cfstoredproc> leads to a blank cfml page with no errors in the
|
| cfchart MX7 doesn't scale results like MX6 | 11 May 2007 21:41 GMT | 1 |
There appears to be a bug in cfchart in ColdFusion MX7 where if you are trying to display a bar chart from a query with too many rows, the chart will display with no bars in it. For example, if I have a query with 365 rows (one for each day of the year),
|
| Sum and Average | 11 May 2007 20:43 GMT | 4 |
Please Help, I'm a rookie... I'm developing a chart to track cycle time for each month. If the closed date is 05/10/07, at the end of May we will subtract 05/01/07 from 05/10/07 and cycle time will be 9 days. I have this part working. How do I sum the cycle
|
| character count function | 11 May 2007 18:55 GMT | 5 |
can anyone help me find how many "|" in the string? does coldfusion has the function for it? <cfset variables.teststring = "343|4w3|||jenny||sfsdfsd"> thank you!
|
| Boxes insted of Apostrophes - PLEASE HELP | 11 May 2007 17:15 GMT | 11 |
I have a SIMPLE MS Access database entry for users to have a blog. Fields are Title and Details <cfquery name="read" datasource="#dsn#"> SELECT * from userblog
|
| CFsearch as datasource | 10 May 2007 23:17 GMT | 1 |
Is there a way to turn CFsearch results into a dynamic datasource that can be easily used with Spry datasets? I would like to return a CFsearch result into a Spry table, but am having a mental block on the possible solution. I've thought of creating a static XML page from search ...
|
| using onRequest() | 10 May 2007 23:06 GMT | 3 |
What value does CF pass through the onRequest() method into arguments.targetPage? I'm trying to set up URL obfuscation using URL variables that are encoded with encrypt() and decrypt(). I'm saving a CGI variable (used to log into the larger application) as a variable called ...
|
| SQL: Order By ASC mixed with DESC | 10 May 2007 17:37 GMT | 2 |
I guest this is a very advanced question concerning ORDER BY with an SQL query as I intend to have 2 type of order from the same table. Here it is: I have a table with 2 fiels: field 1 = BudgetShort Description which is a varchar and it is unique
|
| multiple cffile upload issues | 10 May 2007 17:20 GMT | 4 |
Hello all. I'm having a little issue with a multiple upload I am trying to achieve. I've been searching and searching but could not find an answer, and maybe you guys could help me. Well I'm doing multiple uploads on a form i created and it's uploading the file and file name ...
|
| Does CF parser include statement within if-else | 10 May 2007 16:04 GMT | 2 |
I usually create small sites which have only couple of pages and I'm used to write all the code into single cfm-file with cfif url.area eq "foo" etc statements. I was wondering that if I was to make a highly trafficed site, would it be
|
| Error while calling the com object to open the word document. | 10 May 2007 15:46 GMT | 1 |
Below is the error: Though it says the insufficient memory, we have enough memory on the server and it is avaialable. I have checked the server statistics and cpu usage too. Error also talk about CF_COMPROXY and I am not sure about this. Has any one
|