RE: SOAP, CF, ASP and web services

2003-02-20 Thread Scott Van Vliet
All do, and this isn't true just in .NET. When you use CFINVOKE to call a web service from CF, the underlying Axis engine does the same thing - it generates a set of Java proxy classes used to access the web service. Great input, Dave. Yet another reason why I love ColdFusion. It makes our

RE: SOAP, CF, ASP and web services

2003-02-19 Thread Scott Van Vliet
If .NET is what you are trying to use, then you will first need to create a proxy for the ColdFusion web service. This can be done by adding a web reference (as Dave mentioned in his email). However, it can also be done using the .NET command line tools. Here are the steps to follow to create

RE: [OT] Resizable Flash Ad (Sample)

2003-01-30 Thread Scott Van Vliet
Here's a very simple example a Resizable Flash Ad. Example: http://beta.brdwrks.com/samples/resizableAd.html Source: http://beta.brdwrks.com/samples/resizableAd.zip Hope this helps, Scott Van Vliet -Original Message- From: Ben Koshy [mailto:[EMAIL PROTECTED]] Sent: Thursday

Using .NET Assemblies in CFMX

2002-12-11 Thread Scott Van Vliet
I understand that this is kind of trivial - given that you can consume NET Web Services - however I am trying to use classes from a .NET assembly that have not been exposed as WebMethods. Has anyone out there heard of or done anything like this? Perhaps I could create a .NET Web Service that

RE: CFMX / COM and PDF....

2002-11-07 Thread Scott Van Vliet
I am currently using this API, and it works great! I built an ad builder for an automotive company that allows dealers to create regional ads from templates that the national headquarters inputs into a content management system. The ad builder features a Flash MX interface, with a CFMX backend

RE: Upload multiple files?

2002-11-04 Thread Scott Van Vliet
Perhaps you could do this: 1) Prompt the user asking how many files they wish to upload 2) Loop over that number, creating file fields in a form 3) User that same number to process the file saving Here's some sample code that does just that: FILE: fileUpload.cfm

RE: JRE 1.4.1 and Flash Remoting

2002-11-04 Thread Scott Van Vliet
Perhaps the runtime cannot find flashgateway.ear, or maybe it needs to re-deploy it. Any thoughts from the MM folks? -Original Message- From: Stephenie Hamilton [mailto:cf-talk;coldfusionwebs.com] Sent: Monday, November 04, 2002 5:22 PM To: CF-Talk Subject: JRE 1.4.1 and Flash

RE: Source Safe???

2002-11-04 Thread Scott Van Vliet
I have used it before, and it worked quite well with CF Studio 4.5.2. The only thing I could advise would be ensure that you only add files to VSS through your CF Studio project (that way, the files are in both your project and the VSS database). Another option is to use DWMX's Check-in/Check-out

RE: Running ASP on a server used for CF

2002-11-04 Thread Scott Van Vliet
What is your connection string in ASP? Are you specifying a SQL Login? I have come across the Not associated with a trusted SQL Server connection before, and it usually means that the SQL Server does not allow SQL Logins, however it only allows for NT Authentication. You can enable SQL Server

RE: JRE 1.4.1 and Flash Remoting

2002-11-04 Thread Scott Van Vliet
Mark, Did you upgrade to the JRE 1.4.1 after CFMX was installed, or did you install CFMX on top of the JRE 1.4.1? Are you using the official release of JRE 1.4.1, or was it a beta release? Just want to find out, because I have it running quite successfully on my servers running CFMX. Best,

RE: MAC OS 10 - CFFILE

2002-09-12 Thread Scott Van Vliet
preview = file.serverFile cfcatch cfset preview = /cfcatch /cftry /cfif Scott Van Vliet Senior Technical Analyst Eclipse Advertising, Inc. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11

RE: Macintosh/CFFILE Problems - Corruption

2002-09-12 Thread Scott Van Vliet
Will this affect files that do not have the extra 2 bytes - allowing for both Mac and PC users to utilize the same backend? TIA! Scott Van Vliet Senior Technical Analyst Eclipse Advertising, Inc. -Original Message- From: joe hobson [mailto:[EMAIL PROTECTED]] Sent: Tuesday

