Oracle XE & CFMX7 Standard

2005-10-31 Thread Pete Ruckelshaus
Now that Oracle has released a free database (http://www.oracle.com/technology/products/database/xe/index.html), is there anything stopping me from using it with a CF MX7 Standard installation? Are the necessary drivers included with MX7 or do I need to use an ODBC passthrough? Thanks, Pete

Philosophy Q: SP's or CFQUERY?

2005-10-30 Thread Pete Ruckelshaus
that are all on the customer-facing end of things, but there are well over 100 queries still written as SQL on the admin side, and it would take a bit of effort to convert (or merge into existing SP's) those queries. Pete ~| L

Query result set; making it available to custom tags when query is run from CF template?

2005-10-24 Thread Pete Ruckelshaus
call the same stored procedure once per custom tag call, I'd rather call it once total from the CFM template, and then make that result set available to the custom tags. Is there a way to accomplish this, or do I just need to make multiple calls to get the

Re: cfprocresult and recordcount

2005-10-22 Thread Pete Ruckelshaus
or so I thought) begins with the DECLARE statement, and my guess is that's what is causing the problem. Can someone point me in the right direction on this one? Thanks, Pete ~| Logware (www.logware.us): a new and conven

cfprocresult and recordcount

2005-10-22 Thread Pete Ruckelshaus
procedure? Does it still return a value if there are no records returned? Thanks, Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a proje

Re: OT - MSDE - EM/QA Tools

2005-10-22 Thread Pete Ruckelshaus
I use Aqua Data Studios as well, but I have also been using EMS MS SQL Manager lately, and I like it a lot. I think they have a lite version that is free. Pete ~| Find out how CFTicket can increase your company's cus

Re: image manipulation in coldfusion?

2005-10-07 Thread Pete Ruckelshaus
on) AND (imgheight LT maxthumbdimension)) { imgObj.resize(fullImgPath, "#fullThumbPath#", imgwidth); diagnostics = diagnostics & "Resize false, Image and thumbnail created."; } else { imgObj.resize(fullImgPath, "#ful

Re: image manipulation in coldfusion?

2005-10-07 Thread Pete Ruckelshaus
It didn't, but I wrote an app on top of tmt_img that does it. If you're interested in my code, shoot me an email. I also extended tmt_img a bit. Pete ~| Logware (www.logware.us): a new and convenient web-based tim

Re: image manipulation in coldfusion?

2005-10-04 Thread Pete Ruckelshaus
ion is greater than the passed in value, which makes it even more invaluable for me. Pete ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/

Re: Populating a PDF document with CF variables

2005-10-03 Thread Pete Ruckelshaus
Using cfdocument in CFMX7 you can create your own PDF's on the fly from CF code. On 10/3/05, Ian Vaughan <[EMAIL PROTECTED]> wrote: > Hi > > Does anybody on the list know if its it possible to populate a PDF > Document/Form on the fly with Coldfusion variables? > > ~~

Re: Stuck on saving times in a SQL server database

2005-10-01 Thread Pete Ruckelshaus
I'm using Microsoft SQL Server. I'm pretty sure the values are NOT being stored correctly, as when I query for them, the (incorrect) values from the database are shown. Pete ~| Discover CFTicket - The leading ColdF

Stuck on saving times in a SQL server database

2005-09-30 Thread Pete Ruckelshaus
) as a varchar value and convert it to part of the date when I store the actual employee schedule time in the schedule table (which is not the table shown above)? Thanks, Pete ~| Logware (www.logware.us): a new and convenient w

Re: Photo Gallery

2005-09-30 Thread Pete Ruckelshaus
back-end, allows the creation of albums and the uploading of images to individual albums. A demo is at http://63.135.112.121/album/ the site just got set up and my client is still adding content so it's definitely incompl

Every once in a while, I feel smart. A story of displaying a single random image.

2005-09-28 Thread Pete Ruckelshaus
his comes in, display the random image using cfloop's startrow and endrow using the randImgRow value: That's it. There's a tendancy for people to bring problems seeking answers to this list, I thought just once I'd

Re: Source Control

2005-09-28 Thread Pete Ruckelshaus
Do what I do, open a GMail account, subscribe to this list with that Gmail account, and create your own searchable archive. I'm up to 198MB of my 2.7GB of space. Pete On 9/27/05, Snake <[EMAIL PROTECTED]> wrote: > So how does one search the archive, the search box only does a g

Calling CFC via URL not working

2005-09-28 Thread Pete Ruckelshaus
eduled the task yet, I'm testing to make sure I can call the cfc directly via URL). Any help? MX7 on Windows. Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and

Calling native Java methods isn't working on shared hosting server

2005-09-22 Thread Pete Ruckelshaus
the ability to make native Java calls? Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it fo

Re: Cflogin not expiring

2005-09-20 Thread Pete Ruckelshaus
Yeah, I'm just using CFLOGIN to get the app up and running. The longer term plan is to use NT Authentication. The app is an intranet app and will be behind a firewall, and the security is really just a way of allowing roles access to various aspects of the site.

Re: Cflogin not expiring

2005-09-20 Thread Pete Ruckelshaus
Thanks Ray, that was it. I appreciate it. Pete On 9/20/05, Raymond Camden <[EMAIL PROTECTED]> wrote: > You forgot to tie CFLOGIN to sessions. > > > > ~| Discover CFTicket - The leading ColdFusion

Re: Cflogin not expiring

2005-09-20 Thread Pete Ruckelshaus
Not that I know of. On 9/20/05, Ryan Guill <[EMAIL PROTECTED]> wrote: > do you have ntauthentication turned on? > ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and document

Cflogin not expiring

2005-09-20 Thread Pete Ruckelshaus
login does expire. I thought the advantage of cflogin was that it would handle all of this? Is there something that I'm doing wrong? Code is below. Pete Application.cfc: Auth_script.cf

URGENT: Regex, text documents, & CF5 question

2005-09-16 Thread Pete Ruckelshaus
a more advanced content manipulation using CFMX7. ANY help would be appreciated. I'd appreciate a free solution, but if a good pay solution exists, let me know. Thanks, Pete ~| Logware (www.logware.us): a new and convenient

Re: Adding cfquery.executiontime to a query result set?

2005-09-13 Thread Pete Ruckelshaus
Brilliant, that will work just fine! Thanks, Pete On 9/13/05, Qasim Rasheed <[EMAIL PROTECTED]> wrote: > If you are running CFMX7 there is a new attribute to cfquery tag > called "result" which can give you some useful information about the > query which include executi

Adding cfquery.executiontime to a query result set?

2005-09-13 Thread Pete Ruckelshaus
alues available that I can pull back in my query? Thanks Pete ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?banner

Subqueries in query of queries?

2005-09-02 Thread Pete Ruckelshaus
I'm trying to make a data import script that I am writing more efficient be combining 2 query of queries (from 2 separate queries) into one. Unfortunately, I can't get it to work. Does query of queries in MX7 support subqueries (AKA subselects)? Th

Asynchronous gateways in CFMX7 Standard?

2005-08-29 Thread Pete Ruckelshaus
rt of thing. One way that I was thinking of accomplishing this is through using CFHTTP to call my Verity CFC as a web service and then setting the timeout attribute to a very low value (1 second). Is this a sound approach or am I asking for trouble by doing this? Thanks

Re: CFINDEX - how to add/update a single record in an existing collection?

2005-08-24 Thread Pete Ruckelshaus
t collections suffer from some amazing bloat when they are created. So, first, is my experience consistent with that of others, and second, would a better strategy be to create a collection and then optimize it immediately afterw

Re: Lowering spam profile of CF generated emails

2005-08-24 Thread Pete Ruckelshaus
A quick Google found this http://www.cyberlynk.net/customercare_tutorials/dsp_cfmail.cfm On 8/24/05, Snake <[EMAIL PROTECTED]> wrote: > If they are HTML emails they will often get caught as these are generally > considered spam. > If it is an opt-in list you really need to tell users to add you to

Re: OT: I love CSS :-)

