Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: alsjka
  • Content: Threads
  • Order by date
  1. alsjka

    Cfchart scaling question

    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...
  2. alsjka

    Query List Question

    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...
  3. alsjka

    date add in query issue

    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 =...
  4. alsjka

    Compare fields in query.

    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...
  5. alsjka

    substring question.

    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...
  6. alsjka

    cfmailparam

    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.
  7. alsjka

    Cfif &quot;LIKE&quot; in cfquery statement

    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>...
  8. alsjka

    CFMAIL

    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...
  9. alsjka

    Restart pc on loss of connection???

    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...
  10. alsjka

    Display newest images to gallery

    I am not at all familar with PHP could someone lead me in the right direction on how to display the newest images to a image gallery. Thank You..
  11. alsjka

    Please help and review code

    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...
  12. alsjka

    Error Handling

    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...
  13. alsjka

    Tables

    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...
  14. alsjka

    Array Question

    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...
  15. alsjka

    auto size graph?

    Hello, Would anyone be able to tell me if it possible to have a graph in coldfusion auto resize based on screen size? Thank You
  16. alsjka

    convert to ascii

    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
  17. alsjka

    Graph & charts

    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...
  18. alsjka

    Trend formula

    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...
  19. alsjka

    wddx syntax?

    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"...
  20. alsjka

    Odd Mail Question

    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

Part and Inventory Search

Back
Top