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: *

  1. NorthStarDA

    dynamic number of columns - but not hard coded

    hi, i have a database of contacts and surveys, my software is similar to surveymonkey.com where i let people create and use surveys. i need to allow users to export the survey data but since this system is entirely automated, i need to query the survey data without hard-coding any survey...
  2. NorthStarDA

    sub query returns multiple values (and i want it to)

    I have no sql to show really, just a general question. One column in my query is derived from a sub query SELECT .., (SELECT..) as col FROM etc.. The subselect might return 3 records (which will throw an error), but what i want it to do is return 1 row with the 3 values it brought back...
  3. NorthStarDA

    backup and restore from script

    hi, I have mysql 5 running as the db for my coldfusion application. This particular application needs to make a copy of a certain db and restore it with a new name. I have seen mysqlhotcopy but i need something that i can use from a cfquery tag in CF, can this be done...
  4. NorthStarDA

    install with apache/jrun

    i have installed apache 1.3 and the cfmx7.2 development edition server on jrun4 multiserver, apache is configured to handle .cfm requests, but it still tries to download to my client. here are the relevant parts of my httpd.conf file: LoadModule jrun_module...
  5. NorthStarDA

    query optimization - large report

    i am writing a query where i need to get a count of transaction types from a table for employees within a certain timeframe. I have a table for work_history with columns time_in and time_out. And there is a transactionHistory table where i want to get my counts. here is an example SELECT...
  6. NorthStarDA

    css layout, works in mozilla, not in IE

    i am trying to create a css layout where i can define the top, bottom,left,right css properties without having to worry about widths and heights. if you look at the code in FF it works fine, in IE the content divs are not sized properly, here is a code sample <!DOCTYPE HTML PUBLIC...
  7. NorthStarDA

    2 monitors with radeon x300

    hi, where can i find a cable to allow me to have dual monitors using the dvi port on my pc? i have one at work, but the guys there cannot tell me where they got the y-cable from, they say they came with the cards (but there it is a different card)- i have looked for this cable for days and...
  8. NorthStarDA

    let CF decide the site root folder

    Hi, I need to be able to support 2 versions of my web application (current version and previous for those who do not wish to upgrade yet). I have many clients in many different environments and i do not want to have 2 different URL's for each client. I'm looking for a way to pass in a virtual...
  9. NorthStarDA

    setting cursor position in text area

    Hi, I have built part of a web application that allows users to build scripts to handle certain functions. (skip logic for a survey). Users don't know it's javascript they're building, they build something like this: if(Q:5 == 'a. first choice'){ goToPage(P:3); } i go through and replace...
  10. NorthStarDA

    org charts

    has anyone seen any good examples/tutorials of org charts in flash? i like the ones by fusioncharts, http://www.infosoftglobal.com/FusionCharts/CustomCharts.asp#bubbledrag but i cannot use them in my movie. ========================================= Don't sweat the petty things and don't...
  11. NorthStarDA

    flash magnify section

    hi, i would like to build a flash movie for re-arranging organizational structures. My idea is to have an org tree draw out to the stage in flash, but scaled down to a certain percentage based on total number of org units, so all units are displayed on the stage, but they could be really...
  12. NorthStarDA

    mask layer hides labels, button text, and selected text for combobox

    does anyone know how to get flash to stop hiding text that resides on movie clips that have a mask layer over them? the masks appear to work fine but hide this text and i cannot figure out how to get it to stop. thx ========================================= Don't sweat the petty things and...
  13. NorthStarDA

    slide menu visibility issue

    this one is kind of hard to explain, but here goes- i have a graphic as the backdrop of my movie, and i have a movie clip which acts as a container for page content, which is about 50% width and height of the movie. i have a menu that i want to slide up and down at the top of one of the pages...
  14. NorthStarDA

    recordset output best practice

    what is the best way to output resultsets in flash? i am a coldfusion developer getting into flash development specifically with flash remoting and actionscript 2.0. i am familiar with the list and datagrid components but they do not seem to offer what I am trying to do, i want to output...
  15. NorthStarDA

    flash pro 8 - databinding error

    i am using flash professional 8 and on 1 of my movie clip symbols i am using the web service connector and data binding. when i compile my movie i get the errors: contentPages, Binding between <unknown>.. and <unknown>.params.argsList: The endpoint of the binding does not exist contentPages...
  16. NorthStarDA

    best way to have a scrolling div with relative position

    i have a div on my page that has a header and a footer div inside of it, both with say '20px' height. the scrolling content div is set to 200px height. the main enclosing div has a height of say 80%, so when the window resizes, the main div resizes, but not the scrolling div inside...
  17. NorthStarDA

    getting location relative to window with frames

    i need to get the location of an element relative to the entire window, but the element is inside an iframe- i'm using the functions below to loop through offsetParents, but iframes apparently do not have an offsetParent. so they return the location relative to the iframe the element is in, not...
  18. NorthStarDA

    drag a div from one iframe to another

    hi, i have a page with 2 iframes, the first iframe has a list of divs (instead of table rows), i would like to drag a div from 1 iframe to the other. I would also like to provide some visual feedback about what is being dragged. The div also needs to remain in its original spot so it can be...
  19. NorthStarDA

    sending mail from php on os x

    i have php running on mac os x and i have am having a problem sending mail from the server. I have the built in apple mail server turned off and i have eims installed. i want to tell php to use eims to send mail out. I have read that you do this by setting it up in php.ini, but that it only...
  20. NorthStarDA

    disable all elements within a div

    Hi, I am writing divs to be used in place of alerts in my application. Any time i would normally alert the user with something, i'll pass that to the div content and make it visible. That part is working great, I would like to extend this so that when this div is visible, other content divs...

Part and Inventory Search

Back
Top