| Thread | Last Post | Replies |
|
| help - compare values in two tables | 09 Nov 2004 15:55 GMT | 2 |
I have two tables - one contains student information, the other contains the club for which they are assigned. The club signup table contains the studentid. I need to run a query that displays those students whose studentid is not present in the club signup table. Any guidance ...
|
| Can I create a Valuelist like this | 09 Nov 2004 04:58 GMT | 1 |
Im running a query and would like a Value list that will be output like this 'Cyz.jpg', 'ABC.jpg', 'UBC.jpg' I need single quotes to surround each record returned followed by a coma? any way to do this?
|
| Push login-password with cffile | 09 Nov 2004 03:27 GMT | 3 |
Hi, Was it possible to push the login and password in the url with the CFFILE like FTP(\\login:password@archi\temp\test.txt)? Or with another technic.I'm connecting into a network and need to type the login and password to acces the drive. I'm searching a technique to connect ...
|
| Covering up CF Error pages | 08 Nov 2004 23:49 GMT | 1 |
How do i make an application specific error page? After a system is finished being developed, i would like to have error pages that act like the rest of my system, instead of putting out the cferror informaiton. This would be the same as a 503 error in perl or php, which can
|
| i=i+1 versus i=IncrementValue(i)? Interesting results. | 08 Nov 2004 23:38 GMT | 2 |
I wrote a script that compares the two and on average i=IncrementValue(i) is faster than i=i+1, but sometimes i=i+1 will get a performance boost and be much faster than i=IncrementValue(i). Here's a script that I wrote that you folks can play with:
|
| Looping conditions and inserting into database | 08 Nov 2004 21:39 GMT | 2 |
Hey guys, I know how to loop through checkboxes in a form and insert the info into a database if they are defined. I want to take it a step further. Next to my checkboxes I have an input field based on a number they can enter. So in my
|
| comparing text and generating a score | 08 Nov 2004 21:32 GMT | 1 |
is it possible to compare a block of text with a string and then get a score on how relevant that string is to the block of text? any ideas how you would do this? ty NF
|
| Shopping cart help | 08 Nov 2004 19:40 GMT | 4 |
I'm having some issues with my shopping cart , can't update. Please help here is my code: <cfif IsArray(session.cart) IS "false"> <cfset session.cart=ArrayNew(2)>
|
| Problems accessing outlook via COM | 08 Nov 2004 19:10 GMT | 5 |
Can someone help? I'm trying to access the Outlook server contacts via com using the following code: <cftry>
|
| pulling username | 08 Nov 2004 14:29 GMT | 1 |
Anyway to pull a user's username after they have logged into a domain workstation with their network username and password?
|
| timeout page with cf | 08 Nov 2004 14:28 GMT | 2 |
Would like to know how to start a time period and when it ends.............have the page submit to db and then redirect............any help appreciated.........cheers......
|
| EAN-13 Barcode Generation in CF | 08 Nov 2004 14:27 GMT | 1 |
Hi, I want to generate and include EAN-13 barcode images in a Coldfusion application. Does anyone know of a free (or cheap) Coldfusion tag or application that can be used to generate EAN-13 barcodes?
|
| Passing Variables from Page1 --> Page2 -->Page1 | 08 Nov 2004 14:10 GMT | 2 |
Scenario: I have a page where a user can perform a search based on one or all of several fields. For instance: Job Title and/or Ticket# and/or Error Code, etc. This search utility allows them to search by a part or whole, using 'LIKE %var_name%'. Okay...say the user wants to ...
|
| Copy files on network with cffile | 08 Nov 2004 10:41 GMT | 2 |
I would like to copy files on a webserver's network, Can I use the cffile tag for this? ie: <cffile action='READ' file='\\OtherComputerOnNetwork\test.pdf'> And how can I connect to this computer with a login and a password? I've heard , that I do copy of files directly from one ...
|
| Dynamic Dependant Dropdown Menus | 06 Nov 2004 23:28 GMT | 2 |
I was wondering if someone could point me in the right direction to create some dynamic dependant dropdown menus in a search form. I know how to create search forms with multiple fields and so on all the general stuff but don't have the faintest idea how to do this.
|