Re: [ACFUG Discuss] ColdFusion 11 upgrade breaking ExtJS everywhere

2015-03-24 Thread Mike Staver
So, I've decided to use the built in ExtJS 4.1 that ships with CF 11 for cost reasons :) That being said, I have some questions that hopefully somebody can clear up for an ExtJS n00b like myself. For starters, let's say I wanted to call an existing CFC and reference a specific method in it,

Re: [ACFUG Discuss] ColdFusion 11 upgrade breaking ExtJS everywhere

2015-03-05 Thread Mike Staver
learn it and recreate this page properly. On 3/5/2015 9:29 AM, Mike Staver wrote: Thank you Steve, Charlie, and Cameron for the information. I do think I've learned that you are correct - I should avoid using the built in CF front end tools if I would like to be able to upgrade in the future

Re: [ACFUG Discuss] ColdFusion 11 upgrade breaking ExtJS everywhere

2015-03-05 Thread Mike Staver
, Mike Staver sta...@fimble.com mailto:sta...@fimble.com wrote: Thank you Steve, Charlie, and Cameron for the information. I do think I've learned that you are correct - I should avoid using the built in CF front end tools if I would like to be able to upgrade in the future without

[ACFUG Discuss] ColdFusion 11 upgrade breaking ExtJS everywhere

2015-03-04 Thread Mike Staver
I wrote some code a few years back, and I have very little ExtJS coding experience outside of using what shipped with CF 9 10. I was disappointed to discover that most of one of my pages was broken via the upgrade to CF 11. I did some digging, and discovered that CF 11 ships with ExtJS 4.1. I

Re: [ACFUG Discuss] LDAP file size limit

2014-02-24 Thread Mike Staver
there with access to IIS, if not you) can know for sure. I'd confirm it before continuing to look elsewhere. /charlie -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mike Staver Sent: Sunday, February 23, 2014 9:35 PM To: discussion@acfug.org Cc: discussion

Re: [ACFUG Discuss] CF 9 IP restriction

2013-04-19 Thread Mike Staver
Does anyone know if you can do something similar using JBOSS, but a bit more granular, just blocking /CFIDE/administrator by IP? On 4/19/2013 11:23 AM, Dawn Hoagland wrote: I'm fairly certain that's the only thing. John H. should still have the documentation I wrote for locking down instances

Re: [ACFUG Discuss] Images as Blobs

2013-04-02 Thread Mike Staver
you looked into using cfimage tag to reference, render, or manipulate BLOB data? If I recall, you can directly feed a database call into a cfimge tag. Cheers, Teddy Sent from my iPad On Apr 1, 2013, at 4:12 PM, Mike Staver sta...@fimble.com wrote: I've been thinking about keeping all user

[ACFUG Discuss] Images as Blobs

2013-04-01 Thread Mike Staver
I've been thinking about keeping all user-uploaded images in the DB for one of my projects. I know how I will work the process to get them into the DB and keep them off the hard drive. It would go something like: 1) Image uploaded to temp file system location from form post. 2) Image inserted

Re: [ACFUG Discuss] CF10 Migration Questions

2013-03-13 Thread Mike Staver
On the one hand, an argument could be made that it’s better that they DO say to rebuild it with each, because otherwise someone who DID do a later one which included those earlier ones (that did require a rebuild), but who DID NOT do that rebuild, might then have problems

Re: [ACFUG Discuss] cf9 purchase availability?

2013-01-25 Thread Mike Staver
Don't quote me on this, but doesn't Adobe give you a copy of an earlier verison of CF if you buy the latest? Meaning, if you subscribe to the latest version (10) and then go back to your contact and Adobe and request a license key for 9 to use instead, don't they let you do that? I thought

Re: [ACFUG Discuss] New CF Vulnerability - Check your servers

2013-01-21 Thread Mike Staver
Yeah, I hated that parameter and a lack of GUI to change it. When you have many servers to patch, it's annoying to have to edit this value in an XML file over and over again. I understand it's value, and I think it's a good thing - but they could have taken a few extra hours of dev time to

