ok I konw bad graphics newbie no donut that being said why do I have an image that says its 7.5 inches and 200 dpi but when I post it to my web page for display its HUGE. I have always heard something about the 72 dpi limit but I dont really konw what it means.
well now we have discovered that apearently it works on the non-secure side of the application. also most of the time on the secure side if you hit refresh it works just fine.
thanks guys my partner pointed out that my function was working fine it was the next call I was miss calling.. thats what happens when you try and code on too little caffene
ok I am completely stumped in the middle of an loop fed by a query I have a set variable I am doing another query inthe loop to get numbers of record with certian variables (happens like 60 times on the page and I dont want to make a new query everytime we add one) so here is what I am trying to...
I have in my form a field coded as follows this field comes before the submit button
<INPUT TYPE="hidden" NAME="numb" VALUE="one">
when I click on the submit I get the error
Error Diagnostic Information
An error occurred while evaluating the expression:
number="this#form.numb#"
Error...
here is my query it is on a sql server/coldfusion system.
<cfquery name="adding" datasource="clientname">
ALTER TABLE subjects ADD COLUMN partnerid VARCHAR(30)
</CFQUERY>
from everything I can find it should work but it doesnt.
I get
Microsoft][ODBC SQL Server Driver][SQL...
I have discovered that cflocation does not seem to work on automated tasks using the task scheduler in cf administrator. I have a series of tasks that must be preformed in a certain order that I have been using cflocation to trigger the next task but now that I am tryng to automate the system it...
I have tried several times to run various versions of cold fusion server on apache servers. I have tried different versions of apache and cold fusion and nothing works.
Here is my problem Ican access the various files that are .htm or .html or any .cfm files I write but when I try to load any...
Im having the same problem in win98 (which this forum is about) and cant get to the auto start programs by right clicking the task bar any other ideas?
I am trying to figure out the code to have a onclick form submission possible from an url link.
I have tryed
<a href="link?variable=X" onclick="document.myform.submit();"> linktext</a>
what I need is a link that will carry all the hidden form fields and this one variable...
I have a real basic query and output for a form my problem is that the query could bring back upwards of 200 records and I only want to display 20 per page and at the bottom of each page I want to either
A: submit and make a report from the names I have chosen
or
B: keep the names I have...
Here is the code I am trying to use
#dateformat(#query.date#(), "MMM-DD-YYYY")#
what I have is a date available field in a DB that the client has filled out in the past I want to populate that field with the varaible which I pick up in the query earlier on the page but I run into a...
I dont know what the problem actually is but I have found fixes at allair's site. if you go to this link and search for CF_Location you will find several custom tags that will fix the problem.
http://devex.allaire.com/developer/gallery
I am now having the same problem. a <cflocation> will not redirect but an include will do the job. did anyone ever figure out what the problem here was?
The title just about says it all I have a query that I want to turn into a text file with some sort of deliminator I need to do this with a coupple of different querys one with 3 results per line one with 7 so on and so on. I feel this should be easy but I havent been working for about 6 weeks...
basicly I want a way to carry all the Form-Fields forward through a page.....
1. fill out form
2. page that says do you really want to do this
A. Yes
B. NO
3. use info from 1.
the client doesnt want me to use javascript so the easy method is not available.
thanx again in advance.
PS...
I have a form that people might add information on a subject that someone else might have alreaddy entered. if someone else has alreaddy entered the subject I want the second person to have the options
A. Adding the subject again ("I have another set of info
that should have its own...
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.