Session Variables

2003-03-13 Thread Double Down, Inc.
If I set a session variable on one page. The person leaves the site for a few seconds and then comes back to site, will the session variable still exist? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subsc

Extracting Dates From DB

2003-03-10 Thread Double Down, Inc.
I have two date questions that I need some help with. First question: I need to extract a records where the member id and current date match. The date is in the SQL DB as a datetime field. I tried using the date format function in the query but could not get it to work. Second question: I am go

Database Connection

2003-03-03 Thread Double Down, Inc.
I get the following error when I try to go to any cold fusion page in my site. The error reads: Error Executing Database Query. SQLException occurred in JDBCPool while attempting to connect, please check your username, password, URL, and other connectivity info. I have checked the SQL serv

DateCompare Question

2003-02-06 Thread Double Down, Inc.
I have two dates. Once is an ODBC date only that is based on the now() function. The other is an ODBC date only that comes from an SQL datefield. The values come out to be {d '2003-02-06'} when I output them. The problem is the value for the DateCompare is 1 instead of 0. Anyone have any suggest

PayPal Shopping Cart

2003-01-29 Thread Double Down, Inc.
Was wondering if anyone has used the PayPal Shopping cart and CFML. If you have, wanted to know how the information is sent back to you, is it all one string, is it sperated by commas or some other delimiter? I need to be able to have this information so I can parse it into my DB. If anyone can

Security Issue With PayPal & CF

2003-01-20 Thread Double Down, Inc.
Here is a problem I am having that I would like to hear some people's thoughts and ideas on. I am setting up a site where a person will be able to download a file once they have paid for it by using paypal as my processor. Problem I am having is one of security. I do not want to give any inform

Tracking Refferal Pages

2003-01-10 Thread Double Down, Inc.
Can anyone suggest a good method for tracking what page bought a surfer to my page? I need to be able to get that information and put it in a DB. TIA DDINC ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 S

Reciprocal Link

2002-12-16 Thread Double Down, Inc.
Does anyone know of a cold fusion code that will allow me the opportunity to check for a reciprocallink another web page? Thanks ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.hou

Query Question

