Hi I have a question I hope someone can anwser. I have a cfchart that is plotting data points within a certain range say 16.7 to 17.8 all the points plotted should be between this. My scaling is from=15 to=18 but if a data point is plotted at say 25 it causes the scale to increase to the...
Hi I have the following list returned from a query.
select value from stringhistory
where tagname = 'mt_mm2_scaledata'
and value is not null
This is the string returned.
------------------ 03/21/2006 11:10 n 3 x 45.23 g Min 35.9 g Max 63.7 g Diff. 27.8 g
Is there a way to break the string...
I want to be able to return all records that are greater than 4 weeks from the date received. I want to use the following query is this possible?
select ponum, count(itemnum) as itemnum, count(invoicenum) as invoicenum
from poreceiv
where ponum = '#get_po_item.ponum#'
and itemnum =...
I have the following data i would like to compare.
Lastname, first initial - catalognum
smithr
smitht
reissec - This one has two first initials that need to be compared instead on just one initial.
Against the following - emp.email
rsmith@tonnes-thine.com
tsmith@tonnes-thine.com...
Question please:
I am trying to gather info like below. The issue is i have a record used with the substring that i need to compare the first 2 characters instead of 1. Could someone lead me in the right direction please.
How would I change this to be able to compare 12name or 2name...
Hi could someone please let me know if and or how I would add a "cfmailparam" tag that could handle moods in Lotus Notes?
I am not sure if it even possible. I can add the importance like this "<cfmailparam name = "Importance" value = "Low">" but not a mood.
Thank You.
Hi,
Could someone help to anwser this question. Is it possible to have a <cfif #variable# like '%test%'> in a cfquery select statement? I tried the following but a no go.
<cfquery name="get_tagname_3" datasource="#source#">
<cfif #variable# like '%test%'>
select top 1 name
<cfelse>...
Hi I have a question if someone could help anwser. Is it possible to have a CFIF statement in the actual CFMAIL tag. I am trying (see below) to no avail. is there something I would need to change in my code?
Thanks
<cfmail to="tonamehere" <cfif get_emp.purchasingcenterid eq...
I have an issue/ question I would like some opinions with. I have an application running on a remote pc showing graph information getting pulled from an INSQL DB. Upon loss of power the pc restarts and displays the page showing the graph information. But when the CF server goes down the PC...
I am have an EXTREMELY hard time trying to figure out what I am missing in my code.. I am trying to get everything so that when a person changes screen resolutions the page looks the same. but now when screen resolution changes my header moves the footer moves etc... Please review and lend any...
Hi could anyone lead me in the right direction. I was wondering if say my datasource becomes unavailable, if it is possible to have my page display a generic message until the datasource is available?
I have CF pages that I am trying to run continuously and when our IS dept does server maint...
Hi, is there any way of having tables come out like this in coldfusion (see below)? I need to output errors down the left side then jump back up to the top and display the data from top to bottom?
Errors|Date
1/22/04 | 1/22/05
one two two
one two two
one two...
I have the follow code I am trying to run with no luck. I am not that familar with arrays so If someone could shed some light on this it would be great.
Here is what I am trying to do. I want to get live information from a machine store the value in a array(?) then refresh the page 1 min...
I have an issue i am trying to resolve.
I have this number "14640" that i need to convert to ascii. If i use char(14640) it just returns a symbol not a number. It should return "12" I believe but I do not know how to go about this.
Can anyone shed some light on this?
Thank You
Hi, can someone shed some light on my problem.
I have a CfChart I am creating, but my problem is that half the series values are in the millions and the other half in the thousands. How do I overlay or how do i have 2 sets of values with such drastic difference in values on one chart or graph...
Hello, I am trying to create a trend chart in coldfusion and i am having difficult figuring out what the formula for a trend would be. could someone shed some light on this? I am using cfchart function looping through a query. I tried looking through excel on how it does trends but no luck...
Hello, I am retrieving my scheduled tasks and get an error if one of the tasks do not contain say for example end_time. What would be the sytnax to skip outputing the struct if the value is not there.
<cfobject type="JAVA" action="Create" name="factory"...
I was think of something today kinda odd today. Is it possible to send an email throught cf and have a link in the email that will only be visible to the main receipient of the email not the "CC OR BCC Receipients"? If so what would the syntax be?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.