| Thread | Last Post | Replies |
|
| Inserting Tabs in text displayed | 20 Feb 2005 07:43 GMT | 1 |
I want to be able to insert a tab in a title that pops up when the user places their cursor over a field. I was able to inser carrige returns with chr(13). I just can't find the code to enter a tab. Thanks, Mike
|
| Anyone have a definition for: | 19 Feb 2005 22:28 GMT | 2 |
I'm having a hard time understanding this portion of DW/CF login script that is generated automically. How is the url variable 'accessdenied' used? I'm modify this script and need to know the specifics. the larger portion of the log in script is below. thanks in advance
|
| Dynamic Images in Nested Output | 19 Feb 2005 20:23 GMT | 1 |
I found an almost answer in the post titled 'dynamic images with information' but I'm using a join to get the records and nested <cfoutput> tags to display it. Here's what I have now <cfset intCols = 4> <cfset intBlanks = intCols-(rsRaid.recordcount mod intCols)> <cfset ...
|
| List Box | 19 Feb 2005 14:05 GMT | 3 |
I have a list called WorkList. I have a query named Recordset_Cat. I want to populate the list box with the results of Recordset_Cat. I want to SELECT (multiple items) that population with anything that matches to WorkList. I have this so far: <!--- <SELECT ...
|
| Multiple Form Database Inputs | 18 Feb 2005 22:13 GMT | 3 |
I have a paragraph with multiple html drop down boxes scattered throughout and a hidden field assigned to it for ID puposes. Problem is when I have more than 1 paragraph in a page and try to do a database insert looping through the ID's is easy, the problem is the mulitple ...
|
| Password Confirmation using cfform CFMX7 (flash form) | 18 Feb 2005 18:58 GMT | 3 |
Im trying to validate with cfform (flash form) using CFMX 7, the field PASSWORD and RE-PASSWORD with FLASH FORMS. Any idea?? Regards
|
| Auto-run a template after CFMX restart | 18 Feb 2005 16:33 GMT | 2 |
We have application-scoped variables that control user access. If we restrict access to certain application modules and the server goes down (scheduled reboots in the middle of the night, emergencies, etc.), after restart the application-scoped variables are wiped away, causing ...
|
| Reading Outlook's Message Store | 18 Feb 2005 13:55 GMT | 2 |
As cfpop queries a user's e-mail inbox, is there a utility to read Outlook's Message store? I am looking for is something that will read/add/edit contact information from Outlook. Additionally, it should have the ability to maintain an audit trail
|
| Encoding problem | 18 Feb 2005 13:53 GMT | 2 |
Im pulling an attribute from an XML doc, which is a regexp. The regexp is then used on CFHTTP.filecontent, in order to parse out specfic links from a web page. I know the regexp works as i have tested it but when I use it on the CFHTTP.filecontent it returns a list of numbers and ...
|
| Binary woes! | 18 Feb 2005 10:23 GMT | 1 |
I'm recieving a base64encoded string (png file) from a webservice. I'm trying to write the file and output the image. But I'm having problems converting the string back to binary - invalid characters come in: <cffile action = "write" file = "test.png" ...
|
| ColdFusion, IIS and Host Headers | 18 Feb 2005 09:48 GMT | 2 |
Dear CF Guru: We are adding a few domain names to our single IP server. We are accmplishing this via Host Headers. Example: If someone enters www.mysite.com, which is running on a seperate instance of IIS (no Host Headers) , the user lands on c:/webroot/ We're using Host ...
|
| need help with cfmail | 18 Feb 2005 06:12 GMT | 4 |
hi all.. i have used cfmail in my application...and it works well if everything goes right like if receipant's address is correct and other things.... but if not the mail is not delivered and there is no error message displayed. i know that
|
| Cannot send multiple SMS on two client simulators | 18 Feb 2005 05:31 GMT | 1 |
Hi there, i am trying to run the example on the help file on how to send multiple sms (using 'submitMulti'). It is supposed to echo back the message recieved from the originator back to itself and a specified client simulators, it is not doing it. I have already configured my ...
|
| Generating WORD document | 18 Feb 2005 00:01 GMT | 2 |
Hi Everyone, Does anyone know how I can generate a Microsoft WORD file from my ColdFusion application? I want to be able to set the font, size, margins, etc. Are there special characters for paragraphs or line breaks? Any info on this subject would be greatly appreciated.
|
| Statement did not generate a result set | 17 Feb 2005 23:45 GMT | 2 |
I am getting an error on ColdFusion MX. The error message is 'Statement did not generate a result set'. I am getting this when I am trying to update or insert into a table. I used the same query in my Query Analyszer and the query ran fine. I also moved to code to ColdFusion ...
|