2005-08-24 Thread Pete Ruckelshaus
in one file means that you should do the same to the remaining files. I got to the point where I had to write a databased CSS administration app in CF that published CSS files to the server. Pete On 8/24/05, Damien McKenna <[EMAIL PROTECTED]> wrote: > My comment isn't to say that I

Re: CFINDEX - how to add/update a single record in an existing collection?

2005-08-24 Thread Pete Ruckelshaus
would just once a day suffice? Thanks for the help, Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware

Re: OT: I love CSS :-)

2005-08-24 Thread Pete Ruckelshaus
e they get cached by the client. Pete ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.

Re: cfdocument stopped working

2005-08-24 Thread Pete Ruckelshaus
I've seen this, but only as a result of my own bad code. Check your code or post it here. Pete On 8/23/05, dan martin <[EMAIL PROTECTED]> wrote: > I have been using cfdocument to print to pdf for a while now. Messing with > html and css to get the pdf to look right. All of

Calling one CFC method from another?

2005-08-23 Thread Pete Ruckelshaus
way to do this? Thanks, Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free wit

Re: CFINDEX - how to add/update a single record in an existing collection?

2005-08-19 Thread Pete Ruckelshaus
Well, since I know that I have had my LiveDocs edited or removed before, I don't put a lot of creedence in them, and I certainly wasn't impressed when I was notified of what was going on. And, no, my entries weren't inflammatory or de

