Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ColdFusion Studio Solutions: 51 - 75 of 91
 
Ok I know to use #RemoveChars(Order_Date,1,5)# to get the first 5 but what if I need the first 5 and the last 5 gone the data never changes its a date.field
Im trying to apply a <CFIF> statement so that when I get a 6 digit number that starts with "99" it will apply. The link is coming from a url.variable so this information works and looks lik...
I need help with sending data directly to a lpt1 port. I have a program(website) written with coldfusion and I need to send data (ie a fgl file) directly to a printer on an lpt1 port. I have s...
Is there a coldfusion method() to trim a string up to a specific character? Example: "www.domain.com/dir1/dir2" should be returned as "www.domain.com/dir1/" or "www.domain.com/blahblah/...
Hi Experts, How do I prevent  users from using the same login at the same time from different computers or IP addresses?! I'm using Coldfusion  MX 7 and an Access database.
How can I check on a coldfusion page is ther was a postback. Like you have in asp IsPostback. Do we have something similar in coldfusion? I have a search form on coldfusion page and if some...
Looking for sql to check password requirements below: (using html - Coldfusion) <br>A secure password contains at least TWO of each: <br>Uppercase letters (A-Z) <br>Lowercase letters (a-...
Hello experts. With a query like: <cfquery name="artikel" datasource="dsn"> SELECT a.Art_ID,  H_All.Hersteller_DE,a.Besonderheiten FROM dbo.artikel a LEFT JOIN H_All ON (a.Hersteller_ID =...
I'm trying to build a report that allows the user to select the sort order. I was able to do this in Crystal Reports by using several sort fields and moving data into them as needed to satisfy...
Hi there I have a simple query and a simple cfgrid control in flash, producing out 2 columns of data, like this: <cfform height="450" width="580"> <cfgrid name="All_Entries" query="alle...
from what I've seen on EE it would seem like the following should work to send an HTML-based page as an attachment...      <CFMAIL      FROM="orders@seidiamonds.com"      TO="#rsOD.billemail#"      BCC...
I need a CFSELECT box in a Flash Form that allows the end-user to choose multiple selections from this box.  For example, a cfselect box like this: <CFSELECT NAME="strCaseField04" multiple="Y...
I have coldfusion form where I need to update the selected option. So everything is qworking except that is does not update the dataabse My JS is here function saveSel (){       if (d...
I have a form that has the fields coming from Custom Tags.  I have examples of the two types: The first is a textarea.  The second is a radio button and I don't know how to show that it is re...
I have a query going through two tables in the same DB. The problem is, when i run the query, it times out. As a matter of fact, i've created two queries, they both work the same and get the s...
When I output a report to a CFR file I want to make a calculated field that figures out the percentage from two queried fields. In my current report my calculated field is the result of dividi...
Coldfusion Experts, I would like to output a list of file names from an image folder (on the server), which I would then display within a form select box. The selected file name would then ...
I am needing help just showing a simple 3-digit Julian date in a CFPARAM tag in Coldfusion.  So basically what I am looking for is something that if the date is May 21st, 2008 then the tag wou...
Someone attacked my website and did a SQL injection into my MSSQL database thru one of the coldfusion forms on my site. I have found some tools online that will verify and help fix ASP code. I...
How do I make a DLL function call using coldfusion? The DLL is written in VB 2008. function1 and function2
I can't seem to get this loop to add correctly. Any ideas? <cfset cnt = 0> <cfloop query="getrrAnswers" from="1" to="10" index="i">      <cfif rr1 is "#rrAnswer#"><cfset cnt = cnt + 1></cfi...
Hi experts, I have a simple question. I used Dreamweaver and created authorization for a website. when I want to check session.UserID in other pages it comes out and undefined. Why is that? I ...
I need some help with <cfoutput> using group I have a query that get date, text, and type now I want to group the text, and type by date. I did this but I only get one result for each da...
How would I get this query just to pull the last 30 days of postings
I have a table named risks which has a unique key of riskid as well as other fileds.  I have a second table tickedrisks which has a unique id of uid plus a riskid field and a userid field.  At...