| Thread | Last Post | Replies |
|
| No Spaces in text form. | 10 May 2006 22:17 GMT | 9 |
Hi, I have a form and in the form I have a text box where the user can input his or her username. However, I dont want to allow them to be able to submit an username with spaces. For example if the following were usernames:
|
| I need to split info onto multiple powerpoint pages | 10 May 2006 22:13 GMT | 1 |
I'm using <CFCONTENT type="application/vnd.ms-powerpoint"> in my code to send information to Powerpoint. My problem is all the info goes on one slide. How do I force a "slide break" in the code?
|
| value fetch from db | 10 May 2006 21:51 GMT | 1 |
Inclusive dates of leave are # <input name="leavedate" size="30" maxlength="30" value="#variables.leavedate#">. The above value is stored in database named "testcolumn". when I fetch that value to print out using following codes
|
| IFRAME Pause | 10 May 2006 19:53 GMT | 2 |
hi guys , I tried looking in before posting but could find any thing . here is the problem . I have main page and in it i have iFrame . Code goes like this . function Dup(){
|
| Copy form field values | 10 May 2006 19:34 GMT | 3 |
I am running a query to create a dynamic form. I want to copy the values in one field to another. So far I have this. ### JAvascript part### <script language="JavaScript">
|
| Array bottleneck...need assistance | 10 May 2006 17:37 GMT | 5 |
OK, I have a bit of code that is BOGGING down my app. I need some ideas for smoothing it out. Basically, I need to be able to reference an array by 3 elements (id, qstn_id, zone_id). In a query later, I sum up the data and assign it to the proper position in the array (ie ...
|
| Current Status of CFQUERY | 10 May 2006 16:54 GMT | 4 |
Is there any way to know the status of cfquery Insert . i.e the insert was successful or aborted or any other returning Code which tells that ? .
|
| Advanced String manipulation.. | 10 May 2006 15:45 GMT | 3 |
I need a some help. This problem is a bit over my head. An input text file looks like this Hello world! 989898281599
|
| Communication with MS Exchange Server? | 10 May 2006 08:50 GMT | 1 |
If I can?t communicate with Exchange thru POP or IMAP. How can I still fetch e-mails? Does coldfusion have another way of doing this? Using http or something? Hope to get some feedback on this, thanks!
|
| Using <cfoutput group=""> within a table | 10 May 2006 00:42 GMT | 5 |
Hi All, I having problems with <cfoutput group> within a table. I can get the data to display the information correctly. But if a person has more than one record it displays the other records lined up with the name not with the other corresponding data.
|
| Forcing memory release CFMX/J2EE | 09 May 2006 21:25 GMT | 2 |
Does it existe a way to force an object to be removed from the memory instead of just removing the references to this object and waiting that th GC collects it and remove it from memory? The reason is that we have a process that is a memory killer, (reads xml
|
| CFMAIL character set not working | 09 May 2006 21:12 GMT | 5 |
Recently we moved our websites to CF7 and we got a lot of problems with the character sets. We support multiple languages and we started to get a lot of issues related to the german, french or any other "special" characters like ?, ?, ? or any other.
|
| Update an Access table | 09 May 2006 20:45 GMT | 2 |
I'm working on a Cf inteface where a user can push a button and process an Access table. I'm running into issues where the data is being inserted (INSERT statement) into the Access table, however the data isn't inserted into the last/new row in the table. It ends up between some ...
|
| Addition/Substraction of Binary. Converting Binary to Integer | 09 May 2006 20:34 GMT | 1 |
I wanted to know how you can add or substract from a binary value. Lets say xyz is binary now..... I want to convert 123 to binary form and add or substract with xyz. Is this possible? Finally I should be able to convert this new xyz i.e. after addition or
|
| CFC return type XML | 09 May 2006 16:27 GMT | 1 |
I'm using a remote CFC (gateway.cfc) as an interface to another public CFC (service.cfc). Service.cfc does a database search and returns RSS formatted XML to gateway.cfc. A stripped down version of the code is below: gateway.cfc
|