Hi,
I am trying to create two dynamically linked drop down menus. IE Person selects product category in first drop down menu and then sub categories for that major category are automaticall...
I am getting "strange behaviors" while trying to open an excel worksheet in IE.
Several machines running 2000; NT4.0 with IE 5.50 sp2 and IE 6.0 work fine; but others
running with IE5.50 s...
Hi there,
Got something wich cracks my mind...
Ive got some members inserting some data in the database. This is something like an event at one day they are inserting.
For example: I am i...
I have a page that needs to populate drop-down select boxes dynamically.
It currently works at a 2-tier level, but I need it to work at a 3-tier level.
Below is the code I use so far. Pleas...
How can I create a winzip file using coldfusion code? Can this be done, or do I need to
use a diffrent scripting language for this like Visual Basic?
Hi,
I need to Insert default holiday (8 hours) on my (timesheet database in oracle) on particular dates like
independence day, christmas etc........
This insertion in coldfusion must ha...
I'm trying to query a .dbf file (what kind I dont know), using Coldfusion. I read that this would be the command for a dynamic connection:
<CFQUERY NAME="qContact"
DBTYPE="dynamic"
CO...
Hi all,
Is there a way to read a file(text) attributes like file size and last modified date from coldfusion.Are there any tags that help
to do this?Please help.
Meghu
i have imagedb (access db)
I want to display the output of images in 3*6 format (3 columns and 6 rows )
but ialso liked to use that "previous next and page number links on the same page"
s...
This code works fine for a table, but when i put it inside the <cfoutput> tag i get an error. Is there a better way to change the color of a row then i mouse over it (when the data is output...
Is it posible, not to mention good practice to use the output from a query inside a loop? I am attempting to do that now and instead of getting the enitre list like I was expecting I get 1040...
I think I am having trouble with excel file locking and CFMX. I am trying to connect to an excel file, which works sometimes. Other times, my cfm page won't finish loading and when I try to ...
I'm looking to create a web service that can be made available to anyone. I want to start by creating the component object, running an initialization method to set the user's unique keys, and...
I would like to create a query based on CFLOOP. I need to update a undetermined number of numerically-named fields. After the loop is processed, I am looking for the following example to be ...
Hey all,
Is there a way that I can capture the windows login so that my users
don't have to login to their computer AND login to the intranet site?
Hi experts,
What I want to do is to have a "Textarea"(within a <cfform>) in my coldfusion page and have the users upload news releases. I don't have the control over how big in size this ne...
I'd like to call another CF page from a parent CF page, but in the parent CF page I do not want to wait for the other call to finish, if that makes sense?
I am using CFMX..
I tried CFHTT...
I am dealing with a database setup by someone previous to me who created an access/vba front end to an SQL database. There is a field called attachment, data type Image, which contains many ...
I have a simple form on a page that looks like this:
<form action="<cfoutput>#formaction#</cfoutput>" method="get" name="mform1">
<p> Full Name:
<INPUT id="Name" maxLength=50 size...
I have an application where people can fill out a form and upload thier resume. The form fields (including the file upload) are all sent via email to the company that owns the site. At first I...
Does anyone see a problem here?.
I already know the values are good because I've tested them in an cfoutput.
<cfif (IsDefined(#termD#)) AND (#theApp# eq "New") AND (#term# >= #nDate#)>
...
anandkp,
I have one more question in reguards to a thread you helped me with at http://www.experts-exchange.com/Web/WebDevSoftware/ColdFusion/Q_20869008.html
I'm trying to di...
I amtrying to get the list of columns returned when querying an ldap server
i am trying
<cfldap action="QUERY" name="OrgList"
attributes="*"
start="c=CDA"
scop...
my client wants to use a pdf form:
http://www.pacificcenterplasticsurgery.com/history3.pdf
they then want to receive that form as an email attachment. my question is is there another opti...
OK... I've been beating my head against this very simple problem for an hour now when it occurred to me to ask the question here. This one should be really easy... unfortunately it's not for ...