Re: [ACFUG Discuss] ColdFusion 10 updates Offline

2012-12-07 Thread Mike Staver
regarding this type of patch application. On 12/6/2012 11:14 PM, Charlie Arehart wrote: Ah, got it now. I missed that this was a silent install. Thanks for your patience with me, Mike. :-) /charlie *From:*ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Mike Staver *Sent:* Thursday

Re: [ACFUG Discuss] ColdFusion 10 updates Offline

2012-11-30 Thread Mike Staver
the hotfixes (blogs, the updater interface in the admin, and the docs) to make it more clear to people how and where to find that additional info. Hope that helps, Mike. /charlie -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mike Staver Sent: Thursday, November

[ACFUG Discuss] ColdFusion 10 updates Offline

2012-11-29 Thread Mike Staver
Can someone point me to a download location for the coldfusion 10 updates? I find it incredibly odd that I do not find them in any of the obvious places I would expect to. Yes, I know they want us to get them from the administrator screens. I can't. I have a machine that is installed in an

Re: [ACFUG Discuss] CF 10 Dynamic Java Loading

2012-09-23 Thread Mike Staver
. /charlie *From:*ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Mike Staver *Sent:* Friday, September 21, 2012 2:51 AM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] CF 10 Dynamic Java Loading Thanks for the info. The idea I'm starting to get here is that there really isn't

Re: [ACFUG Discuss] CF 10 Dynamic Java Loading

2012-09-21 Thread Mike Staver
mailto:douglasknud...@gmail.com On Sep 20, 2012, at 7:11 PM, Mike Staver sta...@fimble.com mailto:sta...@fimble.com wrote: I can't find any good documentation from Adobe yet on how to dynamically load and then use jar files. I previously used JavaLoader, and after fixing the class load issues I had

[ACFUG Discuss] CF 10 Dynamic Java Loading

2012-09-20 Thread Mike Staver
I can't find any good documentation from Adobe yet on how to dynamically load and then use jar files. I previously used JavaLoader, and after fixing the class load issues I had in code, it worked flawlessly for the past few years. I was using it to load newer versions of POI for excel

[ACFUG Discuss] Oracle sqlnet.allowed_logon_version issue with CF 9

2011-12-14 Thread Mike Staver
Working on a DoD project, we have to follow some specific security protocols within our apps and DBs. There is a STIG requirement for a specific setting. The setting in question is sqlnet.allowed_logon_version, and it needs to be set to 10 or 11 as a value.

Re: [ACFUG Discuss] JavaLoader POI Issue

2011-11-28 Thread Mike Staver
, component.JavaLoader).init(loadPaths=var.paths, loadColdFusionClassPath=true, parentClassLoader=???) / I have no idea what to put for the value in that third parameter. Would it be a reference to the classes inside of my CF install in D:\ColdFusion9\? On 11/24/11 10:56 AM, Mike Staver wrote: Thanks

Re: [ACFUG Discuss] JavaLoader POI Issue

2011-11-28 Thread Mike Staver
. _Thread.currentThread().setContextClassLoader(currentClassloader); } /cfscript /cfoutput On 11/28/11 2:45 PM, Mike Staver wrote: Ok, so I did some digging on Mark's JavaLoader forums. I found an error further down my stack that seems to be common: org.dom4j.DocumentFactory cannot be cast

Re: [ACFUG Discuss] JavaLoader POI Issue

2011-11-24 Thread Mike Staver
with POI. On Wed, Nov 23, 2011 at 9:35 PM, Mike Staver sta...@fimble.com wrote: I've always been able to use POI via JavaLoader to read in standard xls files and extract data out of the cells for whatever I want, like storing in a database. Recently, I've had to start coding to handle Office

Re: [ACFUG Discuss] JavaLoader POI Issue

2011-11-24 Thread Mike Staver
this: org.apache.poi.POIXMLProperties.CoreProperties.getRevision() On Thu, Nov 24, 2011 at 11:48 AM, Mike Staver sta...@fimble.com wrote: Interesting. Since I'm using the same code on two different systems and getting the same results - is there any way I can see what is loaded in memory currently? -Mike

[ACFUG Discuss] JavaLoader POI Issue

2011-11-23 Thread Mike Staver
I've always been able to use POI via JavaLoader to read in standard xls files and extract data out of the cells for whatever I want, like storing in a database. Recently, I've had to start coding to handle Office 2007 file formats like xlsx and xlsm. POI 3.5 and higher should be able to do

Re: [ACFUG Discuss] PDFs / Excel Shenanigans

2011-11-23 Thread Mike Staver
You could use POI to add a new sheet to an existing doc. You can use JavaLoader to suck in the latest version of POI so you don't have to overwrite the one that ships with CF 8. POI has always worked great for me with standard xls files. I've only had trouble when playing with the new OOXML

[ACFUG Discuss] ColdFusion Datasource to MySQL over SSH tunnel on windows

2010-10-13 Thread Mike Staver
I'm trying to set up a remote dev instance for one of my applications, and what I would like to do is have it connect to my mysql instance on a linux box I run. I don't plan on opening up port 3306 to the outside world for obvious reasons, and I shouldn't need to if I'm correct in my thinking

Re: [ACFUG Discuss] ColdFusion Datasource to MySQL over SSH tunnel on windows

2010-10-13 Thread Mike Staver
Ok, that would work for Mac os - but how would that work under windows? -Mike On Oct 13, 2010, at 11:05 AM, Steve Ross nowhid...@gmail.com wrote: ssh tunnel for mysql: ssh -N -L3306:localhost:3306 usern...@192.168.0.01 -p 7861 On Wed, Oct 13, 2010 at 12:56 PM, Mike Staver sta

Re: [ACFUG Discuss] ColdFusion Datasource to MySQL over SSH tunnel on windows

2010-10-13 Thread Mike Staver
with the normal MySql Query Browser/Admin tools. You just replace the server IP with 127.0.0.1 in order to utilize the forwarding provided by Putty. --Frank On 10/13/2010 12:56 PM, Mike Staver wrote: I'm trying to set up a remote dev instance for one of my applications, and what I would like to do

Re: [ACFUG Discuss] ColdFusion Datasource to MySQL over SSH tunnel on windows

2010-10-13 Thread Mike Staver
Browser/Admin tools. You just replace the server IP with 127.0.0.1 in order to utilize the forwarding provided by Putty. --Frank On 10/13/2010 12:56 PM, Mike Staver wrote: I'm trying to set up a remote dev instance for one of my applications, and what I would like to do is have it connect to my

RE: [ACFUG Discuss] Apache 2.2.15 ColdFusion 8 Enterprise - Sessions not sticking

2010-04-05 Thread Mike Staver
or not (and if you're using J2EE sessions, then it has no connection to sessions at all.) Hope something there's helpful. /charlie -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mike Staver Sent: Wednesday, March 31, 2010 7:13 PM To: discussion@acfug.org Subject

Re: [ACFUG Discuss] Apache 2.2.15 ColdFusion 8 Enterprise - Sessions not sticking

2010-04-01 Thread Mike Staver
-Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mike Staver Sent: Wednesday, March 31, 2010 11:28 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Apache 2.2.15 ColdFusion 8 Enterprise - Sessions not sticking Thanks Charlie - to answer your questions

[ACFUG Discuss] Apache 2.2.15 ColdFusion 8 Enterprise - Sessions not sticking

2010-03-31 Thread Mike Staver
I have 2 ColdFusion 8 instances installed on Windows 2003. I'm running these websites under Apache 2.2.15, configured exactly the same way, other than domain names and IP addresses in the configs. The first box works as expected. I can log onto CF Admin over SSL, or any other website in my

RE: [ACFUG Discuss] Apache 2.2.15 ColdFusion 8 Enterprise - Sessions not sticking

2010-03-31 Thread Mike Staver
if it's transported via SSL or not (and if you're using J2EE sessions, then it has no connection to sessions at all.) Hope something there's helpful. /charlie -Original Message- From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mike Staver Sent: Wednesday, March 31, 2010 7:13

RE: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-17 Thread Mike Staver
That's my biggest gripe about ColdFusion right now. The cumulative hotfixes are not cumulative at all in my opinion. It's a joke in a production environment that I have to download zip files, extract jar, cfc, or cfm files and then manually install them. Don't get me started on the wsconfig

Re: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-17 Thread Mike Staver
On Wed, Mar 17, 2010 at 1:24 PM, Mike Staver sta...@fimble.com wrote: Come on Adobe, give us a decent installer for this stuff! But for the love of all that is holy, please do not make up use the Adobe Updater. I'll second that motion

[ACFUG Discuss] AjaxCFC

2010-01-29 Thread Mike Staver
Does anyone have a recent version of AjaxCFC? I've noticed Rob Gonda's site http://ajaxcfc.com is down, and has been for some time. The most recent version I have my hands on is dated Sept 2006, and I know there are newer versions by seeing it here: http://www.robgonda.com/blog/projects/ajaxcfc/

Re: [ACFUG Discuss] CF on 64 bit OS

2010-01-04 Thread Mike Staver
I've run CF 8 and 9 on 64 bit Windows without issue. In one case I was using IIS and another Apache. The only issue I had with the Apache set up was finding a pre-compiled 64 bit Apache installer so I didn't have to do it myself. Other than that, everything worked/works fine for me. With more

RE: [ACFUG Discuss] CF9 on Mac

2009-11-04 Thread Mike Staver
I work with a few guys who are mac developers using CF and MySQL, and they use NaviCat. They are big fans of that app. It appears they have a free (lite) version now: http://www.navicat.com/download/download.html I use SQLyog on Windows - the community edition. I like it. I also tend to use

Re: [ACFUG Discuss] My CFBuilder Hidden Gems talk at ACFUG will offer more content than my CFMeetup version

2009-10-30 Thread Mike Staver
Due to the fact that I'm in Colorado, I won't be able to make it in person. Will a video of this get posted and live somewhere online so I can watch it later? I'm very interested in learning more about CF Builder right now. I just thought I should offer a heads up about why you’ll want to

[ACFUG Discuss] CGI.CERT_SERVER_SUBJECT: IIS vs Apache

2009-10-14 Thread Mike Staver
I have run into a problem that I'm assuming there isn't much I can do about, but I thought I'd ask hoping I am wrong. The issue I have is that we are moving a web application from Windows to Unix in the near future. I'm very familiar with IIS and Apache, so I didn't expect any show stopping

Re: [ACFUG Discuss] CGI.CERT_SERVER_SUBJECT: IIS vs Apache

2009-10-14 Thread Mike Staver
After hours of trial and error today, I've managed to solve my own problem. That first URL I provided below that details the server variables used by some PHP programmers is correct. Rather than using CGI.CERT_SUBJECT, I have to use CGI.SSL_CLIENT_S_DN_CN to accomplish the same thing. The

Re: [ACFUG Discuss] CFEclipse Read Only Files

2009-09-01 Thread Mike Staver
Wow. I feel DUMB! Thanks for the info, I had just assumed the handy check box on the warning message itself would eventually work :) To answer Howard's earlier question Why not just unlock them all in Windows Explore and save your sanity?, I have a VSS plug-in installed. Opening up a

RE: [ACFUG Discuss] ADobe ColdFusion Builder

2009-08-10 Thread Mike Staver
Does anyone know an estimate of when Adobe plans to release CFBuilder and CF 9? I know they are in beta now - but for some project planning where I work, we need to know if it is worth the time to investigate upgrading to CF 9 instead of CF 8, which is what we are currently planning before year's

RE: [ACFUG Discuss] single sign-on issue CF 8

2009-06-23 Thread Mike Staver
Well, I don't know what this 3rd party software you are using to connect to your site is - but my guess is that it's not handling the session correctly. When you did your test from the HTML pages, did you use the cfid and cftoken variables or jsessionid? i tried this in between two cf servers

RE: [ACFUG Discuss] single sign-on issue CF 8

2009-06-18 Thread Mike Staver
I've had issues with CF 7 8 before in cases where I had the J2EE sessions turned on or off in the CF Administrator. With them turned off while using Application.cfc, no sessions were sticking. Every page request seemed to generate a new session. That doesn't sound like the issue here, but you

RE: [ACFUG Discuss] Engraved Text Effect

2009-06-12 Thread Mike Staver
Are you using a Windows or *nix box for this application? I ask, because with most BSD and Linux distros, a utility can be installed pretty easily. It's called ImageMagick. I'm not sure if it's capable of doing what you need though. I've only briefly used it with PHP, but I found this:

[ACFUG Discuss] Cfcompile

2009-06-05 Thread Mike Staver
Let's say I'd like to write code in ColdFusion, compile it to obfuscate the source, and build an installer with something like Install Shield so it could be installed onto any web server. I've never used cfcompile before, and according to Adobe, a web server path is required:

Re: [ACFUG Discuss] Cfcompile

2009-06-05 Thread Mike Staver
I believe cfencode is the obfuscation of CF code and not the Java byte code. A file scrambler of sorts in an algorithm that the CF application understands. So I wonder what would happen if you cfencoded a set of cfm templates and then cfcompiled them? I wonder if the resulting javabyte

Re: [ACFUG Discuss] excel or csv to database table

2009-03-06 Thread Mike Staver
I second Blake's suggestion. I followed that same article he referenced, and it works great. I had a CF7 server with the POI jar files in the WEB-INF folder. I'm using this version: poi-scratchpad-3.2-FINAL-20081019.jar poi-contrib-3.2-FINAL-20081019.jar poi-3.2-FINAL-20081019.jar With the

Re: SOLVED: Re: [ACFUG Discuss] PayPal's Website Payments Standard service and CF

2009-02-19 Thread Mike Staver
...@derrickpeavy.com _ On Feb 18, 2009, at 12:13 PM, Mike Staver wrote: So, you're posting that info back to PayPal - and they have to be able to read it to process it, right? Do you set up something with your account so they can unencrypt it when it gets posted

Re: [ACFUG Discuss] PayPal's Website Payments Standard service and CF

2009-02-18 Thread Mike Staver
So, you're posting that info back to PayPal - and they have to be able to read it to process it, right? Do you set up something with your account so they can unencrypt it when it gets posted to their server? I am trying to integrate PayPal with a CF solution. Pay Pal account is a business

[ACFUG Discuss] Merchant Accounts

2008-11-25 Thread Mike Staver
I know I've seen this topic come up over the years on this list and others, but I think I need to ask it again: I have a client who wants to accept credit cards with their online site that sells their products. I wrote the site for them years ago in CF, and process for placing orders is

Re: [ACFUG Discuss] Merchant Accounts

2008-11-25 Thread Mike Staver
at it. Simply passing the cc through his site will require PCIcompliance. Outsource to paypal. -dhs -- Dean H. Saxe [EMAIL PROTECTED] On Nov 25, 2008, at 12:41 PM, Mike Staver [EMAIL PROTECTED] wrote: I know I've seen this topic come up over the years on this list and others, but I

Re: [ACFUG Discuss] CF Application needs image upload feature, best practices

2008-11-17 Thread Mike Staver
I ended up using something like this for a CF7 app: http://archive.devx.com/webdev/articles/ml080102.asp While it worked fine, the quality of the images it spit out was a little lacking. I didn't spend a lot of time on it, but when resizing a jpg photo, you could definitely tell the image has

Re: [ACFUG Discuss] Switch to CF8

2008-10-23 Thread Mike Staver
Just being my paranoid and skeptical self - I don't think this will solve the issue unless it turns out the issue was related a java memory issue on the server. At that point, 8 might help with the newer version of java, but if I were you, I'd do more research with the logs and stuff first. Scan

Re: [ACFUG Discuss] application.cfc info

2008-09-12 Thread Mike Staver
Thanks - I have a question on this: !--- Used to help CF work with missing files and dir indexes --- cfset this.welcomeFileList = What exactly should go there, and what does that do for you? I'm unfamiliar with this one. In addition to John's awesome intro last night, here is a template from

[ACFUG Discuss] Cfchart output = flash, z-index

2008-08-18 Thread Mike Staver
I'm attempting to have a Div containing a table and some other good stuff slide out over the top of a cfchart based graph that is output into flash. I've been digging and digging trying to find a solution to how to make the chart obey the z-index value of it's parent Div. I know this has been a

Re: [ACFUG Discuss] email via CF MX

2008-07-11 Thread Mike Staver
Actually, I'd be more suspect that your mail server itself is not allowing this. Read up on mail server authentication in general, and then specifically how coldfusion can be set up in conjunction with the mail server. Exchange for example will allow internal emails, but blow outside if you're

Re: [ACFUG Discuss] Images not served when using URL. Works with IP Address.

2008-06-26 Thread Mike Staver
It sounds to me like a problem with DNS or a virtual host/website setting in IIS. Check to make sure you can look up the IP of your server by using the DNS name using something like NSLookup. I'm willing to bet you changed IPs during your move, and for some reason, your DNS hasn't been updately

Re: [ACFUG Discuss] Images not served when using URL. Works with IP Address.

2008-06-26 Thread Mike Staver
the NSLookup and let you know. Thanks, Ajas. On 6/26/08, Mike Staver [EMAIL PROTECTED] wrote: It sounds to me like a problem with DNS or a virtual host/website setting in IIS. Check to make sure you can look up the IP of your server by using the DNS name using something like NSLookup

Re: [ACFUG Discuss] CF8 Licenses

2008-05-20 Thread Mike Staver
To the best of my knowledge, you can download the software from their website like always and upgrade. I've done that on a box or two without issue if I remember correctly. So we're in the process of upgrading our current CF7 servers to CF8 and Adobe is telling us that we have to wait until we

Re: [ACFUG Discuss] FW: the old record viewer wizard

2008-05-16 Thread Mike Staver
Well, even though I'm not familar with the tool you used to use and I'm not a flash fan - but cfgrid types of flash forms in CFMX 7 and higher are very fast to use. You can quickly add buttons for adding or deleting rows, while simply highlighting and editing a row allows it to update. There were

RE: [ACFUG Discuss] FW: the old record viewer wizard

2008-05-16 Thread Mike Staver
to give about that. Thanks, Dusty -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Staver Sent: 05/16/2008 12:18 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] FW: the old record viewer wizard Well, even though I'm not familar

RE: [ACFUG Discuss] FW: the old record viewer wizard

2008-05-16 Thread Mike Staver
the grid doesn't seem to update the changes when entered. I'm sure there is probably some other attribute I need to use or something. I'll try to figure it out. Dusty -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Staver Sent: 05/16/2008 4:37 PM

Re: [ACFUG Discuss] How Load Files from Outside the Web Directory?

2008-04-24 Thread Mike Staver
Just off the top of my head and after a quick scan of your email here, I would suggest using cffile. Is it possible to use it copy the file into a loadable directory, atleast temporarily? I would think that no matter what, you won't want to throw up files on your site from a directory that is not

Re: [ACFUG Discuss] How Load Files from Outside the Web Directory?

2008-04-24 Thread Mike Staver
In windows land, you access network shares like so: \\servername\sharename Or in dos with the \'s as well, like cd C:\ I can't remember what CF will do that off the top of my head. Working with file systems in linux, it's a forward slash. Web URL's are also forward slashes. So, I would think

Re: [ACFUG Discuss] CFChart and printing

2008-04-23 Thread Mike Staver
; it is always the result of high intention, sincere effort, intelligent direction and skillful execution; it represents the wise choice of many alternatives. Live as if you were to die tomorrow. Learn as if you were to live forever. On 4/21/08, Mike Staver [EMAIL PROTECTED] wrote: An application

[ACFUG Discuss] CFChart and printing

2008-04-21 Thread Mike Staver
An application I'm working on uses the CFChart tag to generate a bar graph based on a query. The graph looks great on the screen. This graph is inside a loop, and the graph gets generated approximately 1 to 6 times in most cases. When the user tries to print the screen, some of the images print