Re: cfindex/cfsearch help with dates

2005-08-19 Thread Pete Ruckelshaus
h flexibility, and it only adds a bit of overhead to the verity search. Pete ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message

CFINDEX - how to add/update a single record in an existing collection?

2005-08-19 Thread Pete Ruckelshaus
attribute). Would this update just a single record in the coll_datacards collection? Thanks, Pete PS Is it time to create an "Undocumented CF" web site? If there's enough interest and enough content, I'm willing to start this as a project...I just know that between things like

Re: Why is Googlebot is creating Thousands of sessions?

2005-08-19 Thread Pete Ruckelshaus
http://www.google.com/bot.html ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free w

Re: Best Rich Text Editor

2005-08-11 Thread Pete Jordan
ate the appropriately sized, framed, annotated or otherwise mangled result into the directory the user *thinks* they're uploading to. At present, images newly uploaded this way are actually registered in the image table when an administrator next enters the image manager - I do a s

Re: Best Rich Text Editor

2005-08-10 Thread Pete Jordan
tor to play nicely with our MySQL/mod_perl/ImageMagick image management system * as I write, I'm rewriting the link browser to integrate with our CMS The last two items won't likely be of direct interest to anyone but us, but will hopefully provide a template for anyone else wanting to d

Re: Fck additional parameters

2005-08-04 Thread Pete Ruckelshaus
ed updates), it would be nearly perfect. Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today.

Re: OT: 15 minute rule

2005-08-03 Thread Pete Ruckelshaus
I'd kill to have another developer in the office to bounce that sort of stuff off of. Alas, I am a one man band. Developer. Designer. DBA. Sysadmin. Exchange server admin. IT guy. Facilities manager. Pete On 8/3/05, Will Tomlinson <[EMAIL PROTECTED]> wrote: > I really dunno

SQL "LIKE" and CFQUERYPARAM

2005-08-02 Thread Pete Ruckelshaus
I just want to make sure I'm using cfqueryparam properly in conjunction with a "LIKE" statement inside of an SQL "WHERE" clause: DC.name LIKE It's not breaking, does that mean that I have it correct? Thanks, Pete

Executing CF function from databased content?

2005-07-28 Thread Pete Ruckelshaus
management -- #redirect('/album/')# which should redirect to that path. In the content management display piece, I have tried using #evaluate(page_content)# but that doesn't work. Is it possible to do this? I'm using CFMX7. Thanks Pete

Re: CFSCRIPT and loop index values in variables

2005-07-24 Thread Pete Ruckelshaus
Thanks Barney, that was it! ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=

