| Thread | Last Post | Replies |
|
| CFCalendar | 05 Dec 2008 23:11 GMT | 1 |
There is a way to specify date a date range so you can block off dates in the calendar that can not be chosen, but this seems to be somewhat lacklustre in design since I know of very few calendar applications where there would only be a single date range that was unavailable.
|
| autosuggest in verity collection | 05 Dec 2008 22:37 GMT | 1 |
Hi I would like to use auto suggest in verity collection search. Is it possible. I try it but its not working for like condition. Like condition doesn't work... if i type whole word then it disaply exact word Thanks
|
| Help with CFIMAGE | 05 Dec 2008 19:20 GMT | 4 |
I'm trying to resize a file using the CFIMAGE tag for a file a user has selected from his local workstation, which I've put into a variable. The value of this variable always comes up as a temporary file name with a .tmp extention. The CFIMAGE fails every time because it is not ...
|
| How to evaluate a double dereference? | 05 Dec 2008 15:10 GMT | 3 |
I am so stuck on this problem. Please tell me how it can be solved. q1 and q2 are result sets from a database. q1.status = "approved" q2.field = "prompt: #q1.status#"
|
| I am Confused at this: | 05 Dec 2008 14:22 GMT | 1 |
I have an AJAx Delete Staement. Which runs quite good but i have used confrim dialog box of javascript to ask for confirm. But if i say NO in confirm it still delete the record: I am doing something so wrong buut u not find what:
|
| Creating form element from within a component | 05 Dec 2008 13:47 GMT | 6 |
I am trying to create a form element within a component function which is then called from a .cfm page which has the cfform tags. I keep getting a context validation error for the form element tag. Here is some sample code: <cfcomponent name="yourComponent">
|
| CF and Web services best practices | 05 Dec 2008 13:46 GMT | 1 |
I need to write a paper about CF and web services. Could anybody point me to some resources about best practices when implementing web services in CF? Any lessons learned, gotchas from your own experience are even better.
|
| scanning uploaded documements for viruses in CF | 05 Dec 2008 12:13 GMT | 2 |
currently everytime a user uploads a document to our application it is emailed to one of our pc's in the office where we scan it for viruses and then (assuming it's ok) we then make an entry in the application's database to state that that user's document is ok so they can do ...
|
| Split string after full word | 05 Dec 2008 08:40 GMT | 7 |
I have some dynamic text which is shown completely if it has less then 280 characters.When it has more then 280 characters I display the first 280 and after that I just set 3 dots"...". Now my question was if it is possible to display the 3 dots after the last full word after ...
|
| PDF back to the server | 04 Dec 2008 15:01 GMT | 1 |
I am new to this area of CF and am wondering about getting a PDF back to the server. I have PDF forms that are created in LiveCycle and loaded on to the server. I then have clients log in to an account, pick an applicable form, which is then
|
| Possible to use cfajaximport to pull scripts from another host? | 04 Dec 2008 12:52 GMT | 4 |
I'm trying to reduce the number of calls going to a single host by splitting up the requests for different assets across multiple hostnames. This is easy to do with other web application environments (for example, Rails). However, it seems that the [b]cfajaximport[/b] tag does ...
|
| Sudden cfhttp failure - need help! | 04 Dec 2008 10:27 GMT | 1 |
The cfhttp code below has been running perfectly for a few years (certain specifics removed to protect my job!). It suddenly began to fail on our Win 2000 CF7 production server. Testing it in development and other CF servers it runs perfectly. It is a critical part of
|
| Session variable problem | 04 Dec 2008 04:52 GMT | 3 |
I have two PCs on a network that get there session variables mixed up... read on Scenario In my application a few session variables are set up on the first page and
|
| Getting Data | 03 Dec 2008 22:24 GMT | 3 |
I have a page here that add rows with 3 textbox after pressing the button. The added textbox have all unique name. My question is how can I access the data on the added textbox in the next page if I don't know how many rows will be added? <script language="javascript">
|
| ColdFusion failed security in invoking a WebSphere web service hosted in WebSphere | 03 Dec 2008 15:04 GMT | 7 |
I tried to call a web service hosted in a IBM WebSphere server, but could not pass WebSphere's security framework. After some talking with the guys in the WebSphere side, I'm not sure whether this is possible in ColdFusion because they ask for a <wsse:UsernameToken> in the SOAP ...
|