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