CFSCRIPT and loop index values in variables

2005-07-23 Thread Pete Ruckelshaus
Details,"display_order",i); } } What am I doing wrong? Thanks Pete ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message

Re: CFDOCUMENT image zooming problem not resolved with MX7 hotfix 3?

2005-07-20 Thread Pete Ruckelshaus
Ugh. Glad I didn't have that happen. I'm just frustrated that the most compelling reason I saw to upgrade to MX7 (PDF generation) is also the most broken feature. Pete On 7/20/05, Mike Klostermeyer <[EMAIL PROTECTED]> wrote: > > I just installed hotfix 3 and now canno

CFDOCUMENT image zooming problem not resolved with MX7 hotfix 3?

2005-07-20 Thread Pete Ruckelshaus
installed the hotfix and restarted coldfusion, and the problem persists. I even changed my template so that it was using a different image, and that second image was also "zoomed". Is anyone else that is using cfdocument to generate PDF

Re: OT/SOT: ColdFusion Word Doc Sharing

2005-07-18 Thread Pete Ruckelshaus
Take a look at Groove (http://www.groove.net/) I use it for small project management and document sharing all the time and it rocks. It's a desktop app, not CF, but it's cool. Pete ~| Logware (www.logware.us):

Basics: Directly calling a function in a .cfm file?

2005-07-18 Thread Pete Ruckelshaus
I have a function that is generating HTML output, so I have it in a .CFM file. Is there a way to directly "call" a method in this function via a URL? Thanks Pete ~| Find out how CFTicket can increase your company&

Re: cfdocument and page orientation

2005-07-05 Thread Pete Ruckelshaus
ons of a cfdocument. Assuming you'll be looping through a resultset, you'll need some way to pass your desired margin values into the cfdocumentsection tag. Pete ~| Discover CFTicket - The leading ColdFusion Help De

Javascript prompt() and CF form processing question

2005-07-05 Thread Pete Ruckelshaus
the value and have that value sent along with the processed form containing the ID's of the "documents" that I want put in the new folder? I think this is mainly a JavaScript problem and JS isn't my strong suit. Thanks Pete ~~~

Re: print to pdf

2005-06-29 Thread Pete Ruckelshaus
I'm using cfdocument for now, but it's really not ready for prime time. IMO it never should have made it to a release version of the product. In other words, I'd love to head what other people are using also. Pete

Re: CFSEARCH query object frustration

2005-06-21 Thread Pete Ruckelshaus
Thanks Ian, that was it! Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free

CFSEARCH query object frustration

2005-06-21 Thread Pete Ruckelshaus
the "key" column. Is this a bug? Other than assigning the value I need to one of the custom fields (which I can't, I've used all 4), is there a solution to my problem? Thanks, Pete ~| Logware (www.logware.us

Re: Verity implementation strategies

2005-06-08 Thread Pete Ruckelshaus
Followup question, is there any way to specify the order of column output (i.e. like an SQL "order by [column_name]" statement) in a search result set? I'd rather avoid anything hack-ish like using a QoQ to sort.

Verity implementation strategies

2005-06-08 Thread Pete Ruckelshaus
age of one search type over another? Also, if there are any good CF-Verity resources available on the web (other than the LiveDocs), I'd appreciate a link. Thanks, Pete ~| Logware (www.logware.us): a new and convenient web-b

Re: Should we support Access?

2005-06-07 Thread Pete Ruckelshaus
ting Access and promote MySQL as the best option for the "cheap" option. Taken one step further, I would do all of my DB work using CFSTOREDPROC (which means only supporting MySQL 5), that way the database-specific portions of the app could stay with the d

Re: OT: xmlHTTP

2005-06-05 Thread Pete Ruckelshaus
will evolve. Pete ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=

Boolean SQL searches in CF

2005-06-03 Thread Pete Ruckelshaus
boolean searches, but I am only hitting the database and not using document indexing. Followup question, has anyone used Microsoft's English Query for SQL Server 2000 with CF, and would you have any tips? Thanks, Pete ~| Lo

Re: OT: DB schema diagram, now what?

2005-05-27 Thread Pete Ruckelshaus
You realize that Visio will do all of that diagramming and relationships automatically, right? It kind of sounds like you built the diagram manually... Pete ~| Logware (www.logware.us): a new and convenient web-based time

Re: Returning XML data via a CFC?

2005-05-24 Thread Pete Ruckelshaus
Dave, I get back a blank page. There is some whitespace (CR/LF's, tabs). No error messages. Donnie, I'm trying to access the CFC directly and return XML data so that I can use it in an xmlhttp.request transaction to populate some form fields, sort of like Google suggest. Th

Re: Returning XML data via a CFC?

2005-05-24 Thread Pete Ruckelshaus
ght way once this phase of the project is done. Thanks anyway, Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

Re: Returning XML data via a CFC?

2005-05-24 Thread Pete Ruckelshaus
Dave, That's what I'm doing in a similar CFM page (that I want to convert to CFC), and it works fine: select firstname, email fromtblArsUsers where userid LIKE '#param#%' #getEmail.firstname# #getEmail.email#

Returning XML data via a CFC?

2005-05-24 Thread Pete Ruckelshaus
#getContacts.fname# #getContacts.lname# Are there any glaring errors in this code that would explain why I'm not getting anything but whitespace back? Also, I'm calling the CFC like this http://localhost/cfc/xmlconduit.cfc?method=getcontac

Adding variables to the CFLOGIN scope

2005-05-23 Thread Pete Ruckelshaus
x27;m using MX7 Thanks, Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with

Re: text formatting

2005-05-17 Thread Pete Ruckelshaus
prefer soEditor for that, call it as a custom tag and pass in a slew of attributes and it configures the editor from that. In the end, none of these editors will be 100% perfect; try a couple, figure out which will suit your needs best, and

Re: Client side include

2005-05-12 Thread Pete Ruckelshaus
Convert the HTML to JavaScript and use a linked .JS file. The browser will cache that. Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a

Re: Tuning CFDOCUMENT PDF output quality?

2005-05-11 Thread Pete Ruckelshaus
m is that the PDF isn't properly displaying some CSS attributes like border. Also, did you find that using different JVM's yielded different PDF output results? Or are those two variables independent of each other?

Tuning CFDOCUMENT PDF output quality?

2005-05-11 Thread Pete Ruckelshaus
ts are similar but not close. Fonts are jaggy and blotchy, alignment is off, fonts are both larger and heavier than they should be...the results are just plain unsatisfactory. Examples of both output are here: Using Adobe Acrobat 6.0 Distiller - http://www.ruckelshaus.com/pete/cf/acrobat_exam

Re: import from MySQL to MS SQL

2005-05-06 Thread Pete Ruckelshaus
has. This is just my experience. I tend to be a tool user first and a platform user second... Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours

Re: cfqueryparam and null values

2005-04-26 Thread Pete Ruckelshaus
response = "no"; } else { response = "yes"; } return response; } And my cfqueryparam, when called, looks like this: Easier and reusable :) Pete ~| Discove

