| Thread | Last Post | Replies |
|
| vedio tutorials of verity search | 10 May 2005 07:48 GMT | 1 |
Any site "vedio tutorials of verity search" Thankx
|
| Converting From PHP | 10 May 2005 05:27 GMT | 4 |
I'm converting a site from PHP to ColdFusion and need to find a compatible feature as __LINE__ magic variable in php to report the line number currently executing for logging purposes.
|
| Selecting Multiple Files to Upload | 10 May 2005 03:37 GMT | 2 |
I was wondering is there a way in Coldfusion where you would be able to "Browse" and select multiple files at once to upload? So you would be able to click "browse" and use the ctrl, or dragging the mouse method to select all the files you wanted and then upload them at once?
|
| SQL generates 'access violation or syntax' error when compiled into string var ahead of time | 10 May 2005 00:47 GMT | 2 |
I have stumbled across something perplexing and frustrating, and I'm hoping somebody can shed some light here. I have a site with some listings. I would like to give the users the ability to filter out items from those listings based on certain criteria. They may
|
| CFLOOP | 09 May 2005 20:59 GMT | 4 |
The goal is to insert a record into table 'atd', which contains a document id and an associate id, for each document (38) and associate (150). So the end result should be 5700 records. The following code inserts a record for each associate and document but the document id doesn't ...
|
| Content Management by Error | 09 May 2005 17:29 GMT | 1 |
I'm currently working on an application and need to do some content management for the front end. To keep the system dynamic and flexible I want to keep all page content in a DB. My idea is to use the CF error handling to display the content.
|
| cffile write | 09 May 2005 16:35 GMT | 2 |
I am trying to output to a txt file using cffile write. Problem is I output a query with a header and run a subquery inside of each header output to output a series of line items. Ex: cfoutput query="query1"
|
| cfinput type file and cfform format flash in MX7 | 09 May 2005 16:32 GMT | 4 |
Why an cfinput type file and cfform format flash produce an error in MX7?
|
| Exporting variables from a custom tag | 09 May 2005 16:18 GMT | 1 |
Hi, my problem may seem very simple for advanced developers. Here it is: In my custom tag I have the code : <cfparam name="language" default="en"> <cfparam name="mailto" default="webmaster@server.org">
|
| Convert Sql to Ms access | 09 May 2005 16:12 GMT | 1 |
I got this oracle sql. How do I CONVERT IT TO MSACCESS strSQL = "select 'TRUE' ADD_RIGHT,'TRUE' MODIFY_RIGHT,'TRUE' DELETE_RIGHT,0 IS_REPORT from sc_ms_USERS_RIGHTS where 1 = 1"
|
| cftry in custom tag problem | 09 May 2005 16:10 GMT | 3 |
Hi please help me, I'm trying to simplify the error handling in my applications by using custom tags but I have a serious problem. The problem is that when I put: <cf_local_error>
|
| DateDiff Problem with the Year 2000 | 09 May 2005 04:24 GMT | 1 |
I am having a problem calculating the proper age of people if they were born in the year 2000 <cfset bydate=#dateformat(#todaydate#,"mm/dd/yy")#> <cfset year="#datediff("yyyy",form.bday,bydate)#">
|
| Problem saving data and closing popup windows | 09 May 2005 00:31 GMT | 2 |
I seem to be missing something, but don't know what. :confused; I have a screen from which a user can click on a button that brings up a popup window. The user can then enter information for a new contact in that window. What is supposed to happen then is that the user clicks ...
|
| CFChart Pie problem | 08 May 2005 22:53 GMT | 4 |
When creating a pie from a database query, if 2 or more adjacent slices are very small, say 1 or 2 percent, then the data labels will overlap each other and be unreadable, no matter if they are inside or outside the pie. There seems to no way to prevent this. Tried to create a ...
|
| Hide Address Bar | 07 May 2005 17:38 GMT | 2 |
Please help me here. I search the web, but I could not find any code to hide the IE Browser Address Bar or Disable it. Similarly with the Back button. Another issue is to prevent users from copy pasting url link to access the
|