Re: [ACFUG Discuss] CF 8.0.1 update is out!

2008-04-04 Thread Mike Staver
- -- -Mike Staver [EMAIL PROTECTED] - Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa

Re: [ACFUG Discuss] Newbie's Next Daunting Dilemma

2008-02-21 Thread Mike Staver
Another thought I had is why not use the cfcontent tag? I tend to use that tag when I want to obscure file paths from users while displaying things like pdfs. You could open a new window and always have it use the same cfm file while passing a variable into it via a url or something so it

Re: [ACFUG Discuss] Slightly OT: SQL Server Data transfer from version 2005 to 2000

2007-09-21 Thread Mike Staver
compare for data. jonese On 9/19/07, Mike Staver [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I have two databases with identical schemas for all the tables, stored procs, functions, etc. The DB in SQL 2000 is blank. I need to transfer all the data

[ACFUG Discuss] Slightly OT: SQL Server Data transfer from version 2005 to 2000

2007-09-19 Thread Mike Staver
I have two databases with identical schemas for all the tables, stored procs, functions, etc. The DB in SQL 2000 is blank. I need to transfer all the data from the 2005 version into it, keeping identity values for the ID columns. I have approximately 800 tables - so doing this manually just

[ACFUG Discuss] ANSI Characters with isql

2007-06-11 Thread Mike Staver
I'm trying to run a bunch of SQL scripts from the command line using SQL Server 2000: isql -a 512 -S localhost -U sa -P pass -n -d SOME_DB -i C:\test.sql Previously, I was using osql but from what I googled, osql is not capable of turning off automatic ansi to oem translation like isql is.

[ACFUG Discuss] IE7 vs IE6

2006-12-19 Thread Mike Staver
what I'm referring to? -- -Mike Staver [EMAIL PROTECTED] http://www.fimble.com - To unsubscribe from this list, manage your profile

[ACFUG Discuss] Re: Slightly OT: Credit Card acceptence and processing

2006-12-13 Thread Mike Staver
by sending a message to [EMAIL PROTECTED] with the word unsubscribe in the body. RSVP at http://www.acfug.org -- -Mike Staver [EMAIL PROTECTED] http://www.fimble.com

Re: [ACFUG Discuss] Re: Slightly OT: Credit Card acceptance and processing

2006-12-13 Thread Mike Staver
to the American public. -- Theodore Roosevelt On Dec 13, 2006, at 3:34 PM, Mike Staver wrote: I'm curious to what you mean here - are you saying that Costco isn't compliant? It was my understanding that this setup doesn't store the CC but rather uses Costco - but maybe I misunderstood. Dean H. Saxe

Re: [ACFUG Discuss] Coldfusion MX 7.0.2 and Windows Vista Enterprise x86

2006-11-15 Thread Mike Staver
That's a great suggestion, I tend to forget apache runs on windows. I was going to install CentOS on VMWare, but apache is lots easier :) Steven Ross wrote: If you cant figure it out you can always run apache On 11/14/06, Mike Staver [EMAIL PROTECTED] wrote: I don't think it's setup right

Re: [ACFUG Discuss] Coldfusion MX 7.0.2 and Windows Vista Enterprise x86

2006-11-14 Thread Mike Staver
for mime type. This should at least let IIS serve up the cfm. Just a guess -Damon Ledet -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Staver Sent: Monday, November 13, 2006 6:41 PM To: discussion@acfug.org Subject: [ACFUG Discuss] Coldfusion MX

[ACFUG Discuss] Coldfusion MX 7.0.2 and Windows Vista Enterprise x86

2006-11-13 Thread Mike Staver
:) -- -Mike Staver [EMAIL PROTECTED] http://www.fimble.com - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform

Re: [ACFUG Discuss] Pass through Variables: Question

2006-05-31 Thread Mike Staver
=Delete Response.cfm cfif IsDefined(FORM.cmdEdit) ? /cfif cfif IsDefined(FORM.cmdDelete) ? /CFFORM -- -Mike Staver [EMAIL PROTECTED] [EMAIL PROTECTED