2002-12-10 Thread Double Down, Inc.
I have this statement in a query: (seeking LIKE '%#ii#%' and It will select the record if the field (a comma delimitated list) has the value (the values are number). The problem I am having is that if I want to pull the records that contain the number 2, it is giving me the records that contai

Dreamweaver MX Problem

2002-12-05 Thread Double Down, Inc.
I am trying to set up sites in DreamweaverMX and when I go to either the basic or the advanced tab, the fileds and the descriptions are not showing up.I have rebooted my machine several times and it still does not work. Has this happened to anyone? Does anyone know how to fix this? TIA

Message Board

2002-11-25 Thread Double Down, Inc.
Does anyone know of a good free message board program? I have checked out the ones on the developers exchange and was wondering if anyone had any others that they would recommend. TIA ~| Archives: http://www.houseoffusion.com/cf

MAKEUNIQUE in CF MX

2002-11-19 Thread Double Down, Inc.
Is there a way to change the MAKEUNIQUE in CF MX so it makes a completely different name for the file like it does in CF 5? TIA ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.hous

MAKEUNIQUE Names In CFFILE Using MX

2002-11-18 Thread Double Down, Inc.
In the make file names unique in MX is there a way to change the naming convention so it does not just add a number to the end of the file name. (i.e. pic1.jpg, pic11.jpg, etc.) Thanks. ~| Archives: http://www.houseoffusion.com/

Query Builder In Dreamweaver MX

2002-11-06 Thread Double Down, Inc.
Does Dreamweaver MX have the same kind of query bilder that was in studio? If so, how do I access it. TIA ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists

Studio MX

2002-09-12 Thread Double Down
Does anyone know of a good place that has studio MX for a good price? TIA DDINC __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprof

Accessing DB Stored On Local Network

2002-08-12 Thread Double Down
I have a db that is stored on a local network. I was wondering how I could access the DB (its an SQL 7 DB) in the query tag, so that no matter what machine I am on, I can run the script properly and access the DB. TIA DDINC _

Accessing DB Stored On Local Network

2002-08-12 Thread Double Down
I have a db that is stored on a local network. I was wondering how I could access the DB (its an SQL 7 DB) in the query tag, so that no matter what machine I am on, I can run the script properly and access the DB. TIA DDINC ___

OT Restore DB In SQL7

2002-07-22 Thread Double Down
I have a back up of a db in SQL 7 that I need to restore on my live server. When I do the transfer and then try to open up a table I get an error that says "Query designer encountered as query error." Can anyone please tell me the proper steps to get this db up and running. TIA DDINC ___

Setting Up SQL 7 Database in MX

2002-07-07 Thread Double Down
I just installed CFMX and when I went to my data sources page I see that there is an error on all SQL 7 databases. I checked my ODBC Administrator and the database is connected through there. How do I set if up in the CF Administrator? TIA DDINC

OT Java Scrpit Question

2002-06-13 Thread Double Down
Does anyone know of any java script code that when the person loads the browser window it will automatically resize the window to a specific height and width? TIA DDINC __ Structure your ColdFusion code with Fusebox. Get the

Hiding Info In View Source

2002-06-11 Thread Double Down
Does anyone know of a way to hide some form fields in the view source code? TIA DDINC __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauth

Passing Variables In URL

2002-06-06 Thread Double Down
I have used session variables to cut down on the number of variables being passed in the URL. The one problem I am having is when I have a select list that allows multiple selections. The following code is not working properly for the form field which is a comma delimited list: Anyone have a

Passing Variables In URL

2002-06-06 Thread Double Down
I have a string of variables that I need to pass back to a form page from an action page when an error occurs. My problem is that the string of variables it too big and is causing IE to hang up. Does anyone know of a way for me to fix this problem without breaking up the form into multiple pages.

Netscape and IE

2002-06-05 Thread Double Down
Has anyone encountered a problem where some code will work perfectly in Netscape but not work in IE. I am specifically wondering if anyone has encountered a problem on an action page where the code will process fine in Netscape and get hung up in IE never timing out. If anyone has, I would like

Netscape and IE

2002-06-05 Thread Double Down
Has anyone encountered a problem where some code will work perfectly in Netscape but not work in IE. I am specifically wondering if anyone has encountered a problem on an action page where the code will process fine in Netscape and get hung up in IE never timing out. If anyone has, I would like

CF Hosting For Adult Sites

2002-05-10 Thread Double Down
Does anyone know of the company that will offer dedicated hosting services that include CF for adult sites? TIA HB __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusio

CF Certification Test

2002-04-20 Thread Double Down
I have the Developers Study Guide for the 4.5 test. Will this do to pass the current test or do I need to buy the new book. TIA HB __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusi

CF and Pay Pal

2002-04-15 Thread Double Down
I was wondering if anyone has had any experience with using Pay Pal and Cold Fusion together for processing their transactions. I would like to know how easy or hard it is to use Pay Pal and if you have any suggestions on how to implement the two. TIA HB _

Java Script Array Question

2002-03-14 Thread Double Down
I am pulling the names of five images from my db and I need to populate the array inside the javascript with the path to and the name of the image. Pic[0] = '1.jpg' Pic[1] = '2.jpg' Pic[2] = '3.jpg' Pic[3] = '4.jpg' Pic[4] = '5.jpg' TIA HB _

RE: Output Question

2002-02-01 Thread Double Down
utions.com -Original Message----- From: Double Down [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 4:55 PM To: CF-Talk Subject: Output Question I am pulling records from a DB that display banners. I want to display all of the banners, however I would like to rotate their display position so

Output Question

2002-02-01 Thread Double Down
I am pulling records from a DB that display banners. I want to display all of the banners, however I would like to rotate their display position so the first record pulled is not always the first one displayed. Any ideas? DDINC

Caller Problem

2002-01-18 Thread Double Down
I have a custom tag that deals with uploading images to the server. The tag also checks to make sure that the images do not have a zero value as well as the proper type (gif or jpg). When an error does occur the caller tag is not being displayed on the action page and the custom tag continues to p

Link Exchange Code

2001-12-30 Thread Double Down
Does anyone know of a Tag or a program done in Cold Fusion that helps set up an link exchange system. Thanks HB __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Acti

OT JavaScript Question

2001-12-12 Thread Double Down
I have several different Java Scripts that I want to run at once. All of them have to deal with checking a form. I want to run all of them at once, but each one requires a different function, I want to combine all of them into one function and run them at the same time. Can anyone help with thi

Help With List Problem

2001-12-07 Thread Double Down
I have two lists that I need to compare. List one is a comma delimited list pulled from a record in the database (1,2,3) List two is comma delimited but has two values separated by a semi-colon that is an application variable (1;yes,2;no,3;maybe). The problem I am having is that I want to compare

CF And Images

2001-12-04 Thread Double Down
Does anyone know if or how Cold Fusion can read the dimensions of an image in a gif or jpg format? Thanks ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetp

CFSCRIPT v CFIF

2001-11-28 Thread Double Down
Does CFSCRIPT process faster than using CFIF statements? I am using both and trying to decide if I should use one more than the other throughout the site. Thank for the info. DDINC ~~ Get the mailserver that powers this list at http://www.cool

Cold Fusion Sever 4.5 and Windows XP Professional

2001-10-27 Thread Double Down, Inc.
Does anyone know of any problems with running Cold Fusion Server 4.5 and Windows XP Professional? Sincerely, HB ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionaut

Re: [What's with all the space?]

2000-10-17 Thread double-down
use and the custom tag from the allaire exchange Peter Benoit <[EMAIL PROTECTED]> wrote: Viewing the source code of my CF apps, I see lots of white space. Space that isn't there in other server side programming languages. Why is this, and is there something I can do about it? ---

Re: [Storing passwords in database as one way hash]

2000-10-17 Thread double-down
what database? MySQL has a password() function that encrypts Jon Tillman <[EMAIL PROTECTED]> wrote: anybody know of anything that does such? I am looking for pretty much the same functionality as a standard *NIX login -- *** Jon Tillman LINUX USER:

Re: [pop-up window upon login]

2000-10-17 Thread double-down
javascript ... use window.open() the rest is just a query to diplay the popup info. call the javascript function either from onload or onsubmit "Kim Ahlbrandt" <[EMAIL PROTECTED]> wrote: I would like to have a window pop-up with the login information, time of login, etc. as my users are Authenti

Re: [RE: number of occurances in a string]

2000-10-16 Thread double-down
change the delimiter in listlen() Peter Benoit <[EMAIL PROTECTED]> wrote: Ahh, doesn't work with Semicolons... thanks! * -Original Message- * From: Jaime Garza [mailto:[EMAIL PROTECTED]] * Sent: Monday, October 16, 2000 1:45 PM * To: CF-Talk * Subject: RE: number of occurances in a

Re: [Wierd CFLOCATION error]

2000-10-13 Thread double-down
you can not set cookies on pages that are basically just cflocations because those pages are never loaded to the client browser. "Paul Johnston" <[EMAIL PROTECTED]> wrote: An email is sent out with a url on it. THe url sets a cookie and then redirects the user with a cflocation tag. For some re

Re: [Re: [Re: [Re: [RE: Source Control for Linux]]]]

2000-10-13 Thread double-down
user@IPADDRESS:/cvssrc/CVSROOT try using the .rhosts authentication CVS has to be running as a pserver on the linux box and make sure you connect to the correct port (default 2401) "William J Wheatley" <[EMAIL PROTECTED]> wrote: Well i would use samaba but the box is located somewhere else. And

Re: [Re: [Re: [RE: Source Control for Linux]]]

2000-10-13 Thread double-down
to do remote checkouts you have to setup CVS as a server. specifically a pserver running on the linux box. otherwise setup SAMBA on the linux box and map a drive to the CVS repository. "William J Wheatley" <[EMAIL PROTECTED]> wrote: i have CVS setup on our linux servers and am setup to use PASSW

Re: [Re: [RE: Source Control for Linux]]

2000-10-13 Thread double-down
It does not integrate at all with CFStudio. There is a CVS client called tortoiseCVS that is probably the easiest to use. Peter Theobald <[EMAIL PROTECTED]> wrote: I don't understand that answer. We do have a development server and a production server. They are both running Linux. I could install

Re: [RE: Source Control for Linux]

2000-10-12 Thread double-down
No. You have to have a development server (or development directory) for any of this to work. Peter Theobald <[EMAIL PROTECTED]> wrote: Does it integrate well with CFStudio? How? At 08:12 AM 10/12/00 -0400, Ken Wilson wrote: >Seems to me that http://www.cvshome.org/ would be the most obvious ch

Re: [RE: [MySQL???]]

2000-10-12 Thread double-down
stable... the win binaries "HappyToad.com" <[EMAIL PROTECTED]> wrote: Which version do i download from MySQL.com?? Rich -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 12:10 PM To: CF-Talk Subject: Re: [MySQL???] yes. you need MyOD

Re: [MySQL???]

2000-10-12 Thread double-down
yes. you need MyODBC too. "HappyToad.com" <[EMAIL PROTECTED]> wrote: Can I use MySQL locally to test and learn? I currently have Win 98 running with PWS and MS Access but will be upgrading to Win 2000 IIS next week. Rich -

Re: [project manager]

2000-10-11 Thread double-down
www.sourceoffsite.com source offsite is a client to source safe server that you can use over the internet. also CVS has multiple clients you can use. "Nathan Nelson" <[EMAIL PROTECTED]> wrote: This is a multi-part message in MIME format. --=_NextPart_000_0014_01C0338B.2FB22A50 Content-Type:

Re: [RE: slightly ot: math question, needed for cold fusion programmin g]

2000-10-11 Thread double-down
try... chances at least 2 visitors hit on same milisecond = 1- ((number_of_milisecond_in_month!)/(number_of_milisecond_in_month -100)! * number_of_milisecond_in_month^100)) "Claremont, Timothy S" <[EMAIL PROTECTED]> wrote: Looks to me like it breaks down as follows: Average of 1 visit e

Re: [slightly ot: math question, needed for cold fusion programming]

2000-10-11 Thread double-down
1.4884 x 10^19 Gavin Myers <[EMAIL PROTECTED]> wrote: Lets say you have 1 page that scores 1,000,000 unique visitors a month here's what I came up with: 1,000,000/30/24/60/60/1000 = 0.000385 So that means that 0.0003 people a milisecond hit the sight, correct? what is the % chance of 2 people

Re: [Security dilemma]

2000-10-10 Thread double-down
CF only protestct CF pages. You could put your protected files off the webroot and use a that you protect to get at them. "Tage Widsell" <[EMAIL PROTECTED]> wrote: Hi, First of all - i'm not a server admin or security expert, so here we go: I have a server using advanced security to authentica

Re: [padding string with blanks]

2000-10-09 Thread double-down
here is a perl example you might be able to change to CF. #pad with leading spaces while (length($FullTrackNo) < 18){ $FullTrackNo=" " . $FullTrackNo; } "Adrian Cesana" <[EMAIL PROTECTED]> wrote: I need to pass a string to a bar-coding process and it must have a fixed length of 18, so if the

Re: [OT: Java Books]

2000-10-09 Thread double-down
"teach yourself java" by joseph o'neil is a good beginner book Lee Surma <[EMAIL PROTECTED]> wrote: I want to start playing around with Java but I'm only really interested in Web/database applications. Should I start out with a JSP book or should I be looking for a beginner Java book? Which books

Re: [RE: Urgent Help needed!]

2000-10-06 Thread double-down
use the ISNULL() function Nadir Ait-Laoussine <[EMAIL PROTECTED]> wrote: In the past, when I ran into this problem and had to do something about it, I just through in an " " it creats a space, not visible. It's just a quick fix until you can find a better solution. Nadir -Original Message-

Cold Fusion And ASP

2000-10-06 Thread Double Down
I need a way to pull info from ASP display it on my Cold Fusion page and then send info back from the Cold Fusion page through ASP. Is this possible and if so can anyone tell me where to go to see some examples. TIA DDINC ---

Re: [RE: Sharing sessions between CFM & ASP]

2000-10-05 Thread double-down
you can pass the parameters on the url "Warrick, Mark" <[EMAIL PROTECTED]> wrote: ASP and CFM are completely different application servers. You would not be ale to pass the session data as a session variable, but you may be able to maintain state by storing that data in a database and then passi

cfscript?

2000-10-04 Thread double-down
is it faster to use cfscript to set variables and do if conditions rather than and Get free email and a permanent address at http://www.netaddress.com/?N=1 --

Re: [Eliminate duplicates??]

2000-10-03 Thread double-down
select distinct order_id from table "HappyToad.com" <[EMAIL PROTECTED]> wrote: Question: I have built a store app and orders are stored with each product ordered being assigned its own table row but sharing the unique order id. How can I have a query that will display the order ids without dupli

Re: [maxlength on text area]

2000-10-02 Thread double-down
yes... if (document.form.textareaname.length > 50) alert("error"); Robert Everland <[EMAIL PROTECTED]> wrote: Is there a way to set a maxlength on a textarea using javascript or any other method. Robert Everland III Web Developer Dixon Ticonderoga -

Re: [CF and Python]

2000-09-28 Thread double-down
cfexecute in 4.5 "Tieying Liu" <[EMAIL PROTECTED]> wrote: Not sure if proper to ask this question. How can I integrate Python into CF? Any idea will be greatly appreciated. Thanks! -- Archives: http://www.mail-archive

Re: [Re: conditional where statement]

2000-09-28 Thread double-down
this has to be where (0 != 0) otherwise you will get the entire table if both name and id are NOT defined "Dave Hannum" <[EMAIL PROTECTED]> wrote: You have to account for the fact that one or both or neither may be there: One way would be: select * from tbl where 0 = 0 or id = #id# or name =

Re: [conditional where statement]

2000-09-28 Thread double-down
select * from tbl where 1=2 OR id = #id# OR name = #name# Dan Donnick <[EMAIL PROTECTED]> wrote: is this correct or am i missing something? select * from tbl where id = #id# or name = #name# __ Dan D

Re: [RE: [RE: CF, PHP vs. JSP?]]

2000-09-27 Thread double-down
i mean CF is the fastest to develop in correct. scalability and speed is very dependent on the developers writing the code and the hardware/software architecture. Jared Clinton <[EMAIL PROTECTED]> wrote: Yes, I think you mean JSP is the fastest and most scalable of the three. Cold fusion is the

Re: [RE: CF, PHP vs. JSP?]

2000-09-26 Thread double-down
in my experience the client doesn't know what they want. they just read the latest headlines, see a newscast ,or learn a new buzzword. CF is definitely the fastest. "Steve Bernard" <[EMAIL PROTECTED]> wrote: No offense to Mr. Katz but ... Oh God, not this question again! Please, let's keep fla

Two Selects Related - Problem

2000-09-17 Thread Double Down
Has anyone had a problem with the two selects related tag where it gets hung up and eats up all of the CPU. If you have, can you please tell me how you fixed it. I am using CF Enterprise server 4.5.1 TIA DDINC -- Arch

VeriSign Custom Tag

2000-09-14 Thread Double Down
Does anyone know of a custom tag for using VeriSign's credit card processing and batching process? TIA DDINC -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffu

Re: [Spawning a background process?]

2000-09-12 Thread double-down
use cfhttp "Carol Chandler" <[EMAIL PROTECTED]> wrote: Hello gurus, I have a CF page that uploads a file, and then I need to do some LENGTHY processing of the file (lots of parsing and breaking it into lots of little files). Is there any way I can do the processing in the background, while my us

OT: Java Script Question

2000-09-07 Thread Double Down
I would like to flash a java script alert box saying that a login name is already in use. This will happen on the submit and it will go to the action page to check the db. My question is can I have the alert box pop up on the form page so the person does not have to go back and re-enter all of the

Re: [RE: How to display across a row instead of down?]

2000-09-01 Thread double-down
use MOD 3 in output Dan Haley <[EMAIL PROTECTED]> wrote: #query.field[((variables.i - 1) * variables.num_cols) + variables.j]# Dan -Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 11:1

DateDiff Question

2000-08-30 Thread Double Down
How do I show more than one date part using DateDiff? I would like to show hours and minutes. TEA DDINC -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.c

Re: [RE: OT- Program to compare two pages of code for differences]

2000-08-25 Thread double-down
use the diff command. if this is windows and you do not have diff download cygnus unix tools. "Scott, Andrew" <[EMAIL PROTECTED]> wrote: try MS Source Safe, not only is it good for backing up code, but it makes great sense to be able to go back revisions if need be:-) regards Andrew Scott ANZ e

CFMAIL QUESTION

2000-08-20 Thread Double Down
This is a multi-part message in MIME format. --=_NextPart_000__01C00A9C.9D2816C0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I am receive this message when I try to send mail using CFSERVER 4.5.1 Error Diagnostic Information unknown exceptio

CFMAIL Error...Please Help

2000-08-18 Thread Double Down
This is a multi-part message in MIME format. --=_NextPart_000__01C008E6.0FCF0660 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I am receive this message when I try to send mail using CFSERVER 4.5.1 Error Diagnostic Information unknown exceptio

CFMAIL QUESTION

2000-08-17 Thread Double Down
This is a multi-part message in MIME format. --=_NextPart_000__01C0085D.7E8378E0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I am receive this message when I try to send mail using CFSERVER 4.5.1 Error Diagnostic Information unknown exceptio

CFMAIL QUESTION

2000-08-17 Thread Double Down
This is a multi-part message in MIME format. --=_NextPart_000__01C00845.6B8640A0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I am receive this message when I try to send mail using CFSERVER 4.5.1 Error Diagnostic Information unknown exception

CFFILE Question

2000-08-16 Thread Double Down
This is a multi-part message in MIME format. --=_NextPart_000__01C00793.33D72AA0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I want to delete a folder that has an image inside of it. The image can be either a gif or a jpg. How do I set up the

Re: [mySQL,cf,W2K: possible?]

2000-08-13 Thread double-down
yes. you need MyODBC. "Mark Davies" <[EMAIL PROTECTED]> wrote: I'm trying to use mySQL instead of MSAcccess on my W2K laptop for CF development. Is this possible? I've got everything up and running, but I can't seem to define the datasource in the CF app server. Is it possible? Any help much app

Passing Url String In Form Button

2000-08-10 Thread Double Down, Inc.
Can anyone show me the proper format so I can pass this string "action.cfm?area=#urlencodedformat(url.area)#&city=#urlencodedformat(url.cit y)#&zip=#urlencodedformat(url.zip)#&name=#urlencodedformat(url.name)#&agency =#urlencodedformat(url.agency)#&pageno=1&contact_id=#contact_id#&action=yes" by u

Passing URL String In From Button

2000-08-09 Thread Double Down, Inc.
Can anyone show me the proper format so I can pass this string "action.cfm?area=#urlencodedformat(url.area)#&city=#urlencodedformat(url.cit y)#&zip=#urlencodedformat(url.zip)#&name=#urlencodedformat(url.name)#&agency =#urlencodedformat(url.agency)#&pageno=1&contact_id=#contact_id#&action=yes" by u

Return Button To Query Results

2000-08-08 Thread Double Down, Inc.
I want to create a form button that will return a person to the query result page without hitting the database over and over. Can anyone help me out with this? Thanks DDINC -- Archives: http://www.mail-archive.com/cf-ta

Re: [SNMP/MRTG Through ColdFusion]

2000-08-05 Thread double-down
what version of CF are you using? what OS? what are you trying to accomplish? you could write a front end to the mrtg.cfg file but i am not sure if thats what your asking. "Benjamin S. Rogers" <[EMAIL PROTECTED]> wrote: Has anyone developed a tag/applet that talks SNMP? Better yet has anyone d

SQL Question

2000-08-04 Thread Double Down, Inc.
How do I set the default current date in SQL 7 Thanks DDINC -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_tal

Re: [Re: ACESS to Oracle ]

2000-08-01 Thread double-down
use oracle's wizard. "David Green" <[EMAIL PROTECTED]> wrote: First of am New to CF. But I had to go to Access to SQL 6.5 and did not have the upsizing wizard. What I did was create database in on the SQL server then created an ODBC connection to the database. I then openned the DB in access a

authorize pages

2000-07-23 Thread double-down
can anyone tell me how to restrict access to all web pages (*.htm,*.html,*.txt,*.cfm,*.asp,...) using a database to look up login/passwd. this is running on NT/IIS and does not have to be written in CF. Get free email and a pe

Re: [Newbie needs a little PRO help]

2000-07-22 Thread double-down
select max(fieldname) from tablename "Mike Weaver" <[EMAIL PROTECTED]> wrote: This is a multi-part message in MIME format. --=_NextPart_000_01FC_01BFF3F8.AC1EC580 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am developing an applicati

Problems With CFGRID Display

2000-07-19 Thread Double Down
Having a problem displaying CFGRID in Netscape and in some versions of IE. When the grid loads this error comes up: Applet allaire.controls.cfGridFormApplet class allaire.controld.cfGridFormApples could not be loaded. CFIDE is loaded in the root of the directory. Any ideas on how to get this to

Problems With CFGRID Display

2000-07-19 Thread Double Down
Having a problem displaying CFGRID in Netscape and in some versions of IE. When the grid loads this error comes up: Applet allaire.controls.cfGridFormApplet class allaire.controld.cfGridFormApples could not be loaded. CFIDE is loaded in the root of the directory. Any ideas on how to get this to

Problems With CFGRID Display

2000-07-18 Thread Double Down
Having a problem displaying CFGRID in Netscape and in some versions of IE. When the grid loads this error comes up: Applet allaire.controls.cfGridFormApplet class allaire.controld.cfGridFormApples could not be loaded. CFIDE is loaded in the root of the directory. Any ideas on how to get this to

Problems With CFGRID Display

2000-07-18 Thread Double Down
Having a problem displaying CFGRID in Netscape and in some versions of IE. When the grid loads this error comes up: Applet allaire.controls.cfGridFormApplet class allaire.controld.cfGridFormApples could not be loaded. CFIDE is loaded in the root of the directory. Any ideas on how to get this to

Re: [CF-JOBS Cross Post: Developers Needed Immediately - Telecommute OK]

2000-07-12 Thread double-down
hi mark, I am available 20hrs a week @ $50/hr. languages include: perl, java, javascript, SQL, CF, and more. os: NT, AIX, BSD database: oracle, informix, access here are some urls... www.aopoffice.com www.coolbooks.com www.lpcgroup.com www.myasug.com www.uscivilwar.net and more ... what kind

session not passing

2000-07-11 Thread double-down
-scenario i have 2 sites www.main.com and www.submain.com www.submain.com is a sub root of www.main.com (meaning www.main.com/members/index.cfm is the same location as www.submain.com/index.cfm) the members dir is password protected using cfapplication in the www.main.com root. -the problem SO

Re: [How the heck can I do this?]

2000-07-06 Thread double-down
try max rows 1. if that doesnt work try cfloop instead of cfoutput and then put in a cfbreak. i am sure there is a better way though. "Jeff Fongemie" <[EMAIL PROTECTED]> wrote: I'm setting up a real simple auction application. Super simple. People submit bids via a form, then the top 5 bids are

Re: [Re: Password Verification]

2000-06-11 Thread double-down
something like onsubmit() if document.form.pass1.value != document.form.pass2.value alert (passwds dont match) "Jeff" <[EMAIL PROTECTED]> wrote: steve, :~~ : From: Steve Pierce <[EMAIL PROTECTED]> : : Double password login is not any more secure : than sin

CFFILE Accept

2000-06-10 Thread Double Down, Inc
This is a multi-part message in MIME format. --=_NextPart_000_0008_01BFD160.7CDD3280 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Trying to set the accept attribute in CFFILE to only accept .jpg and .gif Can someone tell me how to do this. TIA

Download Question Using CFINCLUDE and Java Applets

2000-06-04 Thread Double Down, Inc
This is a multi-part message in MIME format. --=_NextPart_000__01BFCE7F.DED172A0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I have a java applet menu that I want to use in a nested table. If the applet is called from a CFINCLUDE tag will it

Re: [Re: Replacing line breaks and paragraph breaks with HTML equivelents]

2000-06-04 Thread double-down
function stripcr() "pan" <[EMAIL PROTECTED]> wrote: From: Dave Watts <[EMAIL PROTECTED]> > > It can't be too stupid a question, because I don't really know what it is. I > believe it's an instruction to the printer to move to the next line, but > given that's what a carriage return is as well, I

Re: [shopping cart?]

2000-06-01 Thread double-down
you can use cookies, session variables, wddx, or just about anything. look at how others have done it before you jump in (no need to reinvent the wheel). also remember to use "jmentzer" <[EMAIL PROTECTED]> wrote: Hi I'm looking to do my first shopping cart w/ CF. As the merchant for whom the si

Help With CFMAIL using 4.5.1

2000-05-23 Thread Double Down, Inc
This is a multi-part message in MIME format. --=_NextPart_000_0002_01BFC498.D67C32C0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I am trying to run a mail script that has worked in 4.0.1 When I try to run it in 4.5.1 I get the following error unk

  1   2   >