Macintosh/CFFILE Problems - Corruption

2002-09-09 Thread Scott Van Vliet
to download and reopen the file from a Mac, the file is seen as corrupt by StuffIt Expander (which happens to be the same program which originally compressed the file). Any ideas? TIA, Scott Scott Van Vliet Eclipse Advertising, Inc. [EMAIL PROTECTED

RE: Cflocation and pop up challenge

2002-08-29 Thread Scott Van Vliet
Van Vliet Senior Technical Analyst Eclipse Advertising, Inc. -Original Message- From: Kodjo Ackah [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 5:40 AM To: CF-Talk Subject: Cflocation and pop up challenge Can I do this? cfif NOT IsDefined('session.client_id

OT: DWMX Java Compiler

2002-08-19 Thread Scott Van Vliet
? Thanks! -- Scott Van Vliet Senior Technical Analyst Eclipse Advertising, Inc. __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com

RE: scheduled task question

2002-08-19 Thread Scott Van Vliet
snip cfquery name=deleteRecords datasource=#Request.DSN# DELETE FROM MY_TABLE WHERE DATE_COLUMN = getDate() /cfquery snip -- Scott Van Vliet Senior Technical Analyst Eclipse Advertising, Inc. -Original Message- From: Corey Yiap [mailto:[EMAIL PROTECTED]] Sent

DWMX Tag Shorcut Keys

2002-08-08 Thread Scott Van Vliet
of hotkeys for cfoutput, cfquery, etc VTM windows. Can you do this? (My damned memory is fading!) Thanks! -- Scott Van Vliet Senior Technical Analyst Eclipse Advertising, Inc. T: 818.238.9388 x 242 F: 818.238.9193 2255 N. Ontario Suite 170 Burbank, CA 92504 [EMAIL PROTECTED] http

RE: DWMX Tag Shorcut Keys (Solved)

2002-08-08 Thread Scott Van Vliet
! SHORTCUT ID=DWMenu_Insert_CF_Query keys=/ SHORTCUT ID=DWMenu_Insert_CF_Output keys=/ SHORTCUT ID=DWMenu_Insert_CF_Insert keys=/ For CTRL use Cmd For SHIFT use Shift For Alt use Alt Enjoy! -- Scott Van Vliet Senior Technical Analyst Eclipse Advertising, Inc. T: 818.238.9388 x 242 F

RE: getdate() in access

2002-08-08 Thread Scott Van Vliet
Are you sure your eventDate field is an acceptable date (ie. its datatype)? -- Scott Van Vliet Senior Technical Analyst Eclipse Advertising, Inc. T: 818.238.9388 x 242 F: 818.238.9193 2255 N. Ontario Suite 170 Burbank, CA 92504 [EMAIL PROTECTED] http://www.eclipseadvertising.com

RE: Finding Images in HTML and Uploading

2002-04-18 Thread Scott Van Vliet
in the ZIP file). Any other ideas? Thanks for the tip, though - ActivEdit is a great tool, and I have used it before. ^_^ SCOTT VAN VLIET BRD.WRKS INTERACTIVE T: 714.469.6805 E: [EMAIL PROTECTED] -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: Coldfusion Cert?

2002-04-11 Thread Scott Van Vliet
Has anyone taken both the MM CF Cert and the BB CF Cert? If so, what are (if any) the differences? TIA -Original Message- From: John Wilker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 6:52 PM To: CF-Talk Subject: RE: Coldfusion Cert? If I recall the tests are still

CF Server 4.0 CFFILE/MACIE5 Issues!

2002-04-11 Thread Scott Van Vliet
form.flash_movie = /CFCATCH /CFTRY /cfif Please let me know if you see any flaws (my eyes are SURE tired ^_^), or if you know of any issues with CF 4.0 and Mac IE5. TIA! SCOTT VAN VLIET BRD.WRKS INTERACTIVE T: 714.469.6805 E: [EMAIL PROTECTED

RE: CF Server 4.0 CFFILE/MACIE5 Issues!

2002-04-11 Thread Scott Van Vliet
before regarding MAC, but not sure if this was it. Success is a journey, not a destination!! Doug Brown - Original Message - From: Scott Van Vliet [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 9:33 PM Subject: CF Server 4.0 CFFILE/MACIE5 Issues

RE: Since when was fusebox ever supported or promoted by Allaire / Macromedia?

2002-04-04 Thread Scott Van Vliet
Dave: Scroll down to Editorial Reviews: (This methodology is supported and promoted by Allaire/Macromedia) - Scott -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 7:58 AM To: CF-Talk Subject: RE: Since when was fusebox ever supported or

RE: Web based Chat

2002-04-03 Thread Scott Van Vliet
Unity Socket Server - http://moock.org/unity/ Flash-based chat engine (with both server and client connectivity). HTH -Original Message- From: chris.alvarado [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 3:12 PM To: CF-Talk Subject: Web based Chat A client wants some

RE: CF/Database Help

2002-03-29 Thread Scott Van Vliet
In any case, though, even if you couldn't provide that sort of interface now, it's a lot easier to rewrite interfaces than it is to restructure databases. Man, if that isn't that the crux of the matter! __ Your ad could be

UDF Recursion Problems

2002-03-28 Thread Scott Van Vliet
appreciate it. TIA! Scott SCOTT VAN VLIET BRD.WRKS INTERACTIVE T: 714.469.6805 E: [EMAIL PROTECTED] __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ

RE: UDF Recursion Problems

2002-03-28 Thread Scott Van Vliet
: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 1:28 AM To: CF-Talk Subject: Re: UDF Recursion Problems Scott Van Vliet wrote: Hey All: I have created a UDF that will recurse over a query containing Categories that are related to each other based on a column reference

RE: UDF Recursion Problems

2002-03-28 Thread Scott Van Vliet
It works perfectly :) Thanks to all who helped. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 5:18 AM To: CF-Talk Subject: RE: UDF Recursion Problems But as Jochem says, why reinvent the wheel Go looking the Devex on the MM

RE: Using cfexecute to call SQL server fron the command line

2002-03-23 Thread Scott Van Vliet
Here's what ya need to do: 1) Give a direct path to your file D:\Program Files\Microsoft SQL Server\80\Tools\Binn\cust.sql 2) Wrap your infile with quotes: D:\Program Files\Microsoft SQL Server\80\Tools\Binn\cust.sql 3) Be sure to specify what database you are

RE: Help me test Flash Chat app?

2002-03-23 Thread Scott Van Vliet
http://www.moock.org/unity Colin Moock is the god father of Flash, and has already created a socket server and client objects (.as files) for building chat applications. Pretty insane. I also build a chat application based on Flash Services from NEO, but I don't think I can let you guys see it

Re: Business days from Dates PLEASE HELP!!!!

2002-03-23 Thread Scott Van Vliet
Steven: Given that business days are generally monday thru friday, you can use the code below (where date, daysUntilDue dueDate would be values from your database). cfset date = now() cfset daysUntilDue = 5 cfset dueDate = dateAdd(d, daysUntilDue, date) cfset businessDays = 2,3,4,5,6 cfset

RE: CF Feature Request - Ability to run CF app on PPC

2002-03-22 Thread Scott Van Vliet
Are there plans for the Flash MX (6) Plugin on the PocketPC Platform (I know that they already had the Flash 4 player, and I have already built apps on it). If they do plan do make a Flash MX Plugin for the PPC, then you can use Flash/NEO to build some killer PPC apps ^_^ -Original

RE: Help, fresh eyes needed! (Solved)

2002-03-22 Thread Scott Van Vliet
The word all is a reserved word, thus the error. Just rename your table column and everything should work. I am off to get faded at the Block. Have a good night all! -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 6:04 PM To: CF-Talk

RE: two SUBMIT buttons on a form?

2002-03-21 Thread Scott Van Vliet
, March 21, 2002 7:26 AM To: CF-Talk Subject: RE: two SUBMIT buttons on a form? Yeah the name of the button is in the form scope. -Shawn Regan -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:04 PM To: CF-Talk Subject: RE: two SUBMIT

Re: CF Javascript frames

2002-03-21 Thread Scott Van Vliet
window.opener is the parent window reference from a js popup window ^_^ so, try:window.opener.LeftFrameBottom.location = ... HTH - Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 2:30 PM Subject: CF Javascript

Flash MX CF 5 Example (Repost)

2002-03-20 Thread Scott Van Vliet
! Scott Van Vliet SCOTT VAN VLIET BRD.WRKS INTERACTIVE T: 714.469.6805 E: [EMAIL PROTECTED] __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives

Re: HTML / CF issue

2002-03-20 Thread Scott Van Vliet
I have had simliar issues in NN, and here's what I found: First, Netscape will not allow a nested table to have a background color if its parent table has a backgroun color (or image for that matter). Second, when drawing nested tables, NN will choke (and actually crash your browser) if there

Re: action script e-list

2002-03-20 Thread Scott Van Vliet
There are TONS of sites out there that offer amazing Flash ActionScript tutorials and resources. Here are a couple that I often use, and will get you guys going: Ultrashock http://www.ultrashock.com Flash Kit http://www.flashkit.com Fig Leaf Software http://chattyfig.figleaf.com Enjoy!

RE: two SUBMIT buttons on a form?

2002-03-20 Thread Scott Van Vliet
You could do this: html head script language=javascript !-- var formAction = null; function validForm(obj){ if (formAction == 1){ obj.action = action_page_1.cfm?variable=Anything; return true; } else if (formAction == 2){ obj.action

RE: two SUBMIT buttons on a form?

2002-03-20 Thread Scott Van Vliet
Does that work in Netscape? -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:00 PM To: CF-Talk Subject: RE: two SUBMIT buttons on a form? you could set a name for you submit buttons. On you process page do a include based on which button

RE: Photo Album

2002-03-20 Thread Scott Van Vliet
What a salesman! -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 4:36 PM To: CF-Talk Subject: Re: Photo Album Anne Consider a different approach: Apple provides free software (iPhoto), free server space and web site (iDisk) to do

Re: Disconnecting CF from SQL Server?

2002-03-20 Thread Scott Van Vliet
Maybe restart the ColdFusion service? - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 5:14 PM Subject: Disconnecting CF from SQL Server? Is there a way to disconnect CF from SQL Server programmatically? I think I have a

Flash MX CF 5 Example

2002-03-19 Thread Scott Van Vliet
, please just let me know. There is a file located in this zip with instructions. Enjoy! Scott Van Vliet SCOTT VAN VLIET BRD.WRKS INTERACTIVE T: 714.469.6805 E: [EMAIL PROTECTED] __ Your ad could be here. Monies from ads go

RE: Studio Question

2002-03-17 Thread Scott Van Vliet
Comment out line 12 of the file CFQUERY.cfm (located in the Extentions\TagDefs\CFML directory) and add the following code: CONTROL NAME=txtDataSource TYPE=DropDown EDITABLE=Yes ANCHOR=lblDataSource CORNER=NE WIDTH=160 ITEM VALUE=#Request.DSN#

RE: Flash MX

2002-03-17 Thread Scott Van Vliet
Agreed! I am on the beta, and have built some really cool apps with it already. -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 3:36 PM To: CF-Talk Subject: Flash MX Well I must say that I just about peed myself after just trying out

Alternatives to CFCONTENT

2002-03-11 Thread Scott Van Vliet
Do any of you out there know of any alternatives to CFCONTENT? We recently upgraded our testing server to CF 5, but it hangs-up crashes when pages are hit that are using CFCONTENT to serve up Excel reports. We have already contacted Macromedia about this, and it is a known issue with CF 5,

Re: Alternatives to CFCONTENT

2002-03-11 Thread Scott Van Vliet
Message - From: Scott Van Vliet [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 11, 2002 5:45 PM Subject: Alternatives to CFCONTENT Do any of you out there know of any alternatives to CFCONTENT? We recently upgraded our testing server to CF 5, but it hangs-up

Re: Update multiple rows

2002-03-11 Thread Scott Van Vliet
I am not sure of a SQL function know as 'evaluate'. Shouldn't this: SET PhoneNumb='evaluate(FORM.PhoneNumb #Emp#)' Be this: SET PhoneNumb='#Evaluate(FORM.PhoneNumb Emp)#' Just a thought. HTH. - Original Message - From: Paul Ihrig [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Dumping HTTP Headers

2002-03-11 Thread Scott Van Vliet
Do any of you know how to dump *only* HTTP headers send from ther server to the browser using CF? Here is an example in CGI: http://www.delorie.com/web/headers.cgi?url=http%3A%2F%2Fwww.macromedia.com TIA! __ Get Your Own

RE: CF_SAVECONTENT

2002-03-08 Thread Scott Van Vliet
devex -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: donderdag 7 maart 2002 21:17 To: CF-Talk Subject: CF_SAVECONTENT For those of you interested, I have created a custom tag that simulates the functionallity of the CFSAVECONTENT tag from CF 5, however

CF_SAVECONTENT

2002-03-07 Thread Scott Van Vliet
For those of you interested, I have created a custom tag that simulates the functionallity of the CFSAVECONTENT tag from CF 5, however this custom tag works in CF 4 and up! Let me know if you would like me to send you a copy. Thanks!

DNS-Less Access

2002-03-07 Thread Scott Van Vliet
Does anyone out there know how to connect to an Access database without a DSN? (For both CF 4.5 and CF 5) TIA! __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month

Re: DNS-Less Access (Whoops! DSN-Less)

2002-03-07 Thread Scott Van Vliet
=GetExample connectstring=#MyConnectionString# dbtype=DYNAMIC Select * From tablename Order by fieldname /cfquery That's it, this is the best example I could possibly give you on how to use a dynamic cfquery connection. Jason -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED

RE: Refreshing parent window on close

2002-03-02 Thread Scott Van Vliet
You could do: cfquery name=myQuery datasource=#dsn# ... /cfquery html head script language=JavaScript type=text/css !-- function unLoad(){ var thankYouPage = thankyou.cfm; window.opener.location = thankYouPage; window.close(); } //-- /script /head body onload=unLoad();

RE: Flash Connector Kit issues

2002-03-01 Thread Scott Van Vliet
This usually happens when you have an infinite loop in the Flash Player. Check you ActionScript to verify that you are not hanging up while trying to connect to the server. -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 10:06 AM To:

RE: Attaching CSS style sheet

2002-03-01 Thread Scott Van Vliet
If you are trying to dynamically assign a style sheet for each page, you could do the following: html head titleTitle/title link rel=stylesheet href=includes/css/styles.cfm type=text/css /head body .. /body /html Them, in your styles.cfm page, you could have: cfsetting enablecfoutputonly=yes

RE: Any other way to look at datasources?

2002-03-01 Thread Scott Van Vliet
Well, if you access to use CFREGISTRY, you can look at the datasources entered through the ColdFusion Administrator: CFREGISTRY ACTION=GetAll BRANCH=HKEY_LOCAL_MACHINE\Software\Allaire\ColdFusion\CurrentVersion\ Datasources TYPE=Key NAME=dsnQuery Then just output the dsnQuery

RE: OT-possible IIS problem

2002-02-27 Thread Scott Van Vliet
Are you running Active Directory? If so, the security settings for those folders for the web *might* have been initially set for public read-only access under that IWAM_server account (even if you have already changed the security settings under the web site properties) - which would cause an

RE: Closing a window from JS without prompt?

2002-02-27 Thread Scott Van Vliet
Does this work in NN 4.7? -Original Message- From: Justin Waldrip [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 11:18 AM To: CF-Talk Subject: RE: Closing a window from JS without prompt? I have an app that opens up a window full screen and then I need to close the

RE: Sorting and Condensing Suggestion

2002-02-24 Thread Scott Van Vliet
Kind of a vague question... Whenever I am returning summaries of data, I tend to do most of my calculation in Transact-SQL (Aggregate Functions, Etc.) -- usually in a stored procedure -- and allow SQL Server to do the work, then use CF to spit it out. However, I don't know if you are using SQL

RE: joining arrays

2002-02-24 Thread Scott Van Vliet
There is the 'ol tag-based way: cfloop from=1 to=#ArrayLen(firstArray)# index=i cfset temp = ArrayAppend(firstArray, secondArray[i]) /cfloop HTH. ^_^ -Original Message- From: James Sleeman [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 10:48 PM To: CF-Talk Subject:

RE: OLEDB Error Code = 18456

2002-02-24 Thread Scott Van Vliet
I had similar problems, all of which were unexplainable (sometimes even just OLEDB Error. There was an error.) I would just use an ODBC DSN, as I have not seen any proof that OLEDB is faster (and have posted several threads on this list with no outcome - as well as benchmarks that proved that

CFEncode.exe - Problems!

2002-02-21 Thread Scott Van Vliet
Server (and have tried it on CF 5 on Windows 2000 Pro and Windows XP Pro!). Any help? Any other method for encoding apps for deployment (aside from NEO's-said compile/deploy features ^_^)? Thanks All! SCOTT VAN VLIET BRD.WRKS INTERACTIVE [EMAIL PROTECTED

RE: SQL trickyness

2002-02-21 Thread Scott Van Vliet
What about this hack? SELECT TOP 1 (SELECT TOP 1 TipID FROM TIPS WHERE TipTipCategoryLink = #Q_Tip.TipTipCategoryLink# ORDER BY TipTitle ASC) As FirstTip, (SELECT TOP 1 TipID FROM TIPS WHERE TipTipCategoryLink = #Q_Tip.TipTipCategoryLink#

RE: Export to text

2002-02-20 Thread Scott Van Vliet
Be sure to create the text file first ;) -Original Message- From: Sicular, Alexander [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 3:58 PM To: CF-Talk Subject: RE: Export to text Drill down to the table and right click on it, under all tasks export data Follow the

RE: CF Flash Graphing

2002-02-19 Thread Scott Van Vliet
You can use loadVariables(data.cfm,0) in ActionScript to bring your data into Flash (or use the XML object in Flash, for those who know how), and then use AS to draw your graph (although it can be a lot of code). I have used Generator in my projects for graphing (which is what CFGRAPH uses), and

UPS OnLine Tools with ColdFusion

2002-02-18 Thread Scott Van Vliet
Has anyone out there used the UPS OnLine tools with a ColdFusion app? I have an rather large app that desperately needs to integrate the real-time shipping costs. Thanks in advance! SCOTT VAN VLIET BRD.WRKS INTERACTIVE [EMAIL PROTECTED

Dynamically Obtaining IDENTITY Column

2002-02-17 Thread Scott Van Vliet
of the identity column. TIA. SCOTT VAN VLIET BRD.WRKS INTERACTIVE [EMAIL PROTECTED]   __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http

RE: Dynamically Obtaining IDENTITY Column

2002-02-17 Thread Scott Van Vliet
Column Scott - do you mean the identity value of a newly inserted record, or to select the ID value when you don't know the name of the identity column? -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 17, 2002 2:22 PM To: CF-Talk Subject

RE: Dynamically Obtaining IDENTITY Column

2002-02-17 Thread Scott Van Vliet
11:42 AM To: CF-Talk Subject: RE: Dynamically Obtaining IDENTITY Column Scott - do you mean the identity value of a newly inserted record, or to select the ID value when you don't know the name of the identity column? -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent

RE: Dynamically Obtaining IDENTITY Column

2002-02-17 Thread Scott Van Vliet
? -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 17, 2002 2:22 PM To: CF-Talk Subject: Dynamically Obtaining IDENTITY Column Hey All. Does anyone out there know of a way to dynamically grab the identity column from a table in a select statement

RE: Dynamically Obtaining IDENTITY Column - Off List

2002-02-17 Thread Scott Van Vliet
Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 17, 2002 11:26 PM To: CF-Talk Subject: RE: Dynamically Obtaining IDENTITY Column This works as well, however, using SQL functions can be faster. SELECT COL_NAME(OBJECT_ID('#tablename#'),1) As IDColumn This does

ODBC vs. OLEDB

2002-02-10 Thread Scott Van Vliet
light on the subject, I would appreciate it. Thanks! -- SCOTT VAN VLIET BRD.WRKS INTERACTIVE [EMAIL PROTECTED] __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER

ColdFusion TagLibs Functions for JSP

2001-10-31 Thread Scott Van Vliet
Does anyone know of, or would anyone be interested in a library of JSP Custom Tags and Beans that mimic ColdFusion tags functions? Thanks! Scott -- SCOTT VAN VLIET JUXT INTERACTIVE [EMAIL PROTECTED] ~~ Get the mailserver that powers

RE: CFFILE / IE 5 on Mac Problems!

2001-10-02 Thread Scott Van Vliet
fields when it is a multipart/form-data form. A lesson to always use Trim(). - Ben Morris Scott Van Vliet [EMAIL PROTECTED] 10/01/01 09:15PM I am having uber-huge problems with CFFILE and IE 5 on the Mac. Basically, I have CF checking if the input type=öfileö field contains a null value

CFFILE / IE 5 on Mac Problems!

2001-10-01 Thread Scott Van Vliet
, Scott -- SCOTT VAN VLIET JUXT INTERACTIVE [EMAIL PROTECTED] ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

CFX_CyberCash or other solutions...

2001-09-12 Thread Scott Van Vliet
that our client will not be able to setup their account with the CashRegister service. If anyone is currently using this CFX tag, and has any information, or know of other CF payment authorization solutions, your help will be greatly appreciated. Thanks in advance! -- SCOTT VAN VLIET JUXT INTERACTIVE

RE: CFX_CyberCash or other solutions...

2001-09-12 Thread Scott Van Vliet
Software Grant Thornton LLP Washington, D. C. 703.837.4428 -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 5:37 PM To: CF-Talk Subject: CFX_CyberCash or other solutions... CyberCash was recently acquired by by Verisign, and I do

RE: Terrorism

2001-09-11 Thread Scott Van Vliet
God rest their souls. - SVV -Original Message- From: Matt Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 8:48 AM To: CF-Talk Subject: Terrorism Our thoughts and our prayers are with the victims and the rescue workers in this tragedy. Also for our armed forces who

RE: Terrorism (Resolve it!)

2001-09-11 Thread Scott Van Vliet
been affected by this disaster, use your energy to help those in need. That's my 2 cents. -- SCOTT VAN VLIET JUXT INTERACTIVE [EMAIL PROTECTED] ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http

RE: Off topic posts was (OT?) TomCat vs JRun

2001-09-04 Thread Scott Van Vliet
My thoughts exactly! Sometimes, these OT posts help me out more that posts made to this list about CF (fundamentals, etc.)! - SVV -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 3:23 PM To: CF-Talk Subject: RE: Off topic posts was

Re: CF and PDAs

2001-08-23 Thread Scott Van Vliet
You can also use Flash 4 WinCE NTE to create an interface, and use ActionScript to send/load variables from a CF Server - SVV - Original Message - From: Shawn Regan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 7:43 AM Subject: RE: CF and PDAs I

Re: Ben Forta and CF5 -- Coming to a CFUG Near You

2001-08-08 Thread Scott Van Vliet
Come on Ben! Show Southern California some Love - SVV - Original Message - From: Phil Costa [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 08, 2001 10:52 AM Subject: Ben Forta and CF5 -- Coming to a CFUG Near You Macromedia's ColdFusion Evangelist Ben Forta

Re: buying/leasing SQL

2001-08-08 Thread Scott Van Vliet
Am I the only one getting this e-mail over 50 times??! Thanks! - SVV - Original Message - From: 'Zachary S. Bedell' [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 08, 2001 11:54 AM Subject: RE: buying/leasing SQL 1. is it possible to still buy SQL server 7

Re: Reboot windows 2K server?

2001-08-03 Thread Scott Van Vliet
Then, WHAT THE HELL IS THIS BOARD FOR? - Original Message - From: Zachary S. Bedell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 02, 2001 10:26 AM Subject: RE: Reboot windows 2K server? Not to be snippy, but please try searching the tag gallery before posting

Re: Concatenate 2 Queries

2001-08-01 Thread Scott Van Vliet
When I want to merge data between to SQL SELECT statements, I do the following: /* Create the temporary table to match the data types of the SELECT statements below */ CREATE TABLE #TEMP_TABLE ( FIELD_A int, FIELD_B varchar(50) ) /* Assuming that FIELD_1 FIELD_3 are of

CF_QUERYDUMP

2001-07-30 Thread Scott Van Vliet
also receive a query object and dump the info too. Enjoy! -- scott van vliet -- senior web engingeer juxt interactive 9497525898202 [EMAIL PROTECTED] www.juxtinteractive.com In uniqueness is the preservation of mankind... - Greg Graffin

Re: To hell with it all......

2001-07-30 Thread Scott Van Vliet
Anyone seen the movie, Office Space?? Yah, Mm'kay?!?!?! - Original Message - From: Justin Hansen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 30, 2001 4:16 PM Subject: RE: To hell with it all.. Sounds like someone has a case of the Mondays.

Re: Browser Sniffing and Serving StyleSheets

2001-07-25 Thread Scott Van Vliet
What's wrong with JavaScript Detection?: if ( navigator.userAgent.indexOf('Win') == -1 ) { document.write('link rel=stylesheet href=NonWindows.css'); } else { document.write('link rel=stylesheet href=Windows.css'); } - SVV - Original Message - From: Dasher [EMAIL PROTECTED]

Re: SQL color-highlighting

2001-07-18 Thread Scott Van Vliet
I have actually put in an enhancement request for CF Studio 5 B1 for this same thing! Let's hope they do it! - Original Message - From: stas [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 18, 2001 6:57 AM Subject: SQL color-highlighting Is there a way to

CFCATCH Problems

2001-07-17 Thread Scott Van Vliet
-- scott van vliet -- senior web engingeer juxt interactive 9497525898202 [EMAIL PROTECTED] www.juxtinteractive.com In uniqueness is the preservation of mankind... - Greg Graffin ~~ Structure your ColdFusion code with Fusebox. Get

QuerySetCell on CF 5

2001-07-10 Thread Scott Van Vliet
identifier of (CFSET), occupying document position (51:4) to (51:135) /snip Any help would be greatly appreciated! -- scott van vliet -- senior web engingeer juxt interactive 9497525898202 [EMAIL PROTECTED] www.juxtinteractive.com In uniqueness is the preservation

CF_JAVARS2CFQUERY

2001-07-09 Thread Scott Van Vliet
-mail me. -- scott van vliet -- senior web engingeer juxt interactive 9497525898202 [EMAIL PROTECTED] www.juxtinteractive.com In uniqueness is the preservation of mankind... - Greg Graffin ~~ Structure your ColdFusion code

Re: Is it really POST?

2001-07-09 Thread Scott Van Vliet
Their is a header variable called REQUEST_METHOD that will tell how a page was submitted. So... cfif CGI.REQUEST_METHOD NEQ POST !--- Do something if not sent using Post --- /cfif Hope this helps. - Original Message - From: Michael Lugassy [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: cfmail preformatting

2001-07-07 Thread Scott Van Vliet
I have found that dumping all of an e-mail message into a variable works prefect. !--- Set constants for Carriage Return, Line Feed and Horizontal Tab (ASCII) --- cfset cr = Chr(10) cfset lf = Chr(13) cfset tab = Chr(11) cfset messageBody = Dear #form.cust_firstname#: cr lf

JavaBeans and CF

2001-07-05 Thread Scott Van Vliet
developed and put into Beans. If you know of a good reference, or have had experience, your help would be greatly appreciated. Thanks in advance! -- scott van vliet -- senior web engingeer juxt interactive 9497525898202 [EMAIL PROTECTED] www.juxtinteractive.com