Adding numbers without resubmitting

2000-09-25 Thread Olson, Kelly
Here is my situation: I have 5 questions which ask for a percenatge. I would like a total at the bottom of the column to give a total of the percentages as they are added. I have it working in a form, 5 text boxes, and an onchange submit() in each one. Then cfset=value1+value2+ Is

Newbie CFIF for range of data

2000-09-24 Thread Olson, Kelly
How would you write a conditional statement like this: CFIF data is greater than 0 and less that 1000 CFSET words="small" CFELSE IF data is greater than 1000 and less than 2000 CFSET words="medium" CFELSE CFSET words="large" /CFIF All of the examples seem to only show an "IS"

Embedding printer control codes in HTML

2000-09-22 Thread Olson, Kelly
Has enyone ever attepted to embed printer control codes into CF or HTML doc? -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

[CF-Talk] Re: ESC codes to printer

2000-09-18 Thread Olson, Kelly
Is it possible to insert ESC codes in an CF doc so they can be sent to a printer if/when a documant is printed? I am trying to rotate print fom landscape to port and switch paper bins 1 to 2. Kelly -- Archives:

Newbie: Refreshing screen after update

2000-09-14 Thread Olson, Kelly
I have a form that allows one to update company informaion. Upon submitting the data it reloads the same page and updates changed information. ( no big deal so far ) There is also a HTML link back to the main menu. (CLICK - this appears to work fine.) The problem is if I select the menu item

OT: Download Code

2000-08-29 Thread Olson, Kelly
I know that looking a source code in a browser will not display any ColdFusion programming code. My question is, is it possible to pull down someone elses code using some other method, other than FTP? Is the CF_Encritpion or some other tag a way to defeat this? Kelly

OT: Securing Code ( was Download Code)

2000-08-29 Thread Olson, Kelly
Here is my situation in more detail, and I know I'm not alone. I saw a thread similar to this topic dealing from a legal stand point. early this year. I was sub-contracted by a consulting company to write a test web app for one specific client of theirs. The program is custom written for that

Newbie:Printing and Page Break

2000-08-17 Thread Olson, Kelly
I have to be missing something here but; We have a CF page that displays one right after another. At the end of the form we are placing a h1 style="page-break-before: always"h1 or br style="page-break-before: always" To eject a page. First time through the loop it works, the second time and

Nested Loops / Page Break Help

2000-08-15 Thread Olson, Kelly
I have a page the is displaying certificate and then a multi page description afterwards. If a single certificate is printed everything is gread . CERTIFICATE, page break, DESCRIPTION, page break Now I add CFLOOP to go through multiple Certificates and I get CERTIFICATE, page break,

Page Breaks

2000-08-11 Thread Olson, Kelly
Is it possible to do a page break or a Page eject between forms. We are currently using: h1 style="page-break-before: always"h1 This seems to work in netscapre but not IE. -- Archives:

OT:MS SQL vs Oracle

2000-08-03 Thread Olson, Kelly
Any comments would be helpful., Thanks to all. I have noticed several notes on configuring w/ Oracle and SQL. What I am wondering is what is driving these decisions. If one was building a fast Database server, which would be a Better system. Better being from the standpoint of Speed,

Multiple Select List

2000-08-02 Thread Olson, Kelly
This is a multi-part message in MIME format. --=_NextPart_000_003B_01BFFC97.66BBD3F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am creating a select list from some data. What I want to do is be = able to select multiple names out of

Secure Directory

2000-07-24 Thread Olson, Kelly
Does any one know of a custom tag what will require a password to get into a directory. Expire if the user exits out of the directory forcing a new logon to return to the secured directory. (it is a locationor URL sensitive issue not a time sensitive one.) The other catch is that I am just

Select list Question and javascript

2000-07-17 Thread Olson, Kelly
I know there has to be a better way to do this: I have a Select list which is pulling records from an access database. What I am trying to accomplish is display a SELECT BELOW option as the first item in the list. The way I have done it so far is to make a first record in the actuall database

Allaire Forums

2000-07-13 Thread Olson, Kelly
Does any one use Allaire Forums, or other suggestions are welcome that we may look at. Allaire's forums keep telling me the server is to busy to handel my request!!!@#$%^* Great selling point guys.. ;-) Kelly Olson

Newbie: SELECT Question

2000-07-07 Thread Olson, Kelly
Is it possible to move several fields form a form select. I have a database of two fields: CatagoryID and CatagoryDesc. I am building a select as follows: SELECT NAME="CatagoryID" SIZE="7" CFOUTPUT QUERY="GetCatagory" option value='#CatagoryID#' #CatagoryDescription# #CatagoryID#

Query within a select

2000-07-07 Thread Olson, Kelly
Is something like this possible: SELECT NAME="ScenarioDetailID" SIZE="7" CFOUTPUT QUERY="GetCatagoryLIST" option value=#ScenarioDetailID# #ScenarioID# CFOUTPUT QUERY="GetCompany"#CompanyName# /CFOUTPUT /CFOUTPUT /SELECT Or better yet, how could something like this be done, where you

CFloop question? Can't get desired output

2000-07-07 Thread Olson, Kelly
--02EDDFCBC443DB118DB040CB Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sorry about all the detail. I just thought it would make it easy to explain my problem. I am doin g two queries in a loop 1 to get main items and one to get item details. I am

OT: ODBC Strange Problem

2000-07-06 Thread Olson, Kelly
Help Anyone!! Anyone seen this, that can give me a little info. This is comming out of a 2 field table AccountID and AccountDescription. It works great up to 5 records and on the 6 record or above it generates the error above. It is basically a list of choices that are selected and a record

Query Question

2000-06-01 Thread Olson, Kelly
Hi All, I am having a heck of a time conceptualizing this query. I basically have two tables I am working with one is a Company Database with beside address and contact have a check box field that is labeled PRIVATE (YES/NO). I also have a database of records that have an items of which there

Creating PDF

2000-06-01 Thread Olson, Kelly
This may have been asked, or even easy to do but; Can you create a pdf file and have it created with cf data? What does it take to to do this? Kelly -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe