RE: QofQ insert

2007-12-18 Thread Bruce, Rodney Mr CTR USA AMC
Thanks for the replies. Yes, I was just tring not to do a possible 1k db calls. Just tring to cut down on the network traffic. I will do a few test runs and see if there is enough of a performance improvement to not do the loop. Thanks Rodney -Original Message- From: Brad Wood [mailto:

QofQ insert

2007-12-17 Thread Bruce, Rodney Mr CTR USA AMC
Hi all I have created a query, I can use dbtype="query". I can do the loop: INSERT INTO table1(column1, column2, column3) Values (Table2Query.column1,...)

SQL Maintance plan

2007-09-20 Thread Bruce, Rodney S Mr CTR USA AMC
Hi, Posted in the SQL mailing list but haven't heard anything, so figured I would try here. Hope some one can help with exporting a maintance plan from a MS SQL 2005 database. The servers are isolated. I need to be able to get a file on a CD to move the plans from one serv

RE: braindead duh!! moment with db

2007-08-31 Thread Bruce, Rodney S Mr CTR USA AMC
Don't know why you are getting the ds or Is. But a few things I would do are: Alias one of the designerIDs or remove it from the SELECT. Scope the vars #getItems.itemid##getItems.designerid#, something might be in designerid from another scope. Do a of the query and see what is in the re

RE: DoD CAC authentication

2007-08-22 Thread Bruce, Rodney S Mr CTR USA AMC
Mike Very basic: When you go into IIS(what we use) and make the selection to accept/require certificates. You will then get the CGI.Cert_subject variable filled in ([empty string] when not accepting client certs). We broke this out into for variables we

RE: Using .jar file with

2007-05-10 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Thanks for your help. But still getting the error. This is the line were its erroring: The png file is being created. (the empty one, not with image). The svg is in the same directory as were the png file is being created. I have opened the svg file in Visio and it works there. I have resaved

RE: Using .jar file with

2007-05-09 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Thanks everyone for your replies. Unfortunetly I am still doing something wrong. I get this error when I run the code: 500 org/apache/batik/dom/svg/ExtensibleSVGDOMImplementation org/apache/batik/dom/svg/ExtensibleSVGDOMImplementation Which is also what I get when I MakeImage, Which I though

RE: Using .jar file with

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Don't seem to like that either. Get the same error message. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 4:11 PM To: CF-Talk Subject: RE: Using .jar file with > Try "e:/temp/tempimage.png". Dave Watts, CTO, Fig Leaf Software http://www.fi

RE: Using .jar file with

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Thanks that helped, book marked that web page. Sorry, this is the first time I have tried to use jar files. Only other is for . The error messages being generated don't help much. Object Instantiation Exception. An exception occurred when instantiating a java object. The cause of this excepti

RE: Using .jar file with

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
ed this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message- Fr

RE: Using .jar file with

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions To: CF-Talk Sent: Tue May 08 20:15:41 2007 Subject: Using .jar file with Hi I am trying to get a .jar file to wo

Using .jar file with

2007-05-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Hi I am trying to get a .jar file to work with I placed the file in a dir: d:\java\myjar.jar. I put the dir in the class path in the Coldfusion administrator. Stopped/started the service. Tried: when I run the page I get the erro

Moving a

2006-05-18 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Sorry this might be OT. I have a header on a large table that scrolls down. The top of the header starts at about 106px. I want the header to move down, once the top of the window gets to it and then stay about 10px below the top of the window until the user scrolls back up, then for it to stop at

RE: An issue with CFC output

2006-05-11 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Thanks I thought that the default was false. if output="false" is not in the function tag the extra charaters show up. I just had: -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 12:52 PM To: CF-Talk Subject: RE: An issue with CFC output

An issue with CFC output

2006-05-11 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Hi all Hope I can explain this. Has anyone encountered an issue with outputing a returned string from a CFC method? I have a CFC that has a function that returns a string. The function use to just be on a .cfm page that I . We have just recently upgraded to CFMX 7, so I wanted to get my functio

RE: using a datasource thru mapped drive

2006-04-26 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Not sure if I completely understand. But: We connect to a remote MySQL database(remote as in, in another building and different network). Have you tried to set up an ODBC connection thru Administravtive Tools/Data Sources(ODBC)? We set up a System DSN in there using an account that has the necess

RE: StructFindKey Path and evaluate

2006-04-20 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
nough to be sure). Does your DB do cube and rollup? On 4/20/06, Thomas Chiverton <[EMAIL PROTECTED]> wrote: > On Wednesday 19 April 2006 17:24, Bruce, Rodney S C-E LCMC > HQISEC/Signal Solutions wrote: > > If there is a better way to do this, please let me know. I do

RE: StructFindKey Path and evaluate

2006-04-19 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
>Ya know if that tree was flattened into a few database tables, it'd all be >much easier :-) >-- >Tom Chiverton >Advanced ColdFusion Programmer The information comes from 4 tables. There's many more fields in each table, but here is the short break down. Project_table Proj_id Proj_name WorkPl

RE: Evaluate vs ?

2006-04-18 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Ok, guess I am missing something here: If #variable# is not set CF errors, If #variable# is set puts value into foo. #foo#---foo would output to be "fee fi fo fum #variable# this is dynamic content" is what was wanted?? -not necessarily outputted, but to still contains the #va

RE: Evaluate vs ?

2006-04-18 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Here is part of the code I use to create emails that are sent out monthly. I have removed a lot of code, queries and more of the msg being build, but this should give you an idea. By no means is this the best example . But it does work: -Part of the msg being build---

RE: Evaluate vs ?

2006-04-18 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Unless I missed something, there is no need to treat as a structure or use DE() or Evaluate(). #foo# This would work just fine. -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 12:04 PM To: CF-Talk Subject: Re: Evaluate vs ? th

RE: StructFindKey Path and evaluate

2006-04-17 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Yes, StruckFindKey returns a value, but in my case the value is a structure. Example: [MyStruct] [ProjectA] --[Task1] [Task1.1] [Task1.2] [Task1.3] --totalhours --totalcost --costarea --[Task2] [Task2.1] [ProjectB] --[Task1] All tasks(at

RE: StructFindKey Path and evaluate

2006-04-14 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Isaac, Thanks for the

StructFindKey Path and evaluate

2006-04-14 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Hi all I have a structure I am using StructFindKey with. Which returns an array/Structure. One of keys returned is Path, which is a dot separated list of the path thru the structure to the key your looking for. Something like: MyStruc.item1.item2.item3.item4 (find key Item4), returns item1.it

RE: Schueduled Task in CF MX7

2006-04-04 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Thanks for the information. I don't know what happened, but the scheduled tasks are now working (fingers crossed, they stay that way). They were not running earlier, when I was tring to get them to run. I was sidetracked by some meetings and other tasks for a few hours and decided to try and wor

RE: Schueduled Task in CF MX7

2006-04-04 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
s in detail for CFHTTP (and thus for scheduled tasks). She wrote it to this list in 2002. Worked like a charm for me last month. Thanks Stace! :-)) http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/Threadid:13865# 72003 Chris On Mon, 3 Apr 2006 14:59:19 -0700 "Bruce, Rodney S C-

RE: Schueduled Task in CF MX7

2006-04-03 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Does any one have a working link to download the Java updates? Every download link I tried on Sun's site does not seem to work. Thanks -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 2:02 PM To: CF-Talk Subject: RE: Schueduled Task in CF MX7

RE: Schueduled Task in CF MX7

