cfdirectory

2001-04-14 Thread Joshua Tipton
How can I keep the . and the .. from showing when I display the contents of a directory? Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http

RE: OT: Screen Shot on Win 2K

2001-04-16 Thread Joshua Tipton
alt print screen then past into a word doc -Original Message- From: Nick McClure [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 11:42 PM To: CF-Talk Subject: Re: OT: Screen Shot on Win 2K I always just hit Print Screen, I have used Alt or Shift even back in Win95. I just

Last row inserted

2001-04-16 Thread Joshua Tipton
I know this has been asked a million times but what is the best way to pull the id of the row last inserted. Isnt select (column name)MAX as (whatever)? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Date Difference

2001-04-24 Thread Joshua Tipton
to include it in my cfoutput query. If anyone knows the correct structure to make this happen in dts please let me know because I can run it in dts and have it update my table. Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get

Row Color

2001-04-26 Thread Joshua Tipton
How do I make a tr tag change for every row. I would like alternating row colors. Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail

seperate data

2001-05-01 Thread Joshua Tipton
I have a column in an sql table that has the lname, fname. I want to seperate this out in an sql table. What is the code that I can run in dts to seperate these two. Thanks, Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get

RE: seperate data

2001-05-01 Thread Joshua Tipton
, but your request is a little vague. Clint -- Original Message -- From: Joshua Tipton [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 01 May 2001 15:47:59 -0400 I have a column in an sql table that has the lname, fname. I want to seperate this out

CFIF Help

2001-05-07 Thread Joshua Tipton
= '#url.slic#' order by datearriv /cfquery Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http

RE: CFIF Help

2001-05-07 Thread Joshua Tipton
, ListPosition, ,) cfoutput#FinalAnswer#/cfoutput HTH, Steve Joshua Tipton [EMAIL PROTECTED] wrote in message news:002201c0d762$a513f7d0$[EMAIL PROTECTED]... Okay, I have a 7 layer error code. I want to do a query to display only the one that is not 0. e1-e7. Six will be 0 and one

Pause

2001-05-07 Thread Joshua Tipton
I have one page that goes to a server with form fields and makes it create a text file. I then want to put a pause after it does the get and then kick off the rest of the code to do the get for the text files. Does anyone have any idea on this one? Joshua Tipton

list help

2001-05-08 Thread Joshua Tipton
Please help me to figure out why this isnt working. cfloop query=ctrdetail cfset e1=#e1# cfset e2=#e2# cfset e3=#e3# cfset e4=#e4# cfset e5=#e5# cfset e6=#e6# cfset e7=#e7# cfset eList=e1,e2,e3,e4,e5,e6,e7 cfset eListValues=#e1#,#e2#,#e3#,#e4#,#e5#,#e6#,#e7# cfset listPosition =

Ftp To Novell

2001-05-10 Thread Joshua Tipton
? Joshua Tipton cfftp connection=ftp username=crsser password=crsser server=10.66.64.52 action=open stoponerror=yes cfftp action=GETCURRENTDIR stoponerror=Yes connection=ftp cfoutput#cfftp.returnvalue#/cfoutput cfftp

ftp to novell

2001-05-14 Thread Joshua Tipton
? Joshua Tipton cfftp connection=ftp username=crsser password=crsser server=10.66.64.52 action=open stoponerror=yes cfftp action=GETCURRENTDIR stoponerror=Yes connection=ftp cfoutput#cfftp.returnvalue#/cfoutput cfftp

RE: ftp to novell

2001-05-14 Thread Joshua Tipton
I can login and pull the current directory of SYS: but when I try to show a directory listing of /crsapps I get 0 records returned. Joshua Tipton -Original Message- From: Lanny R. Udey [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 3:51 PM To: CF-Talk Subject: RE: ftp

ot on mouseover

2001-05-15 Thread Joshua Tipton
I need a good script so that when you do an onmouseover on a link it will display text about the link. Then when an onmouseout it disappears. Joshua TIpton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

Update Statement

2001-05-16 Thread Joshua Tipton
ovdtemp.SONUM FROM ovdtemp) where ovdsave.sonum = ovdtemp.sonum I am running this in a dts package to update ovdsave.updatedate to the current date if the ovdtemp.sonum = ovdsave.sonum. Please help so I can go home and sleep. Joshua Tipton

RE: UPS XML

2001-05-17 Thread Joshua Tipton
Are you looking to track packages from your web page -Original Message- From: Mel Wade [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 9:03 PM To: CF-Talk Subject: UPS XML I'm looking for a UPS XML integration starting place where I won't have to reinvent the whole wheel. Mel

Cfhttp

2001-05-21 Thread Joshua Tipton
Can a text file be deleted from a server via cfhttp? Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

RE: Page Refreshing

2001-05-21 Thread Joshua Tipton
Meta tags -Original Message- From: Kate Hillier [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 11:59 AM To: CF-Talk Subject: Page Refreshing I need to force a refresh on a page when I return to it after doing a postcode lookup routine. I was wondering if there was a CF

RE: SQL SUM Question

2001-01-03 Thread Joshua Tipton
select number sum(number) from tbl_numbers cfoutput query #number# I think that is right I would try it -Original Message- From: Kevin Queen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 4:36 PM To: CF-Talk Subject: SQL SUM Question List, If I run the

RE: SQL SUM Question

2001-01-03 Thread Joshua Tipton
Thats right I gorgot the as -Original Message- From: Kurt Ward [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 4:40 PM To: CF-Talk Subject: RE: SQL SUM Question Select Number from Tbl_Numbers SUM(Number) AS MyVar cfoutput#MyVar#/Cfoutput -Original

Searching

2001-01-09 Thread Joshua Tipton
that i want from a certain date. I tried Select * from log !--table name-- where arclog = '200102107' It returns nothing. Would I be better off to use cffile and make it just read the file where it is on the server? Joshua Tipton ~~ Structure

Difference in server pro and server enterprise

2001-01-22 Thread Joshua Tipton
What is the true differences in Server Pro and Server Enterprise for Cold Fusion? In what environments is either needed? Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com

Encrypting CF templates

2001-01-22 Thread Joshua Tipton
Anyone know where I can get a utility to do this? Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

cfm file in htm template

2001-01-23 Thread Joshua Tipton
How do you include a cfm file into an html template. I want to include a cfm hitcounter that i created into my home page but I do not want to make the start page cfm. Josh ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: cfm file in htm template

2001-01-23 Thread Joshua Tipton
page... even if you try to include it using SSI includes. Lee -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 7:54 PM To: CF-Talk Subject: cfm file in htm template How do you include a cfm file into an html template. I want

ms down

2001-01-23 Thread Joshua Tipton
Hotmail, Microsoft, and MSN are all down. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: Need Help with SQL!!

2001-01-23 Thread Joshua Tipton
Very good I didnt think of that one. -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 11:41 PM To: CF-Talk Subject: Re: Need Help with SQL!! you can do it with a cfquery: cfquery... CREATE TABLE Country (

RE: ms down

2001-01-23 Thread Joshua Tipton
- From: "Joshua Tipton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, January 23, 2001 11:39 PM Subject: ms down Hotmail, Microsoft, and MSN are all down. ~~ Structure your ColdFusion code with Fusebox. G

encrypting a varible

2001-01-24 Thread Joshua Tipton
Is there a cf tag that can be used to encrypt a variable? Josh ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

RE: encrypting a varible

2001-01-24 Thread Joshua Tipton
, called Encrypt() -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 11:07 PM To: CF-Talk Subject: encrypting a varible Is there a cf tag that can be used to encrypt a variable? Josh

null value problem

2001-01-24 Thread Joshua Tipton
I am having a problem here. How come when form.ccnum is null it is not kicking down to my else. Instead it just says that The value to be encrypted is not valid. It tries to encrypt nothing. Why. Joshua Tipton CFIF IsDefined("FORM.CCNUM") CFSET string = FORM.CCNUM CFSET key = f

RE: Continuous Clock

2001-01-25 Thread Joshua Tipton
Do a form within a form that will refresh every second. That way the entire page wont reload all the time. -Original Message- From: James Maltby [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 25, 2001 12:09 PM To: CF-Talk Subject: RE: Continuous Clock Java is the only way - and

count statement

2001-01-26 Thread Joshua Tipton
I want this statement to count how many people are in the class by the date. Please help me it keeps on kicking out this error. Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'count(distinct cccustomer.clname)'. Joshua Tipton cfquery name

RE: Finding last record

2001-01-28 Thread Joshua Tipton
@@identity works in sql i do not know about access. -Original Message- From: Chad Elley [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 28, 2001 7:11 AM To: CF-Talk Subject: Finding last record I am inserting a record into one of my tables in MS Access. I want to then find the

IETF???

2001-01-30 Thread Joshua Tipton
What is the IETF mean in the 3.2? Joshua Tipton Normal 4.0 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" 3.2 !DOCTYPE html public "-//IETF//DTD HTML 3.2//EN" ~~ Structure your ColdFusion code with Fusebox. G

script

2001-01-30 Thread Joshua Tipton
This script is supposed to ask the user to add this to there favorites but it is not working. What did I miss. Joshua Tipton SCRIPT if ((navigator.appVersion.indexOf("MSIE") 0) (parseInt(navigator.appVersion) = 4)) { document.write("U SPAN STYLE='color:b

RE: Bizarre disappearing page - help!!!

2001-02-09 Thread Joshua Tipton
Time Out Maybe -Original Message- From: David Cummins [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 9:43 PM To: CF-Talk Subject: Bizarre disappearing page - help!!! Hi everybody! I've got this page which works until you have more than 1300ish records, and then the page

RE: Multiple conditions in a single CFIF statement.

2001-02-10 Thread Joshua Tipton
Get one of Ben Forta's books. Josh -Original Message- From: Arden Weiss [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 11:15 PM To: CF-Talk Subject: Multiple conditions in a single CFIF statement. So far I've only used single CFIF statements - hence don't know syntax for

RE: OT: hardware

2001-02-11 Thread Joshua Tipton
I tried the master switch with a compq 6000 and two drive arrays. The master switch can only handle so many amps and it was brought down by the server. Josh -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 1:37 PM To: CF-Talk Subject:

RE: reboot the server with CF??

2001-02-11 Thread Joshua Tipton
Why dont you use the nt scheduler and remote workstation shutdown program which is part of the resource kit. -Original Message- From: Wurst, Keith D. [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 2:03 PM To: CF-Talk Subject: reboot the server with CF?? hi. can anyone

Making Rows change color

2001-02-11 Thread Joshua Tipton
I would like my rows in my table alternate colors. How do I do this? The table is populated by a database. Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Not letting me update

2001-02-11 Thread Joshua Tipton
The id is being passed yet I am reciving the error below. Can anyone tell me why. My database id is set to auto number. Joshua Tipton a href="delete.cfm?id=#id#"Delete/a cfquery name="" datasource="gunlist" dbtype="ODBC" UPDATE guns setsold

RE: CF and MS Project

2001-02-12 Thread Joshua Tipton
Ms project runs on MSDE which is sql 7 with 10 connection limit so I am sure there is some way to get it to work together. Joshua TIpton -Original Message- From: Terry Bader [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 5:33 PM To: CF-Talk Subject: CF and MS Project

RE: error?

2001-02-12 Thread Joshua Tipton
Usually a coding error like or a comma or something missing paste your code in so that all can see. Josh -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 6:53 PM To: CF-Talk Subject: error? has anyone ever seen this error? if so

RE: error?

2001-02-12 Thread Joshua Tipton
Need all of the code it is happening before the query. This is not a server error. It is a syntax error. Josh -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 7:13 PM To: CF-Talk Subject: Re: error? no problem... this works fine

RE: Server Running Low on Virtual Memory

2001-02-13 Thread Joshua Tipton
Sounds like possibly a memory leak in one of your asp pages. I Would atleast up the mem to 512. Where I work we have an NT server with 4 processors 512k running cf and asp. About 5 times a day it would dr watson inetinfo or cfserver. We put in more ram brought it to a gig. Still the same

RE: REPOST: Weird pcode error (please! help!)

2001-02-14 Thread Joshua Tipton
Need to put in a dbtype. ODBC OLE ... Joshua Tipton -Original Message- From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 10:10 AM To: CF-Talk Subject: REPOST: Weird pcode error (please! help!) Can *anyone* shed any light on this? Please

RE: How to write a slots game in CF?

2001-02-15 Thread Joshua Tipton
FLASH -Original Message- From: Matt Lewis [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 1:01 AM To: CF-Talk Subject: How to write a slots game in CF? I'm wondering if anyone can give me some ideas on how best to write the UI of a slots game in Cold Fusion - how to animate

RE: 4.5 Win2K strange error help

2001-02-19 Thread Joshua Tipton
If you are running sp1 of win 2k that could be the problem. Sp1 has killed 8 of our ten servers. We left our other 450 servers on nt 4 platform after all that started happening. -Original Message- From: Cold Fusion [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 12:15 AM

RE: Multiple submit buttons on a form

2001-02-20 Thread Joshua Tipton
Put them within different forms -Original Message- From: Les Irvin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 10:15 PM To: CF-Talk Subject: Multiple submit buttons on a form How would one put multiple submit buttons on a single form, each calling a different page upon

RE: [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.

2001-02-21 Thread Joshua Tipton
How about pasting the code. -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 8:02 PM To: CF-Talk Subject: [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. any idea why I'm getting this error running NT4 sp6 op4

RE: SQL Server...

2001-03-01 Thread Joshua Tipton
YOu have to select that -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 2:01 AM To: CF-Talk Subject: RE: SQL Server... At 09:02 PM 03/01/2001 -0500, you wrote: I used the SQL Server export function (Data Transformation Service) to move

week ending

2001-03-07 Thread Joshua Tipton
I want to setup a page that displays the week ending date based on the current week. So that if today was 3/07/2001 it would display 3/10/2001 or if it was the 6th it would still say the 10th but then next week it will start with the next week ending date. Can someone help. Joshua Tipton

browser close on submit

2001-03-07 Thread Joshua Tipton
How can I make a window close when it has been submited? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

RE: Counter tag

2001-03-12 Thread Joshua Tipton
cfquery name="gethits" datasource="hit_count" dbtype="ODBC" SELECT hit_count FROM hitcounter /cfquery cfif gethits.recordcount IS 0 cfquery name="inserthit" datasource="hit_count" dbtype="ODBC" INSERT INTO hitcounter (hit_count) VALUES (1)

RE: CF as User

2001-03-12 Thread Joshua Tipton
need a more in depth explanation or anymore help. Joshua Tipton -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 10:19 PM To: CF-Talk Subject: CF as User OK all. I'm in the process of setting up my new SQL Server as some of you know my my licensing snafu

RE: CF as User

2001-03-12 Thread Joshua Tipton
convert c: or d: /fs:ntfs -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 10:19 PM To: CF-Talk Subject: CF as User OK all. I'm in the process of setting up my new SQL Server as some of you know my my licensing snafu. :) Now, I'm wondering if I NEED

help

2001-03-15 Thread Joshua Tipton
I have an access db that is locked. User cant remeber the password. Does anyone know how to get the password or do you have a util to do so? Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: A newbiw question to the masters

2001-03-19 Thread Joshua Tipton
Do a select * from db name where id1 =#id# and pass = #pass# cfif qryname.recordcount is "0" Password is wrong cfelse All is okay -Original Message- From: Roadrunner [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 7:23 PM To: CF-Talk Subject: A newbiw question to the masters

@@identity

2001-03-19 Thread Joshua Tipton
I know how to use @@identity to select the last inserted record right under an insert but how do I display that id of that record? cfquery name="" datasource="gunledger" dbtype="ODBC" INSERT INTO dbo.distrib(compname, phonenum, address, address2, city, state, zip, fflid, expires)

RE: @@identity

2001-03-19 Thread Joshua Tipton
I did that and it just returns #getid.identity# -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 11:41 PM To: CF-Talk Subject: RE: @@identity Name your query, then just refer to name.identity -Original Message- From: Joshua Tipton

RE: @@identity

2001-03-19 Thread Joshua Tipton
etwork Administrator Saber Corporation 314 Oakland Ave. Rock Hill, SC 29730 (803) 327-0137 [111] (p) (803) 328-2868 (f) - Original Message - From: "Joshua Tipton" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, March 19, 2001 11:32 PM Subject: @@identity

RE: Datepart question

2001-03-21 Thread Joshua Tipton
Use Sysdate for oracle not datepart if I remember datepart is mssql. -Original Message- From: Francis, Jennifer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 4:59 PM To: CF-Talk Subject: Datepart question I have the following query: cfquery name="callist"

RE: DTS packages

2001-03-22 Thread Joshua Tipton
cfexecute dtsrun.exe "package name" or you can run a stored porcedure which will do this. -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 8:39 PM To: CF-Talk Subject: DTS packages Does anyone know if it is possible to call a dts

form close

2001-03-29 Thread Joshua Tipton
I want a form to close once it has loaded and done all that it is supposed to do. What happens is someone inputs some info into one form then submits it to another which sends out an email I want it to close after it has sent all the emails. How do I do that

Stored Procedure

2001-04-05 Thread Joshua Tipton
Is it possible for a stored procedure to run a dts package. Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk

negative numbers

2001-08-31 Thread Joshua Tipton
I want to check to see if this value is a 0 or a negative number. How would I do this? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

Upload Direcotry

2001-09-02 Thread Joshua Tipton
I want to setup an upload from the client machine to a server through a web browser. The client would specify the directory on there machine and then hit submit. Anyone have any knowledge or code that can do this please let me know. Joshua Tipton

RE: Upload Direcotry

2001-09-02 Thread Joshua Tipton
and the use cffile to store it on the server. Make sure you have : enctype=multipart/form-data in your form tag Don Vawter www.cyberroomies.com [EMAIL PROTECTED] - Original Message - From: Joshua Tipton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, September 02, 2001 8:44

RE: Upload Directory

2001-09-02 Thread Joshua Tipton
Yes Sorry I wasn't very clear on how I wanted to do it. I want to upload a directory not just a single file. Sorry. Joshua Tipton -Original Message- From: Tony Gruen [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 02, 2001 11:06 PM To: CF-Talk Subject: RE: Upload Directory Joshua

Print Landscape

2001-09-04 Thread Joshua Tipton
I am using a style to hide part of the web page when someone prints it. I would like to know how to make the page print in landscape. Joshua Tipton ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http

ot dts help

2001-09-10 Thread Joshua Tipton
I am pulling from an oracle database and need to do a lookup on the sql server. How can I do this been working on this one all weekend please help. SELECT PROBLEM_ID, SEVERITY, USER_ID, PROBLEM_CODE, SYSTEM, CLOSE_DATE, CLOSE_TIME, FIRST_LOCATION_ID, FIRST_CONTACT_ID, LOCATION_ID, CALLER_ID,

Weekending

2001-09-14 Thread Joshua Tipton
I have a form that submits a date. I want the page that it submits the date to be able to pull the weekending date. Can anyone help. Joshua Tipton ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http

asp help

2001-09-19 Thread Joshua Tipton
Does anyone see a problem with this ' FileName=Connection_odbc_conn_dsn.htm ' Type=ADO ' HTTP=false ' Catalog= ' Schema= ' MM_Lingerie_STRING = dsn=sales;uid=admin;pwd=safe4176; MM_Lingerie_STRING= Provider=SQLOLEDB.1; Network Library=dbmssocn;Password=safe4176;User ID=admin;Initial

FW: asp help

2001-09-19 Thread Joshua Tipton
-Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 6:29 PM To: CF-Talk Subject: asp help Does anyone see a problem with this ' FileName=Connection_odbc_conn_dsn.htm ' Type=ADO ' HTTP=false ' Catalog= ' Schema

RE: asp help

2001-09-20 Thread Joshua Tipton
like you just did. I suggest you change the password immediately so your application doesn't get compromised. Second, what is the connection error message you're receiving? - Brian -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 5:29

Hiding URL Window

2001-09-20 Thread Joshua Tipton
In ie I have seen webpages that will cause the address bar to go away. How do I do this?? Joshua Tipton ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http

RE: Double back button

2001-09-27 Thread Joshua Tipton
history.back(-2) -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 8:08 AM To: CF-Talk Subject: Double back button I have a page that calls a pdf file. When a user hits the back button they are returned to the action page which of

RE: CF_ThreeSelectsRelated

2001-10-01 Thread Joshua Tipton
in your query dao field1 + ' ' + field2 as name and it will put them together. The only bad thing is that when passed it will be passed together. Joshua Tipton -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 1:26 PM To: CF-Talk Subject

Split Variable

2001-10-02 Thread Joshua Tipton
I have a variable that is passed such as Lonwood Leesburg. Sometimes Central Orlando. I need to know how to split it at the space then insert one half into one column of a db and the other half to another column of the db. Joshua Tipton ~~ Get

oracle help

2001-10-03 Thread Joshua Tipton
was trying sysdate but I cant make it do the dynamic stuff like that. I looked at the date column oracle command but am not sure on it. Please help if you can and if you need more info then email me. Thanks in advance. Joshua Tipton ~~ Structure your

cf_mergequery

2001-10-04 Thread Joshua Tipton
I ran across cf_mergequery custom tag. Can someone please give me some documentation on this tag. Joshua Tipton ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http

OT Linked Server

2001-10-04 Thread Joshua Tipton
-Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 8:35 AM To: 'CF Talk' Subject:OT Linked Server ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ

IIF Help

2001-10-18 Thread Joshua Tipton
Can someone Please help me with this one. #iif((dateformat(i, mm-dd-yy) eq (dateformat(qrygetusers1.we_date, mm-dd-yy)), de(checked), de())# ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

Why Will this not export to Excel

2001-10-21 Thread Joshua Tipton
When i run this page it just pulls up the page as though cfcontent was not even there. What have I done wrong? Josh !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN cfquery name=qryGETMTHS datasource=0424_SQL_REGION_VACATION dbtype=ODBC username=

printing

2001-10-29 Thread Joshua Tipton
Anyone know either through style sheets or some other way to make a document print landscape? ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

Selection Clock

2001-11-20 Thread Joshua Tipton
I need a custom tag that would display a clock for selection of time just like a calendar displays for the selection of a date. Joshua Tipton ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http

sql icon

2001-11-29 Thread Joshua Tipton
In enterprise manager beside each database there is a cylinder icon. Does anyone know where I can get this icon? Josh ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

sql trace causes all to go haywire

2001-11-30 Thread Joshua Tipton
This morning I started a trace on a database wanting specific info such as connections, who connects, and what they are doing in that db. I then started up Enterprise Manager and worked with no problems. I have SA rights. A user called and said that he opened EM and then click on databases

Re: sql trace causes all to go haywire

2001-11-30 Thread Joshua Tipton
I have a gig of memory and the only people that see the word no items in em are people that do not have sa rights. Josh On Fri, 30 November 2001, Michael Ross wrote: Running a trace causes the server to just hit a wall(the more memory the better), depending on the traffic of course. Is

CFEXECUTE

2001-12-04 Thread Joshua Tipton
Is it possible to map a drive on the server via cfexecute and if so can someone please send the code to do so. Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ

cfexecute

2001-12-04 Thread Joshua Tipton
I asked earlier but no one really helped. Does anyone know if you can map a drive via cf execute. Joshua Tipton ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives

cfexecute

2001-12-04 Thread Joshua Tipton
I asked earlier but no one really helped. Does anyone know if you can map a drive via cf execute. Joshua Tipton ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http

RE: CF-talk (Michael Dinowitz)

2001-07-02 Thread Joshua Tipton
Finally back up -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 11:38 AM To: CF-Talk Subject: CF-talk (Michael Dinowitz) Mike I am still not getting emails and was wondering if there was a way to search the archives for a subject

RE: RDS Service

2001-07-05 Thread Joshua Tipton
WHy dont you just turn off CF Exec all that service does is restart the other services if they go down. -Original Message- From: Nick McClure [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 10:49 AM To: CF-Talk Subject: RDS Service When the RDS Service is disabled, the CF

Print CF Tree

2001-07-13 Thread Joshua Tipton
How come when I try to print my cf-tree all i get is a grayed out box? Joshua Tipton ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk

RE: Open source content management who wants to join

2001-07-19 Thread Joshua Tipton
I will do it. -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 10:50 AM To: CF-Talk Subject: RE: Open source content management who wants to join RBickham said: I'd be interested. I've only been doing CF for about 5 or 6 years Is that

date field

2001-07-24 Thread Joshua Tipton
I have a query that returns a field that is either a date or N/A or No or Now. I want it to output the words if there is words and if there isnt then do a dateformat on the date. How can I do this? Joshua Tipton ~~ Structure your ColdFusion

RE: date field

2001-07-24 Thread Joshua Tipton
This works except when the field is empty any help on that one? Joshua Tipton -Original Message- From: Dasher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 3:07 PM To: CF-Talk Subject: Re: date field cfoutput !-- Check to see if the field has a number in it (meaning

  1   2   3   >