Re: cfqueryparam and null values

2005-04-26 Thread Pete Ruckelshaus
x27;t want to go through the shenanigans to determine the value for that attribute. Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a proj

cfqueryparam and null values

2005-04-26 Thread Pete Ruckelshaus
s a ton of code (inserting a bunch of columns), I'm feeling lazy (it's 5:01 and I've been at this page all day), and I think there should be an easier way (why oh why isn't there an "autonull" attr

Re: Any Free/Low cost anti-spam/anti-virus software?

2005-04-24 Thread Pete Ruckelshaus
..forever (knocks wood). Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with

Re: CrystalTech Users Beware

2005-04-23 Thread Pete Ruckelshaus
Don't blame your bad coding practices on CrystalTech. Of course two different applications with the same name are likely to cause conflict on a server...any server...even one that you own and have total control over, if you name two applications the same thing you will run into this.

Re: Send faxes usinf CF

2005-04-21 Thread Pete Ruckelshaus
Winfax has an SDK, try that... http://www.symantec.com/winfax/sdk.html ftp://ftp.symantec.com/misc/sabu/winfax/wfxsdk.pdf Pete On 4/21/05, Scott Stroz <[EMAIL PROTECTED]> wrote: > Bryan, > > The solution they are looking for is to use the Windows Faxing Service > on the