2006-04-03 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
F MX7 You may have to import ssl certs into the jvm keystore. This should get you started, talks about LDAP but issue is related: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19139 Stace -Original Message- From: Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions [mai

Schueduled Task in CF MX7

2006-04-03 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Hi Hoping some one will help me out with a problem we are having. We have finally upgraded to MX7 from CF5. We have gotten everything to work but Scheduled Tasks. I can get them to run by turnning off SSL. How can we get the scheduled tasks to run and still run HTTPS? Thanks Rodney ~~~

MySQL Blob issues

2006-02-08 Thread Bruce, Rodney S C-E LCMC HQISEC/Signal Solutions
Hello all, I need to build a CF (using CF5) front end to a MySQL database. I am having issues trying to get the data from the Blob datatype fields. There are images, files(mostly MSword) and large blocks of text in the fields. My searches have not found much, mostly devleopers/coders disucsi

Session time out[ENCRYPTED]

2004-07-16 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hi all I know I have seen threads about giving the user a warning that their session is about to timeout and possibly giving them the option to reset the timer, but I am not having any luck finding the threads in the archives. any help would be appreciated. Thanks Rodney [Todays Threads] [Thi

Session time out

2004-07-15 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hi all I know I have seen threads about giving the user a warning that their session is about to timeout and possibly giving them the option to reset the timer, but I am not having any luck finding the threads in the archives. any help would be appreciated. Thanks Rodney [Todays Threads] [Thi

RE: A lesson in security by obscurity...

2004-04-21 Thread Bruce, Rodney S HQISEC/Veridian IT Services
up to 12 signed the quess book will try others tomorrow. Is kind of fun -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 3:10 PM To: CF-Talk Subject: RE: A lesson in security by obscurity... Darn it!  I'm not getting any work done now!  I'

RE: cfloop

2004-04-16 Thread Bruce, Rodney S HQISEC/Veridian IT Services
FYI,  running  CF5 on WIN2K box with 1 Gig  RAM -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 8:58 AM To: CF-Talk Subject: Re: cfloop looks consistent.  I ran Ray's loop and it stopped (no error) at 36799. This was on MX.  On CF 5, I do g

RE: cfloop

2004-04-16 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Got curious so ran the loop with a little mod,  added a just to watch. Lap #x# currently up to 2,563,324 and still going. -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 8:58 AM To: CF-Talk Subject: Re: cfloop looks consistent.  I

OT: expanding

2004-04-02 Thread Bruce, Rodney S HQISEC/Veridian IT Services
> HI all > > I am just starting to use CSS. > > I want to replace a table I am using to display information with a CSS. > > The biggest issue I am having so far is that I cant get the s  with > the data in them to all change size to match each other. > > > ie: > > If all s only have a single

RE: SQL QUESTION

2004-03-15 Thread Bruce, Rodney S HQISEC/Veridian IT Services
This seems to be similar to something I just did. With help from this list I ended up  creating a Stored Procedure, placing the information in multiple temp tables then joining the temp tables. Something like: SELECT OPPORTUNITY_ID AS C1, TEXT_TYPE_ID AS C2, OPPORTUNITY_TEXT_DATA AS C3 into T

RE: SQL Help

2004-03-12 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Jochem with minor changes, I got the query to work. Thanks everyone for the suggections and help Rodney -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 4:21 PM To: CF-Talk Subject: Re: SQL Help Bruce, Rodney S HQISEC/Veridian

RE: CFFILE MOVE

2004-03-11 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Same here. at least with CF5,  from the Help : BM_1410542 Attribute BM_1410544Description BM_1410546source BM_1410548Required. The full pathname of the file to move. BM_1410550destination BM_1410552Required. The full pathname of the directory or full pathname of the file to which the file will

RE: SQL Help

2004-03-10 Thread Bruce, Rodney S HQISEC/Veridian IT Services
I am doing all of this in the Query Analyzer, trying to create a stored procedure. Any ideas Thanks Rodney -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 9:03 AM To: CF-Talk Subject: RE: SQL Help Bruce, Rodney S HQISEC/Veridian IT

RE: SQL Help

2004-03-10 Thread Bruce, Rodney S HQISEC/Veridian IT Services
: Wednesday, March 10, 2004 9:03 AM To: CF-Talk Subject: RE: SQL Help Bruce, Rodney S HQISEC/Veridian IT Services wrote: > > your suggested query below returns 0 records, becuase the field will > never contain all three at the same time in the same record. That is not the test being done. &g

RE: SQL Help

2004-03-10 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Jochem your suggested query below returns 0 records, becuase the field will never contain all three at the same time in the same record.  the table looks something like this: (example only ;o) UID  NameDescription   Parent Proj_ID 1  Status

RE: SQL Help

2004-03-09 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Using MS SQL 2000, and have used subqueries with it before. But think the best option so far might be the NOT LIKE suggtion by Mark. Thanks for this option also,  need to play with all of them and see what I get. This DB is just sooo screwed up, that its turning my brain to mush. Thanks

RE: SQL Help

2004-03-09 Thread Bruce, Rodney S HQISEC/Veridian IT Services
ay to handle status.  I always have a status field - either an int or a small character field and use a constraint ('open','closed','pending') and always be assured of a proper status. -Mark gets me projects that are closed as well as open -Original Message---

RE: SQL Help

2004-03-09 Thread Bruce, Rodney S HQISEC/Veridian IT Services
plied and forwarded this to that list in an effort to get it over to "the SQL people". They're really great at this sort of stuff, and you might get a faster, better response from it. Have at it, "SQL people". - Original Message - From: "Bruce, Rodney S H

SQL Help

2004-03-09 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hi all I need some help with a query that supplies a report. The issue for me is one of the tables: (simplified) Table UID   Name Description  Parent  Project_id This table contains different information in the same field (name),like the projects status (Initializing, Engineering, etc

RE: Isdefined Issue

2004-03-04 Thread Bruce, Rodney S HQISEC/Veridian IT Services
PROJ_NAME[Records+1])> Cheers, barneyb > -Original Message- > From: Bruce, Rodney S HQISEC/Veridian IT Services > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 03, 2004 3:03 PM > To: CF-Talk > Subject: Isdefined Issue > > HI all >   > Can't

Isdefined Issue

2004-03-03 Thread Bruce, Rodney S HQISEC/Veridian IT Services
HI all Can't figue out why I am getting this error: Parameter 1 of function IsDefined which is now "QGetProjects.PROJ_NAME[2]" must be a syntactically valid variable name It is used in this if statement: (QGetProjects.PROJ_NAME[Records] EQ QGetProjects.PROJ_NAME[Records+1])> If I t

RE: txt file which lines don't have the same length

2004-01-21 Thread Bruce, Rodney S HQISEC/Veridian IT Services
x _expression_" Should I use Struct functions to display ? -----Message d'origine- De : Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED] Envoyé : mercredi 21 janvier 2004 17:15 À : CF-Talk Objet : RE: txt file which lines don't have the same length This is

RE: txt file which lines don't have the same length

2004-01-21 Thread Bruce, Rodney S HQISEC/Veridian IT Services
t position 1 in dimension 1 of object "PERSONNEL" cannot be found. That dimension of the object is empty. Please, modify the index _expression_" Should I use Struct functions to display ? -----Message d'origine- De : Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EM

RE: txt file which lines don't have the same length

2004-01-21 Thread Bruce, Rodney S HQISEC/Veridian IT Services
This is only one way of doing it, may not be the most efficient, but should work,         ---Assumes that record  number is with location not person--- do same for next 4 elements--   ---sets array to hold structur

RE: txt file which lines don't have the same length

2004-01-20 Thread Bruce, Rodney S HQISEC/Veridian IT Services
if the below example holds true for all lines you could: (assuming there are LF and/or CR  at then end of each line). if no LF and/or CR  looks like you could use the date to know when each new line starts. Grab the first 6 elements of each line(below they are consistent: date;code;lib;value1;valu

RE: access table backup question

2004-01-07 Thread Bruce, Rodney S HQISEC/Veridian IT Services
  Select *   into Newtable   From Oldtable workings when ran in ACCESS 2000 -Original Message- From: Ketan Patel [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 1:34 PM To: CF-Talk Subject: access table backup question Hi All, I want to backup couple of access tables eve

OT: Using Access front end for MS SQL

2003-12-17 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hi all Was wondering if anyone has tried this or has information. They want to use the already built Access front end (menus/forms/reports) application. But they want to use MS SQL. I know that tables can be linked from MS SQL to Access, which gets the information to the front end applicat

RE: Import of Text File

2003-10-30 Thread Bruce, Rodney S HQISEC/Veridian IT Services
use to read the file into a variable. Use LEN(trim(yourvar))  to see if the file is empty. Then use the list functions to break it up into the data elements to be entered into your database. use listlen() to determine how many elements  then loop thru the list using listgetat() to pull

RE: SQL SP

2003-10-10 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Yes for MS SQL 2K its:   db1..tbl Thanks for the help Rodney -Original Message- From: Smith, Matthew P -CONT(CSC) [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 10:40 AM To: CF-Talk Subject: RE: SQL SP Isn't it "..", as in SELECT tb1.id, tb2.name FROM db1..table1 tb1, db2

SQL SP

2003-10-10 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hi all Hope someone can help me with this: How can I tell a SP to query a different dbs inside of a SP? I need to be able to run some queries on one db and within that same SP run queries on another db. IS this possible?  Or will I need to do two different SP one in each db and a temp table to

RE: Stripping out columns in Excel

2003-09-22 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Here is a good link to get more information about working with excel http://www.cfcomet.com/excel/ -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 1:54 PM To: CF-Talk Subject: RE: Stripping out columns in Excel Yeah Tony, I was tryin

RE: Stripping out columns in Excel

2003-09-22 Thread Bruce, Rodney S HQISEC/Veridian IT Services
oops ;o) cut and paste will get me everytime in previous email part of the code I sent was: objSheet = objSheets.Item("wptotals"); wptotals = Your Worksheet name. ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:

RE: Stripping out columns in Excel

2003-09-22 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Ben If I understand correctly you want to delete the column in the excel worksheet before you change it to a csv file. Below code does this thru a com object. Haven't played around with it much but this will delete a column from an excel worksheet.

RE: Help: CF5 is making access file grow to 2GB

2003-09-17 Thread Bruce, Rodney S HQISEC/Veridian IT Services
I had a similar issue, but quite as bad, but an MS access db would grow to 2GB in about a week or less depending on the activity. I solved (if you call it that) the issue by doing an automatice compression of the db everynight. Let me know and I will email you the code off list. I got the orig

RE: advice

2003-09-17 Thread Bruce, Rodney S HQISEC/Veridian IT Services
That is why I did specify American Pizza ;o) and the beef is just different not better or worse just different -Original Message- From: Massimo Foti [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 9:21 AM To: CF-Talk Subject: Re: advice > Would recommend it to anyone th

RE: advice

2003-09-17 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Was in the Army and lived a total of 9 yrs in Europe. I loved it. 3 in Germany and 6 in Netherlands. Wish I could have spent more time there. Would recommend it to anyone that can live on food other than American Pizza and Cheeseburgers ;o) -Original Message- From: Kris Pilles [mailto:[

RE: SQL help

2003-07-22 Thread Bruce, Rodney S HQISEC/Veridian IT Services
always seem to miss the simple stuff. removing the ' worked. Thanks for the help Rodney -Original Message- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 3:10 PM To: CF-Talk Subject: SQL help Hi all We are finally tri

SQL help

2003-07-22 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hi all We are finally tring to upgrate from Access to SQL 2000. I am working on making the necessary changes to the queries. One I am having a problem with is were the WHERE statement is: WHERE (proj_name = '#Qgetinfo.proj_name# ') and(datepart('M',work_day) =#m#) m=number for the month: m=5.

RE: CFMail

2003-06-27 Thread Bruce, Rodney S HQISEC/Veridian IT Services
a spool dir inside of it (ie: don't point it straight to another spool dir, but to a dir with spool dir inside it). ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message----- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL

RE: CFMail

2003-06-27 Thread Bruce, Rodney S HQISEC/Veridian IT Services
- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 2:16 PM To: CF-Talk Subject: CFMail Hi all Is there a way when using to get CF to drop the mail into a diffrent dir then ../mail/spool? Thanks Rodney

CFMail

2003-06-27 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hi all Is there a way when using to get CF to drop the mail into a diffrent dir then ../mail/spool? Thanks Rodney ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.co

RE: ArrayDeleteAt for a 2d array?

2003-06-10 Thread Bruce, Rodney S HQISEC/Veridian IT Services
sorry this will leave the array row there, but empty. works better with ArrayDeleteAt( LoginArray,ArrayRows) which will completely take that row out of the array -Original Message- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 3

RE: ArrayDeleteAt for a 2d array?

2003-06-10 Thread Bruce, Rodney S HQISEC/Veridian IT Services
ArrayClear(LoginArray[ArrayRows] ) If I remember correctly a 2d arrray is just an array of arrays so this should work. -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 2:50 PM To: CF-Talk Subject: ArrayDeleteAt for a 2d array? How do you loo

Common Access Cards

2003-06-10 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hi all We are just starting to work with CACs. We found the below code in ASP, but so far nothing for CF. We can get this to work, but would like it in CF if possible. There seems to be three parts to the CACs: Encryption Certificate USERNAME-Identity Signature Certificate And this code onl

RE: -OT- Javascript and combo boxes

2003-04-01 Thread Bruce, Rodney S HQISEC/Veridian IT Services
oops, maybe I read your post wrong. If you are looking at setting all the selects to the same option try something like this: Don't know how you have your selects named now but if they are in order like: MySelect1 OnChange="resetlists(1)" MySelect2 OnChange="resetlists(2)" MySelect3 OnChange="r

RE: -OT- Javascript and combo boxes

2003-04-01 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Thane You might want to look into Fusionscript at www.fusionscript.com With this you can do calls back to the database without refreshing your page. This is an example of a FS function: "> Dept2

CFOBJECT

2003-03-20 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hi I have a page that uses to invoke an excel object. It was working before, now I am getting this error. Error trying to create object specified in the tag. COM error 0x800401F3. Invalid class string The error occurred while processing an element with a general identifier of (CFOBJECT), o

RE: some flash fun

2003-03-11 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Simple check out the symbol on 9 that is the one that will come up, and it changes everytime. you will see that same symbol on any number you end up with. -Original Message- From: sebastian palmigiani [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 2:32 PM To: CF-Talk Subject:

RE:

2003-03-11 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Give them the same name with different values  Yes  No -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 1:23 PM To: CF-Talk Subject:  Yes  No Currently I can click on both the "yes" and "no" and they both get selected. I don't want tha

Very strange Application.cfm issue

2003-03-04 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hoping someone might be able to shed some light on an issue we are having with files in a directory not processing the Application.cfm file. There is no code in the Application the file to redirect. we even just made it display "application for this dir". But some files fill not process it and w

RE: Dynamic Insert/Update - Still not working

2003-02-27 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Ignore my last msg, miss read this one -Original Message- From: Kennerly, Rick H CIV [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:39 AM To: CF-Talk Subject: RE: Dynamic Insert/Update - Still not working Have you tried a bit of logic like: checked> Rick ~~~

RE: Dynamic Insert/Update - Still not working

2003-02-27 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Have you tried: checked> or checked> -Original Message- From: Kennerly, Rick H CIV [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:39 AM To: CF-Talk Subject: RE: Dynamic Insert/Update - Still not working Have you tried a bit of logic like: checked> Rick ~~~

RE: political leanings test

2003-02-24 Thread Bruce, Rodney S HQISEC/Veridian IT Services
on the same side ;o) My ratings: Economic Left/Right: -5.62 Authoritarian/Libertarian: -2.51 Right about were Gandhi is. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 1:31 PM To: CF-Talk Subject: political leanings test http://www

RE: Javascript List?

2003-02-21 Thread Bruce, Rodney S HQISEC/Veridian IT Services
not as good ;o) but good [EMAIL PROTECTED] http://groups.yahoo.com/group/JS-Jive -Original Message- From: Greg McDaniel [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 10:29 AM To: CF-Talk Subject: OT: Javascript List? Could someone please recommend a Javascript List that i

RE: numbers only

2003-02-21 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Thanks That worked. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 10:23 AM To: CF-Talk Subject: Re: numbers only Bruce, Rodney S HQISEC/Veridian IT Services wrote: > > I am trying to remove commas from numbers being input

numbers only

2003-02-21 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hi all I am trying to remove commas from numbers being inputted by user like 3,333 changed to . This works: tempstring = tempstring.replace(/[^0-9]/g,""); but it removes periods 3.33, which I want to keep. so I tried: tempstring = tempstring.replace(/^\.[^0-9]/g,""); but this doesn't

RE: Excel 'Lookup' Function

2003-01-31 Thread Bruce, Rodney S HQISEC/Veridian IT Services
you can look here and see if its any help http://www.cfcomet.com/excel/ -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 1:17 PM To: CF-Talk Subject: Excel 'Lookup' Function I'm really stumped here. Can anybody tell me how to turn thi

RE: Excel 'Lookup' Function

2003-01-31 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Guess that would all depend on what you are trying to do? are you trying to read from a spreadsheet into a CF page? Do you have these numbers in a query output and just need to reproduce the formula in your CF page? Could use a little more detail ;o) -Original Message- From: Jillian Ca

RE: Using MS Access Queries as SP

2003-01-29 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Is everyone stumped?? -Original Message- From: "Bruce>,Rodney S HQISEC/Veridian IT Services" <[EMAIL PROTECTED] [mailto:"Bruce>,Rodney S HQISEC/Veridian IT Services" <[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 11:45 AM To: CF-Talk Subject: Us

RE: CFOBJECT to Excel

2003-01-22 Thread Bruce, Rodney S HQISEC/Veridian IT Services
-Original Message- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 11:51 AM To: CF-Talk Subject: CFOBJECT to Excel Hello all Hope someone can help with a problem I am having calling excel. This code was

CFOBJECT to Excel

2003-01-22 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hello all Hope someone can help with a problem I am having calling excel. This code was working. I ran it a number of times. I then made changes to the page. Nothing to change the call, I just added a few lines to display information from another query. even undid all the changes and it still

ODBC Data Source [Merant dBase/FoxPro Driver]

2002-12-19 Thread Bruce, Rodney S HQISEC/Veridian IT Services
hi all Does anyone have any experience with ODBC Data Source [Merant dBase/FoxPro Driver] in CF admin? I haven't used it before and cant seem to find any examples. I have tried the simple queries: SELECT STATION, ORG_ELMT FROM t16101; DELETE t16101.* FROM t161

RE: need tag for dropdown and input

2002-12-17 Thread Bruce, Rodney S HQISEC/Veridian IT Services
This is something I have used, with a little JS to reset the or input box just doing a quick type, so sorry for any typos. Select option #text# Then on the action p

RE: CF Service Starting/Stopping

2002-12-02 Thread Bruce, Rodney S HQISEC/Veridian IT Services
er Blog http://www.webapper.net Web site http://www.webapper.com Downey CA Office 562.243.6255 AIM - webappermb Web Application Specialists -Original Message- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 2:05 PM To: CF-Talk S

RE: CF Service Starting/Stopping

2002-12-02 Thread Bruce, Rodney S HQISEC/Veridian IT Services
sorry did a bad cut and paste below the error reads: Error number 232 occurred while attempting to write the reply to the web server. -Original Message- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 3:02 PM To: CF-Talk

RE: CF Service Starting/Stopping

2002-12-02 Thread Bruce, Rodney S HQISEC/Veridian IT Services
being closed (from MS KB). no real details Thanks -Original Message- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 1:06 PM To: CF-Talk Subject: RE: CF Service Starting/Stopping Jochem thanks for info -Original

RE: CF Service Starting/Stopping

2002-12-02 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Jochem thanks for info -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 12:42 PM To: CF-Talk Subject: Re: CF Service Starting/Stopping Bruce, Rodney S HQISEC/Veridian IT Services wrote: > > and many of the following &qu

RE: CF Service Starting/Stopping

2002-12-02 Thread Bruce, Rodney S HQISEC/Veridian IT Services
te http://www.webapper.com Downey CA Office 562.243.6255 AIM - webappermb Web Application Specialists -Original Message- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 9:20 AM To: CF-Talk Subject: CF Service Starting/Stopping

CF Service Starting/Stopping

2002-12-02 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hello all Sorry I know it is probably in the archives, but my search logic is not working. We are having an issue with the ColdFusion Service Stopping and Starting. But the messages in the event logs don't give details, just say that the service has been stopped/Started.

RE: Database design question

2002-11-21 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Janine one question: would the goals be the same for all the students? I would go with 3 tables 1. Student info 2. Goal info 3. link table with fk from student/goal tables and comments(grades) something like Table1 Studentid StudentName Table2 Goalid GoalName Table3 Studen

OT: Creating table in MS Access

2002-11-08 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hello all I am trying to create a table on the fly in Access I have: CREATE TABLE #newname# ( res_name text, proj_name text, HOURS number, TASK_NAME text, WORK_DAY datetime) Which works, but I need the number field to be decimal, currently it defaults to double and rounds the n

RE: Stored proc help

2002-11-08 Thread Bruce, Rodney S HQISEC/Veridian IT Services
brands.com] > Sent: 07 November 2002 17:07 > To: CF-Talk > Subject: RE: Stored proc help > > > make sure that your date CFPROCPARAMS use the SQLDATESTAMP type and use > CreateODBCDateTime(your date). i get this often on date formats > > -Original Message- > From:

RE: Stored proc help

2002-11-07 Thread Bruce, Rodney S HQISEC/Veridian IT Services
.com - Vancouver Island ColdFusion Users Group Founder & Director www.cfug-vancouverisland.com - Original Message - From: "Bruce, Rodney S HQISEC/Veridian IT Services" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursda

  1   2   3   >