JDBC drivers for old FoxPro DBF files.

2014-11-21 Thread Arden Weiss
Need advice on what database drivers work well with CF10 and the old FoxPro for DOS DBF files. Back in the CF Client has app that has been running flawlessy since 2000 or so using CF5 and the ODBC drivers that came with the product to process credit card transactions via authorize.net -- back

Re: Easy Credit Card Processing Service?

2008-11-21 Thread Arden Weiss
mAVS_RESPON = Hope this helps... Arden Weiss ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http

Is it possible to access network drives with CFDIRECTORY and CFCONTENT

2008-07-10 Thread Arden Weiss
I seem to not be able to access a mapped network drive with CFDIRECTORY and CFCONTENT. The CF7 app needs to be able to access/manage a store of PDF files and display them in the user's browser. Everything works great as long as the PDF files are located in a folder on a drive directly

Re: internetmerchant.com

2007-12-02 Thread Arden Weiss
is anyone using these guys? they have a deal at HMS with them that looks decent. And does anyone know/have code to interact with their gateway. tia Not to confuse you, if your mind is made up, but suggest you take a look at Sage before you decide -- we moved from authorize.net to Sage because

Re: Authorize.net card present account

2007-02-03 Thread Arden Weiss
-- go for it -- guarrenteed to work -- it is in production here. If you want to contact me offline [EMAIL PROTECTED] -- can send CFHTTP code snippets that work for us. -- Josh - Original Message - From: Arden Weiss [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday

Re: Authorize.net card present account

2007-02-02 Thread Arden Weiss
For various dumb reasons my boss wants to use the card present account to process web transactions. I tried bouncing a web transaction off the card present account, but not surprisingly got the error account not authorized for that type of transaction or some such. My experience with

Generating Static HTM Pages with CF7

2006-12-17 Thread Arden Weiss
I have created a CF program that generates a static HTM page -- obtained by manually doing a View Source and then Save As once the CFM page is displayed in IE. Since I need to do 100 or so pages like this, am needing advice on how to do the view source and save as programatically/easily. Can

Re: ColdFusion and Microsoft Excel

2006-11-28 Thread Arden Weiss
The MasRizal product uses the Jakarta stuff... ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

Re: ColdFusion and Microsoft Excel

2006-11-27 Thread Arden Weiss
I tried with success in using the CFCONTENT method to generate Excel 2000 files; however, it blew up when Excel 2003 was on the client's machine. Instead, I bought the CFX_EXCEL product from MasRizal and it has worked flawlessly for just about a year now. See product at following link

Re: Authorize.net processing refunds

2006-10-14 Thread Arden Weiss
Yes, refunds work without the need for full CC -- key is having the Transaction ID that was used to do the original charge against which you want to do a credit/refund full or partial. Note that if the charge being refunded has not yet gone to settlement, then, you must void out the sale and

Re: 3 Authorize.Net Questions

2006-09-05 Thread Arden Weiss
http://www.authorize.net/support/AIM_guide.pdf Everything you need to know about integration is contained in there. Well, not quite everything -- some added thoughts for your consideration. There also is a card-present pdf file on their site if you are needing to do a point-of-sale app where

Re: 3 Authorize.Net Questions

2006-09-05 Thread Arden Weiss
One added point -- on voids and credit transactions the previous transaciton ID is sent to the gateway via variable x_ref_trans_id... cfhttpparam name=x_ref_trans_id type=formfield value=#mX_REF_ID# ~| Introducing the

Re: OT: can you resolve this domain?

2006-09-05 Thread Arden Weiss
Hey all, We are having some dns issues where some ISP's can resolve our domain and some can't. Something about nameserver records pointing to multiple servers. It would be super duper if some folks could try to hit our domain, and then just reply to the list yes or no and what isp you are

Re: Returning javascript variables to CFMX via hidden fields.

2004-11-18 Thread Arden Weiss
Thanks for pointing out the obvious to this Javascript newbie -- your revised code did the trick for this simple app -- next step will be to use your other advise for my real case of where I am creating the initial mover box contents from database tables. Thanks Again Pascal...

Re: Returning javascript variables to CFMX via hidden fields.

2004-11-18 Thread Arden Weiss
I also want to thank Steve Drucker for the initial example code snippets that show how to pass variables back and forth between CF and Javascript -- see following link for Chapter 19 of the The Cold Fusion Web Database Construction Kit that deals with Data Validation Techniques, etc...

Returning javascript variables to CFMX via hidden fields.

2004-11-16 Thread Arden Weiss
The values of Javascript variables are being returned properly to CFMX when CFM template is run via FireFox Browser. The values are being returned as empty or null strings when run via Internet Explorer 6 sp2 (have not checked with IE 5.5) Any ideas why and what setting changes need to be

Re: Returning javascript variables to CFMX via hidden fields.

2004-11-16 Thread Arden Weiss
As follows is the code requested -- am just a newbiew JS programmer, so any help/advice is welcome... ! PROG: SELMENU.CFM WHAT: Javascript Mover Box logic embedded in Cold Fusion Program. -- html body bgcolor=#FF link=#CC vlink=#CC topmargin=0 leftmargin=0 marginwidth=0

Re: Returning javascript variables to CFMX via hidden fields.

2004-11-16 Thread Arden Weiss
I understand that -- in the code I posted, that is happening -- there are three cases in the code posted. The first case sends a CF variable mCF_VAR_IN to Javascript and then javascript sends it back as a different variable mCF_VAR_OUT -- this works fine in both IE and firefox. The 2nd case

cfexecute problems

2004-11-02 Thread Arden Weiss
I am having trouble running a Visual FoxPro Executable via CFEXECUTE to do some DBF maniupations on the Server -- the EXE is loaded as a service and then is not released upon execution timeout as specified in the CFEXECUTE statement (20 seconds) -- I included reference to an outputfile but no

Toggling Insert key off and on

2004-08-07 Thread Arden Weiss
Is there a way to determine the setting of the Insert key and toggle it to either off or on -- on entry to a form -- I assume it is done with _javascript_ -- need the script. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Toggling Insert key off and on

2004-08-07 Thread Arden Weiss
Bummer :-) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Toggling Insert key off and on

2004-08-07 Thread Arden Weiss
Guess the follow-up question is how to clear spaces behind cursor when entering data into a field -- a script to remove trailing spaces as the user types. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Toggling Insert key off and on

2004-08-07 Thread Arden Weiss
Thanks for pointing me in the right direction. At minimum I can do a trim of the field contents on screen display and then use the kind of script you suggest to omit trailing spaces. Alternatively, I could just increase the max length of the field to double the number of allowable characters

forms and sub-forms best practices feedback desired

2004-08-07 Thread Arden Weiss
In many cases I have a master form/page with a dozen or so fields. On the master form/page I also have one or more buttons that call sub-forms/pages for purposes of maintaining multiple records associated with the master form/record (in a one to many relationship). The question I have is What

Re: forms and sub-forms best practices feedback desired

2004-08-07 Thread Arden Weiss
Very nice -- Thanks Hope to get some more inputs -- this ole brain needs all the help it can get and then some :-)) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Active Directory / LDAP login

2004-07-06 Thread Arden Weiss
Take a look at this link: http://www.macromedia.com/devnet/mx/coldfusion/articles/ntdomain.html and also at this link: http://www.macromedia.com/devnet/mx/coldfusion/articles/ntdomain_1.html and this link:

Re: populating neighbourhood dropdown based on municipality chosen

2004-06-08 Thread Arden Weiss
WoW -- the goodies at http://www.mattkruse.com/_javascript_/are really fantastic -- thanks for sharing Mark... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: populating neighbourhood dropdown based on municipality chosen

2004-06-07 Thread Arden Weiss
Isn't this a case of where Nate Weiss's CF_TwoSelectsRelated can be used. It is available at the following URL http://projects.nateweiss.com/nwdc/workcode.htm [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: User Authentication

2004-06-04 Thread Arden Weiss
My two cents... Maybe I am off-base, but I only use session variables for login management purposes -- instead I mostly use client variables to gain inter-template communication -- the advantage of this is that no locking is required. Guess there are some disadvantages, but I haven't found them

Re: OT How to prevent someone changing my home page

2004-05-29 Thread Arden Weiss
I too use AdAware 6.0 (along with the memory resident Ad-Watch) in addition to Symantec virus protection software. Further I also have a firewall in place as provided by my Belkin wireless router.The entire set of product types are required to provide a good defense to the various intruders our

CFMX and non-HTML Paginated Report Generation

2004-05-20 Thread Arden Weiss
Does Crystal Reports play nice with Cold Fusion these days?? If so, exactly what components/versions of Crystal are required to be able to generate reports in PDF file format? Also, what report generation products do you use and like -- instead of Crystal Reports -- to generate paginated reports

Re: CFMX and non-HTML Paginated Report Generation

2004-05-20 Thread Arden Weiss
Hoping I can get some more feedback on what you experts use and like to do non-HTML paginated reports. Appreciate very much the responses received so far that tells me to avoid trying to use Crystal Reports with CFMX. Also, found post at Macromedia forum that quoted the Crystal tech support

Re: CSS 'focus' in IE

2004-05-20 Thread Arden Weiss
What I use for focus into field one... body bgcolor=WHEAT BACKGROUND="" Remove Footer Here--> [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Force Refresh

2004-05-07 Thread Arden Weiss
What works for me is to add at time string down to the nearest second to insure uniqueness -- easier than using a random number... CFSET mT_NAIL = INBOX\ #CLIENT.USER_ID# \ #INBOX.NAME# ?time= #timeformat(now(),hhmmss)# IMG SRC="" WIDTH=135 HEIGHT=100 BORDER=2 [Todays Threads] [This

Specify default folders when uploading files.

2004-04-22 Thread Arden Weiss
I am using the standard HTML INPUT tag with TYPE=FILE and do not seem to be able to make CF go to a pre-specified local folder to get the file to be uploaded.It goes to the last one visited by other windows components. My current code that doesn't work is as follows: CFSET mFILE_NAME =

Re: Importing Access to MSSQL

2004-04-06 Thread Arden Weiss
Several ways to do this. Use the upsizing wizard -- but I'm told that there are problems using that approach for data -- okay to get the table structures in place I think. Alternatively, create the new tables manually in MSSQL. Once the tables are in place, use CF to query the Access Table and

How to post a null date variable to a table

2004-04-06 Thread Arden Weiss
How to post a null date to SQL Server 2000 via a variable instead of just using the word Null or do I have to use an embedded CASE statement. CFQUERY NAME=UP2 DATASOURCE=test UPDATE mytable SET APPL_DATE = #APPL_DATE# , -- This has a valid date and works fine APRV_DATE = Null -- This posts a Null

Re: How to post a null date variable to a table

2004-04-06 Thread Arden Weiss
Yes the existing code works, but what if the variable #appl_date# becomes blank on the user's input form/field -- then a 1/1/1900 date gets posted to the APPL_DATE field in MYTABLE table. APPL_DATE = #APPL_DATE# , The alternative is to use a CASE statement in the UPDATE query, but I can't seem

Re: How to post a null date variable to a table

2004-04-06 Thread Arden Weiss
Why not use the cfqueryparam tag -- which you should be using anyway:-) Good Question -- used it and got success -- both blank and populated date fields now post without error-- Wh Ho !! But had trouble getting the exact syntax you suggested to work for me -- so ended up with the

Re: desktop application

2004-04-05 Thread Arden Weiss
If you want to stick with a flavor of CFML, there is a budding product out of Toronto called CORAL that permits building CFML-based apps on a local machine just like you would build a VB or whatever app locally and use whatever backend database you want. For more details go to:

Re: Help! can't get Oracle connection

2004-04-04 Thread Arden Weiss
Which version of Oracle are you running -- what I did for Oracle 9.2 is download the ORA92 ODBC driver from Oracle (the one with CFMX is for Oracle 8I believe) and installed it. Next I went to the Control Panel/Administrative Tools/Data Sources (ODBC). In this screen click on the System DSN tab

Re: Help! can't get Oracle connection

2004-04-04 Thread Arden Weiss
If I recall what I was told correctly, you had to be running the Enterprise version of CFMX to support Oracle with direct drivers -- hence the reason going with the ORA92 ODBC drivers for version 9.2 of Oracle -- I am running CFMX Standard/Professional or what it is now called and it works great

RE: Flex is out

2004-03-30 Thread Arden Weiss
Maybe just another go nowhere Spectra product chasing tumble weeds... -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 12:30 AM To: CF-Talk Subject: Re: Flex is out On Mon, 2004-03-29 at 21:11, Geoff Bowers wrote: So Flex is expensive.. its a product

RE: Flex is out

2004-03-30 Thread Arden Weiss
And if Microsoft buys MM for Flask etal, guess what -- Cold Fusion is dead -- just like they knifed FoxPro in the back... -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 11:16 PM To: CF-Talk Subject: Re: Flex is out I predict that Macromedia is

RE: Monitor if newsletter is opened

2004-03-29 Thread Arden Weiss
All of my CF5 code ran without problems in CFMX 6.1 (didn't buy into 6.0) -- in fact, I still have CF5 installed on one machine and I test some code I write under both 5 and 6.1 to make sure it runs in both environments. The only anoyance in 6.1 vs 5 is that when a CFQUERY fails on a called

RE: Driving a local scanner with CFMX

2004-03-27 Thread Arden Weiss
to ask me to curtail my walking so he wouldn't bother.Keep hiking. Have a great weekend. Regards, Paige - Original Message - From: Arden Weiss To: CF-Talk Sent: Saturday, March 27, 2004 12:04 AM Subject: Driving a local scanner with CFMX Seeking advice on how to seamlessly drive a twain

RE: Driving a local scanner with CFMX

2004-03-27 Thread Arden Weiss
My apoligies for the ?hit last night -- that's what happens when us grandpas (age 70 and older) try to do all-nighters.We'll wait to see how functional you young-ans are by the time you are on social security... Again, sorry for the false postings -- and, as for as the spam SQL postings, my email

RE: Driving a local scanner with CFMX

2004-03-27 Thread Arden Weiss
Looks like it's discontinued, but look at this: http://www.cfdev.com/activescan/ Steve Nelson _ From: Arden Weiss [mailto:[EMAIL PROTECTED] Sent: Saturday, March 27, 2004 12:04 AM To: CF-Talk Subject: Driving a local scanner with CFMX Seeking advice on how to seamlessly drive a twain

Driving a local scanner with CFMX

2004-03-26 Thread Arden Weiss
Seeking advice on how to seamlessly drive a twain scanner attache to User's local PC from within a CFMX application. Thanks in advance... P.S. Thought I already posted this, but it did not show up in CF-Talk... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: Dead ?

2001-07-13 Thread Arden Weiss
Still getting 3 to 5 emails of many postings -- but my delete key still works... - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 5:44 PM Subject: Re: Dead ? If it is then we've got a lot of mediums here. :)

Re: Weird Session Timeouts

2001-06-15 Thread Arden Weiss
Think the value specified in CF Admin controls/over-rides the value in the applicatiion.cfm - Original Message - From: Norman Elton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 15, 2001 9:01 AM Subject: Weird Session Timeouts This one's got me stumped. In my

Re: Weird Session Timeouts

2001-06-15 Thread Arden Weiss
will override the admin. If the admin took precedence, there would be no use to setting sessions in any application.cfm file. On 6/15/01 6:10 AM, Arden Weiss [EMAIL PROTECTED] wrote: Think the value specified in CF Admin controls/over-rides the value in the applicatiion.cfm - Original

Re: Apache webserver and CF

2001-06-15 Thread Arden Weiss
I suggest you download a paper entitled ColdFusion and Apache install tips and tricks that was presented at the Annapolis Cold Fusion User Group meeting by Mark Mathis on setting up Apache for use with Cold Fusion. www.ancfug.com/meetings/ Following his tips, I have Apache and CF 4.5 working

RE: CF Certification before 14th July

2001-06-09 Thread Arden Weiss
Grandfathered means that your 4.5 certification will be accepted as the same having gotten registered for 5.0 -- you get in free so to speak... ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Hamid Hossain

RE: OT: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True !

2001-06-09 Thread Arden Weiss
Well Ah -- my two cents... I'm really surprised that Netscape (that is it new owners) haven't abandoned Netscape sooner to devote efforts and technologies acquired into more profitable endeavors. What would you do if you were in their shoes? Recall, Marriott abandonded a whole chain of Roy

FW: ColdFusion 5 Availability

2001-06-06 Thread Arden Weiss
Email received from MM on subject -- also note eval article at InfoWorld: http://iwsun4.infoworld.com/articles/tc/xml/01/06/04/010604tcmacro.xml ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: [EMAIL PROTECTED]

RE: Hack Advice - Break a CF Query

2001-06-06 Thread Arden Weiss
Sneeky -- but good to know -- did you also try other puncuation type characters??? ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Ryan Sabir [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 9:03 PM To:

FW: 4.5 certification to 5.0

2001-06-05 Thread Arden Weiss
FYI -- The word from our favorite vendor about certification... Glad they finally are taking the proactive initiative to clear up confusion -- but DUH -- why not post it to the list directly... ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487

RE: Apache and trailing back slash

2001-06-01 Thread Arden Weiss
Yep -- I got the same thing -- To make things work on both Apache and IIS, I ended up adding a check for it within an CFIF... statement and stripping it off if there was a /\ at the end -- see following code -- go figure... CFSET PATH=GETDIRECTORYFROMPATH(#CGI.CF_TEMPLATE_PATH#) CFIF

RE: can anyone help?

2001-05-31 Thread Arden Weiss
See Apache installation instructions paper ColdFusion and Apache install tips and tricks by Mark Mathis on Annapolis Cold Fusion Users Group web site (2/22/01 meeting) if you decide to go that route. It will help... www.ancfug.com/meetings ^ / \__ (@\___ / O /

CF5 review in eWEEK

2001-05-30 Thread Arden Weiss
Very interesting overview of CF5 and beyond at following link... http://www.zdnet.com/eweek/stories/general/0,11011,2764421,00.html Sad that this kind of insight is not available direcly from Allaire/Macromedia. Here we developers are -- acting essentially as outside sales folks for

RE: CF5 review in eWEEK

2001-05-30 Thread Arden Weiss
Sorry you missed my point -- I and my clients buy products from a vendor (Allaire/Macromedia) and they choose not to keep the paying customer informed in a proactive manner -- instead they wait for the customer/client/developer to go to their events/websites to get information -- is that how

RE: CF5 review in eWEEK

2001-05-30 Thread Arden Weiss
and learned all about it for months before its release. is it allaire's responsibility to make sure *you're* up to speed? i can't imagine what my business would be like if i waited for others to educate me about technology. -Original Message- From: Arden Weiss [mailto:[EMAIL PROTECTED]] Sent

RE: Unstable MySQL on Windows 2000

2001-05-30 Thread Arden Weiss
Have you found it to be stable on NT4 ??? ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 11:34 AM To: CF-Talk Subject:Unstable

RE: CF with Advantage Database Server ? Anyone?

2001-05-26 Thread Arden Weiss
Coming from a Clipper and FoxPro background, I bought and installed Advantage Database Server but never got around to getting it setup with Cold Fusion (client decided to go with SQL Server). But, talking with the folks at Extended Systems (vendor for Advantage Database Server), they assured

RE: CF with Advantage Database Server ? Anyone?

2001-05-26 Thread Arden Weiss
Whoops -- 900kb of course... ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Tony Schreiber [SMTP:[EMAIL PROTECTED]] Sent: Saturday, May 26, 2001 5:24 PM To: CF-Talk Subject:RE: CF with Advantage Database

RE: CFGRID with list box?

2001-05-25 Thread Arden Weiss
Ya but -- Correct me if I'm wrong -- I've been told that the new CFGRID involves a five mb download the first time it is used -- which makes it's usefullnees nil for most applications -- those that still want to be functional on a 56k line. ^ / \__ (@\___ / O /

RE: ImageMagick COM Object or CFX tag

2001-05-24 Thread Arden Weiss
Where can imagemagick be found -- tried http://www.imagemagick.com/ -- no go. ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Malcolm Taylor [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 9:52 AM To:

RE: winzip and cfexecute

2001-05-24 Thread Arden Weiss
Have you tried just using the 16bit DOS version of PKZIP :-)) ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 11:33 AM To: CF-Talk Subject:

RE: Subject: SLightly OT - a time formula

2001-05-22 Thread Arden Weiss
Dividing by 60 as an integer gives you the hours Using the mod command with a base of 60 gives you the remaining minutes. ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Jeffrey Davis [SMTP:[EMAIL PROTECTED]] Sent:

Beta version of Cold Fusion for Linux

2001-05-21 Thread Arden Weiss
Last night I listened to the WebMonkey Radio interview of the MySQL developers at: http://hotwired.lycos.com/webmonkey/radio/monty_widenius.html If I heard them correctly, they said the Linux version of Cold Fusion has ODBC access to MySQL Server built in -- guess that means included in the

FW: Beta version of Cold Fusion for Linux

2001-05-21 Thread Arden Weiss
Whoops a bit of a brain cramp -- I was referring to version 5 for Linux. The Allaire site only shows 4.5 stuff... ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Arden Weiss [SMTP:[EMAIL PROTECTED]] Sent: Monday

RE: OT: Re: Weather Icons: I need some

2001-05-20 Thread Arden Weiss
Try this site -- whole bunch of good ones -- found it by asking Jeeves http://209.47.223.2/help/icons/index.htm Meanwhile... Play nice guys :-)) or go to your room... ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From:

RE: the big export...ColdFusion.NET?

2001-05-20 Thread Arden Weiss
Supposedly the Java killer :-)) ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: John McKown [SMTP:[EMAIL PROTECTED]] Sent: Sunday, May 20, 2001 8:12 PM To: CF-Talk Subject:RE: the big

RE: Developers Exchange (Allaire)

2001-05-19 Thread Arden Weiss
Well just be happy... No telling how bad it would be if it were not be managed by industry professionals :-)) ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent:

RE: PLEASE DO NOT OPEN AND DELETE THE EMAIL THAT SAYS....THIS IS A REALLY COOL HOME PAGE...IT IS A VIRUS...

2001-05-17 Thread Arden Weiss
And then -- how to get rid of the virus -- the latest version of Norton AntiVirus didn't complain -- so much for Norton Huh? ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]

Using MySQL with CF and Apache.

2001-05-15 Thread Arden Weiss
I and a couple other members of the Annapolis CF User Group WWW.ANCFUG.COM are investigating getting MySQL database server to work with Cold Fusion 4.5 and Apache Web Server on Win9x/ME/NT boxes. Like to collaborate with any others interested in same. We have CF, Apache and MySQL installed

RE: ASP for Cold Fusion Disciples

2001-04-19 Thread Arden Weiss
If you (as I do) tend to learn better by example, downloaded CodeCharge from http://www.codecharge.com/download/?templ=examplesexample_id=4 CodeCharge is a code generator that can be used to generate Cold Fusion, ASP, JSP, PHP and Pearl code for an identical spec'd app. Their existing

RE: Advanced CF5 Bootcamp format

2001-04-19 Thread Arden Weiss
The second option sounds great. The only problem is that Adam can talk faster than I can hear/absorb and at that price, absorbsion is King. ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Matt Eschenbaum [SMTP:[EMAIL

FW: Advanced CF5 Bootcamp format

2001-04-19 Thread Arden Weiss
The second option sounds great. The only problem is that Adam can talk faster than I can hear/absorb and at that price, absorbsion is King. ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Matt Eschenbaum [SMTP:[EMAIL

RE: Note passing system?

2001-04-17 Thread Arden Weiss
To a hammer, every problem seems like a nail -- Right? ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Joe Sheble aka Wizaerd [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 9:43 AM To: CF-Talk Subject:

RE: Creating Page Breaks to make page printable?

2001-04-17 Thread Arden Weiss
I use max table width of 670 with similar success. The advantage of this in addition to printing is that 670 pixel width displays well on any size screen. On 640x480 the user has to scroll the screen right to see everything. On 800x640 the total available screen width is used effectively. On

RE: cfdirectory

2001-04-14 Thread Arden Weiss
The following code eliminates the periods in the directory listing plus, in this case, a file named "B77.TXT" Hence this kind of logic can be changed to eliminate whatever files you don't want (like all TXT files if you use the RIGHT(NAME,3) NEQ "TXT"... etc... CFOUTPUT QUERY="SLC_DIR" CFIF

RE: User Name and Password Routine

2001-04-13 Thread Arden Weiss
Go to Chapter 17 of Sybex's Mastering Cold Fusion book to see the details explained; then, copy the code from the accompanying CD. Works great out of the box/book, including session management... ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487

RE: MIME TYPE?

2001-04-09 Thread Arden Weiss
Go to http://www.infomentum.com and look for AppletFile. Works great -- both up and down -- with progress bars to keep the user distracted from poking keys and clicking buttons during the process... ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487

RE: Stupid Question? - Commenting Code That Does Not Show in Browser

2001-04-03 Thread Arden Weiss
I find it very helpful to put the following at the top of every CFM page -- for my sanity -- if it helps others that's fine too. ! PROG: SHP_PRP.CFM WHAT: Lists shipments approved for transmittal to DoS as they are being stuffed into SHIP.TXT file

RE: [Oracle Auto-Increment]

2001-04-02 Thread Arden Weiss
What about SQL Server -- how to auto-increment?? ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Alex [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 9:45 AM To: CF-Talk Subject:Re: [Oracle

RE: Password Protection

2001-04-01 Thread Arden Weiss
Can send you what I've done if you like -- basically the same thing. Structure of USERS table I used is as follows: Items 8 and 12 thru 18 are Y/N fields that provide/deny access to various buttons on various templates throughout the app. Just a bunch of CFIF... statements throughout the

RE: [Re: An ignorance question to the masters]

2001-04-01 Thread Arden Weiss
Personnally, I use CuteFTP for FTP processes (except when I use CFFTP WS_FTP is also another excellent alternative -- both free for initial download and $30 or so to keep. Note, that if you set up locally at 127.0.0.1 then just use DOS or Window file copy commands to do whatever you want

RE: [Re: An ignorance question to the masters]

2001-04-01 Thread Arden Weiss
: Sunday, April 01, 2001 5:38 PM To: CF-Talk Subject:Re: [Re: An ignorance question to the masters] Arden Weiss wrote: Personnally, I use CuteFTP for FTP processes (except when I use CFFTP WS_FTP is also another excellent alternative -- both free for initial download and $30 or so

How to tell if a QUERY UPDATE fails.

2001-03-31 Thread Arden Weiss
: Saturday, March 31, 2001 10:09 AM To: CF-Talk Subject:RE: SELECT * Queries On 3/31/01, Arden Weiss penned: Simple question from my older twin -- what do you do to get these timings -- haven't done it before (obviously). The template execution time and query times are shown when debugging

RE: cfwddx action=wddx2cfml question

2001-03-31 Thread Arden Weiss
Well -- your not the only fool up hacking away... ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Evan Lavidor [SMTP:[EMAIL PROTECTED]] Sent: Sunday, April 01, 2001 12:36 AM To: CF-Talk Subject:cfwddx

RE: Import data to ACCESS

2001-03-30 Thread Arden Weiss
what about just using ODBC to insert records to an empty Access Database after you have done a select against Orrible 7. ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: James Maltby [SMTP:[EMAIL PROTECTED]] Sent:

RE: disabling RDS

2001-03-30 Thread Arden Weiss
Have a "best" book reference/tutorial on RDS usage ? ? ? ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Simon Horwith [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 11:07 AM To: CF-Talk Subject:

RE: Unbelievable! Patricia Lee wrote:

2001-03-29 Thread Arden Weiss
Now let me think -- Most of you bought a $20,000 car to drive to work in and you're complaining about spending $1,000 for a product(s) so you can pay for your car -- get real :--)) ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original

RE: Registry size.

2001-03-27 Thread Arden Weiss
Time to move your client variables to ODBC source, etc... to avoid CrAsHiTiSe. ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Neil H. [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 7:47 PM To: CF-Talk

CF Adhoc Query Frontend...

2001-03-27 Thread Arden Weiss
I need to implement a semi-generalized CF-based adhoc query frontend for existing CF app. Don't want to re-invent the wheel if possible. Something completely canned to buy (CFX or othewise) or some existing CF code in a book or on the web somewhere that I can use as a starting point. Any

RE: [Re: cf licensing]

2001-03-26 Thread Arden Weiss
If you by CF Studio or UltraDev a local developers version comes with it. Also, several of the books, like Sybex's Mastering Cold Fusion book comes with CF 4.5 Server Express and eval versions of CF Server 4.5 ^ / \__ (@\___ / O /(_/ /_/ Whoof...

RE: CFGRID AND JAVASCRIPT

2001-03-25 Thread Arden Weiss
See page 403 in Chapter 15 of Sybex's Mastering Cold Fusion for details about names and updating the databases. If you do server side valiadation via Cold Fusion, you can incorporate the logic just prior to the database update logic. The names of the data in the cells are basically arrays

RE: sortable grid

2001-03-23 Thread Arden Weiss
CFGRID does what you want except for the column drop and drag... ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Jones, Becky [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 5:21 PM To: CF-Talk Subject:

  1   2   >