Re: macromedia and Adobe?!

2005-04-18 Thread Pete Ruckelshaus
Heh, I never even said hello. I think I'm going to reinstall CF Studio 4.5 just so I can have some Allaire back in my life. Ah, those were the days, back before their stock took a dump... Pete On 4/18/05, Adam Haskell <[EMAIL PROTECTED]> wrote: > Great say goodbye to flash paper.

Re: sorry, back to JVM/GC for a moment

2005-04-15 Thread Pete Ruckelshaus
o start up again. Thanks, Pete ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lis

Re: Easy way to get data from a single query row into a structure?

2005-04-13 Thread Pete Ruckelshaus
on at home, the database is at work on a DSL connection and I'm VPN'ed into it, so it's not an optimally performing connection) Thanks! Pete On 4/13/05, Justin D. Scott <[EMAIL PROTECTED]> wrote: > > Thanks, Justin, that did it. I was trying this route: > >

Re: Easy way to get data from a single query row into a structure?

2005-04-13 Thread Pete Ruckelshaus
apologies to the cat lovers in the audience...) Pete On 4/13/05, Justin D. Scott <[EMAIL PROTECTED]> wrote: > > I'm completely rebuilding an old app, and for a variety > > of reasons, I would like to "store" the data for a > > given record from the old da

Easy way to get data from a single query row into a structure?

2005-04-13 Thread Pete Ruckelshaus
WDDX and store in my new table? Thanks, Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Tr

Re: Building Applications for multiple DB's

2005-04-12 Thread Pete Ruckelshaus
++ Just don't plan on using MySQL4 or below. Pete On Apr 11, 2005 4:35 PM, Adrocknaphobia <[EMAIL PROTECTED]> wrote: > Make use of stored procedures only. That way your cfc code can remain > the same regardless of the database pla

Re: To CFLogin or not to CFLogin, that is my question.

2005-04-11 Thread Pete Ruckelshaus
ut I didn't need that level of flexibility for this project so decided to try it out. Pete On Apr 11, 2005 3:45 PM, Kevin Aebig <[EMAIL PROTECTED]> wrote: > I've only ever used it for flash remoting authentication and for that > purpose, it's golden. As for other uses, I&#x

Re: SQL help - inserting a dynamic variable

2005-04-11 Thread Pete Ruckelshaus
Oh, so IOW I can only do that for one join table, not more than one? I have a couple of lookup columns that I'll be inserting... Pete On Apr 11, 2005 12:54 PM, Gareth Arch <[EMAIL PROTECTED]> wrote: > You've more or less posted the answer. The method to use would b

SQL help - inserting a dynamic variable

2005-04-11 Thread Pete Ruckelshaus
7;), '#address1Value#',etc.) Of course, I would be using cfqueryparam for all variables. SQL Server doesn't like this. Is there a way to accomplish what I'm after? Thanks! Pete ~| Logware (www.logware.

Re: OT: Import Access table into MS SQL

2005-04-08 Thread Pete Freitag
e to >recreate all indexes? > > > I haven't used access in years but I also recall that you will need to define your primary keys again as well. Maybe using SQL 2000 Enterprise manager works better? -- __ Pete Freitag work: http://www.cfdev.

Re: Sun's 1.5 JVM and CFMX/Jrun

2005-04-08 Thread Pete Freitag
est your app before going live with it, but it's also not very hard to go back to the old jvm either. -- __ Pete Freitag work: http://www.cfdev.com/ blog: http://www.petefreitag.com/ shop: http://www.dealazon.com/ Author of the CFMX Developers Cookbook h

Re: Performance Question

2005-04-07 Thread Pete Freitag
e db, and simply query that. Or you could possibly use temp tables. It also depends on which physical machine is faster, your db server or your cf server (assuming they are on different machines). In general DB servers are usually better at filtering the data than cf would be.

Re: cfchart on MX 6.1 (with updater), on weblogic (with jRocket)

2005-04-06 Thread Pete Freitag
Pete Freitag wrote: >If your using JRockit, then you have to use the -headless instead of >-Djava.awt.headless=true > > I'm sorry, that -headless argument was for the JRocket management console, not the jvm... Perhaps Jrocket doesn't support headless mode? I have

Re: cfchart on MX 6.1 (with updater), on weblogic (with jRocket)

2005-04-06 Thread Pete Freitag
the -headless instead of -Djava.awt.headless=true Different JVM's have different JVM arguments. __ Pete Freitag work: http://www.cfdev.com/ blog: http://www.petefreitag.com/ shop: http://www.dealazon.com/ Author of the CFMX Developers Cookbook http://

Re: What are optimal GC/JVM settings?

2005-04-04 Thread Pete Freitag
Douglas Knudsen wrote: >http://www.robisen.com/ >robis sen has some good info too. Also be sure to check out Pete Frietag's >blog >http://www.petefreitag.com/ > > You can try using the new tag feature I have added to my blog, and look under the jvm tag: http://www.pet

Re: Dreaded cfform.js Error

2005-04-04 Thread Pete Ruckelshaus
Make sure you have the /cfide directory mapped as a virtual directory on your web server. On Apr 4, 2005 7:31 AM, Calvin Ward <[EMAIL PROTECTED]> wrote: > Actually, I'm pretty sure that cfform.js is used by the html forms for > JavaScript validation. > > In CF 5, the JavaScript was embedded in th

Re: ListAppend and delimiter question

2005-03-31 Thread Pete Jordan
st appends: > FWIW, I use listchangedelims(tmpWhere, ' AND ', '~') in similar circumstances; it's worth noting that arraytolist() also allows a multi-char delimiter - I often build query "where" clauses in arrays and glue them together that way.

of ColdFusion, Linux, symlinks and template base paths

2005-03-30 Thread Pete Jordan
tion would just lead to madness... Anyhow, hoping this will, one day, help someone else, -- Pete Jordan Horus Web Engineering Ltd http://www.webhorus.net/ ~| Find out how CFTicket can increase your company's customer supp

Need help parsing CSV file

2005-03-23 Thread Pete Ruckelshaus
lue for the second item and baby" as the third item in the list. Is there a simple solution? Thanks Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting ho

Grouped output with cfloop?

2005-03-22 Thread Pete Ruckelshaus
or some other technique. Is this possible? Thanks Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware

Re: Connecting to SQL from CF across the 'Net?

2005-03-21 Thread Pete Ruckelshaus
I do it all the time (remote & VPN). Just enter the IP address (or server name), port, and any other connection information as you would on a local database. Pete On Mon, 21 Mar 2005 13:34:40 -0500, Alex Sherwood <[EMAIL PROTECTED]> wrote: > All of my CF development has used data

Re: circumventing framing....

2005-03-21 Thread Pete Ruckelshaus
I would do some sort of a referring CGI redirect to a page that says something like "I am a content-stealing d*ckhead" But then again, people have accused me of not playing well with others before :) Pete On Mon, 21 Mar 2005 09:34:35 -0700, Connie DeCinko <[EMAIL PROTECTED]>

Re: Email problem

2005-03-21 Thread Pete Ruckelshaus
At CrystalTech, "from" needs to be a valid and active email address at the domain that you are sending from. Pete On Mon, 21 Mar 2005 08:18:01 -0600, Ken Ferguson <[EMAIL PROTECTED]> wrote: > I think the easiest way to begin locating the source of the problem is > to creat

Google Suggest-like functionality with CF

2005-03-20 Thread Pete Ruckelshaus
Anyone done anything like Google Suggest on CF? Care to share any tricks or tips? Thanks Pete ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent

<    2   3   4   5   6   7   8   9   10   11   >