Re: open window (JS)

2000-05-31 Thread David Hannum
In the A HREF tag do this: Dave - Original Message - From: Jason Egan <[EMAIL PROTECTED]> To: Cf-Talk <[EMAIL PROTECTED]> Sent: Wednesday, May 31, 2000 2:08 PM Subject: open window (JS) > I am trying to open a image preview window - I've used fusebox to the best > of my ab

RE: I want my #$# on the first of the month.

2000-05-31 Thread Elizabeth Marcotte Selphcotte
I am not guru - but try this - #createodbcdate(thedate)# hope that does the trick. Elizabeth -Original Message- From: Timothy C. Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 1:33 PM To: [EMAIL PROTECTED] Subject: I want my #$# on the first of the month. I have bee

Re: I want my #$# on the first of the month.

2000-05-31 Thread Jim McAtee
Find the current month, create a date for the first of this month, then add one month to that date. #CreateODBCDate(DateAdd("m", 1, CreateDate(Year(Now()), DatePart("m", Now()), 1)))# Jim -Original Message- From: Timothy C. Hill <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]

Re: I want my #$# on the first of the month.

2000-05-31 Thread Nick Slay
From memory... CreateODBCDate( CreateDate(Year(Now(), Month(DateAdd("m", 1, Now())), 1)) At 16:32 31/05/00 -0400, you wrote: > > >I have been on a 23 hour coding spree to finish up a project. How do >you create an odbc date value for the first of next month? I thought >i had it but someth

Re: [Re: personal oracle 8i]

2000-05-31 Thread Irwan Sampurna
Thanks. So you are saying that I must install the personal oracle server and personal oracle client in the same machine, and configure the CF server to connect to the database using sql net from oracle personal client? Irwan "Larry Meadors" <[EMAIL PROTECTED]> wrote: > I got it working. Did you

CF Training?

2000-05-31 Thread Christine Kelley
This is a multi-part message in MIME format. --=_NextPart_000_0009_01BFCB33.E53B42A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all! I have read CFWACK4.0 cover to cover (along with doing all the = exercises) and am starting on t

Re-setting frames/pdf files

2000-05-31 Thread Elizabeth Marcotte KJ
This is a multi-part message in MIME format. --Boundary_(ID_pi7mAtNrV68mOSn3aPqKfQ) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: QUOTED-PRINTABLE Hello everyone, I have a multi-part problem/question to you gurus out there: We have a template with 2 frames which work

TEST

2000-05-31 Thread Les Mizzell
Sorry, Previous mail did not go through. Testing. Les Mizzell *** Who needs Intel? Athlon Inside!!! -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.

Strange CF Error Message

2000-05-31 Thread Eldo Lukman - Monitor
Hi CFers, We're running an e-commerce site on 2 Dell PowerEdge servers using Cold Fusion, VB COM Objects, Microsoft Transaction Server, and SQL Server 7. The site is now in live-testing phase, and we get this error message every now and then, most frequently when the site is accessed for

Jumping Sessions??

2000-05-31 Thread Michael Grundvig
I have a very interesting issue I would like to ask you all about. At work, we recently released a "poll" program that allows people to choose what type of job they would like to get. Sort of like pre-applying for either a new/your current job (hey, I dont come up with these ideas, I just implemen

RE: Re: ACCEPT attribute

2000-05-31 Thread Dave Watts
> Will this work? > > I did try it but again it was allowing file of any type to be > uploaded. You have to specify the MIME types exactly. You might want to get a list of MIME types, if you don't already know them. I've included a sample file, which will submit a file to itself if it's a GIF or

Another question on performance

2000-05-31 Thread Nick Slay
ok... so when it comes to performance, it's better to use strutctures than arrays and both of those are better than lists. But what about queries? Queries that are generated using QueryNew as opposed to SQL statements. I have a SQL Query result set that I need to loop through, calculate a

RE: Lost Data

2000-05-31 Thread Mike Sheldon
Is the SQL database still available? If not, I'd say you're toast. Michael J. Sheldon Internet Applications Developer Phone: 480.699.1084 http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: ldang {Lily Dang} [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 3

Debug info - can one limit it...

2000-05-31 Thread Scott Weikert
Hey gang - Couple of questions on the debug info you can get generated from CF Server. 1) Can you restrict it to a range of IPs in any way other than entering in each single IP? 2) Can you, in the code in a particular page, instruct the server NOT to display debug info for that particular page?

RE: woes.

2000-05-31 Thread Brian P. Doyle
that'd be great thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 2:40 PM To: [EMAIL PROTECTED] Subject: RE: woes. I have a C++ query sorting tag that allows you to specify the sort order per column, if you want it. not supported

I want my $ on the first of the month

2000-05-31 Thread Timothy C. Hill
I have been on a 23 hour coding spree to finish up a project. How do you create an odbc date value for the first of next month? I thought i had it but something is escaping me. I am tired and this is the last thing. thanks -- Timothy C. Hill, [EMAIL PROTECTED] on 05/31/2000

Re: Tracking Clients without Cookies...

2000-05-31 Thread Kevin Merker
Fred. Forta's 1st book. "Fred T. Sanders" wrote: > ColdFusion Web Application Construction Kit (for version 4) > - Original Message - > From: "Steve Pierce" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, May 31, 2000 3:06 AM > Subject: RE: Tracking Clients without Cook

RE: Lost Data

2000-05-31 Thread lsellers
> We still have the SQL scripts, what do we do? Cry? Consider buying a CD Rewritable? More seriously, you should stop touching the db peroid. And immediately make another copy it to someplace else on the hard drive. Some databases don't actually physically purge the data after you delete it. At

RE: Restrict access to CF Admin & Docs?

2000-05-31 Thread Dave Watts
> I've been checking out some of the popular ColdFusion-based > sites, and noticed that all of them block /cfide/administrator > and /cfdocs somehow. Sometimes a password dialog pops up, > sometimes the page returns an error "forbidden". This is > obviously a good idea, but how is it implemented?

Multiple tables redux

2000-05-31 Thread John Allred
Hi all, I hope I'm not being a pill, but I can't get my arms around an approach. I'm sure many of you do this all the time, so it shouldn't be too hard to get me started. I have a form that allows users to fill in values that will populate both a parent and a child table. Could someone outline t

RE: Query Cache Limit Question

2000-05-31 Thread Dave Watts
> > > Is the cached query limit on a per server basis or per > > > application basis? > > > > i believe it is 100 queries per server. -emily > > Is there any way around the 100 query caching limit? For a > big site, this sounds rather, er, limiting. Actually, it seems that there isn't a limit at

Unable to ftp to Internet Server w/CF 4.5a

2000-05-31 Thread Troy Simpson
I have the following versions of software. Windows 2000 Professional ColdFusion Studio 4.5a WS_FTP Professional 4.51 I'm trying to access my html pages on my ISP's site with Allaire's ColdFusion Studio 4.5a. Within the Files tab, I add an "FTP Server". I supply host name, userid, password, etc.

Studio Question

2000-05-31 Thread Jim McAtee
When using Studio's Extended Replace with regular expressions, how do you do backreferencing so that you can reference matched text in your replacement expression? For example: Find -- value=""> Replace ? -- Jim --

CFMAIL/CFOUTPUT Question

2000-05-31 Thread Les Mizzell
HI, Got a site with a bunch of forms to send stuff to the client once a use fills them out. When submitted, the forms take you to a processing/confirm page that thanks you, shows you exactly what you just sent and sends the mail. Currently, in order to get this to work. I'm doing:

old schoool: piechart.class not found

2000-05-31 Thread Brian Silvers
this is old school but I wanted to play around with it. I was trying to play with the piechart.class that comes with ColdFusion in /classes/CFGraphs/piechart.class I have tried everything from moving it to the same directory that my tag is in.. What am I doing wrong? Thanks for any info. or oth

OT: Sql for selecting date ranges

2000-05-31 Thread Shawn Regan
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFCB4C.C40526E0 Content-Type: text/plain; charset="iso-8859-1" What is the best way to go about selecting date ranges. Like sele

Re: CFMAIL & CFFILE

2000-05-31 Thread Splash! Designs Ink.
Thanks Shane, obviously I've been working on this too long! The form now sends attachments perfectly, but now I have another problem. I'd like the form display a preview of the data with the upload file path before actually sending it. I can't get the "CFFILE" variable (FileContents) to pass ov

apostrophies

2000-05-31 Thread Russell, Bonnie
Does anyone else have trouble with apostrophies when submitting fields to an access2000 database? I've put preservesinglequotes around the fields and that didn't stop the problem, so I had to wind up doing a replacenocase and put the ascii equivalent to get around it. It's getting to be quite an

FYI:solution to xml, wddx question i posted ...

2000-05-31 Thread Ed Dunn
Hi, I've pasted in the cf script and xsl and xml and wddx data files that I was able to successfully translate thanks to help from forum. xsl !--- create unique output file name ---> file initialized Ed Exception : #CFCATCH.Detail# xml transformed wddx

Re: Unable to understand error--help

2000-05-31 Thread John Allred
Aslam, You might also check to be sure you haven't left out a quote. I had this error on a form earlier today, and it turned out I had left out a closing quote for the METHOD. --John Allred "Howell, Katie" wrote: > > do you have method="post" or method="get" in your cfform tag? > > -Origi

RE: finding IIS 4

2000-05-31 Thread Mark Sorteberg
Chris: Try this link... http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4OptPk/def ault.asp. And a word of caution. I spent almost an entire week trying to get IIS to work with ColdFusion Studio and Server (4.5.1). The problem was Microsoft's STRICT proc

CFSILENT not working?

2000-05-31 Thread Pablo Nevares
I tried using to suppress the output of an ArrayAppend() function, and CF server yelled at me. =) Apparently it doesn't recognize the tag, which sort of goes along with the fact that CF Studio doesn't try to autocomplete when I type http://www.eGroups.com/list/cf-talk To Unsubscribe visit http:/

RE: Unable to understand error--help

2000-05-31 Thread Dave Watts
> It seems to be referring to the method="..." attribute of > your form tag. Is it in your code? Did you set it to "post"? > To be honest I've never had to set method="get", and I don't > really know what it does. =) When you specify METHOD="GET" in your FORM tag, it sends form data to the reques

Reg Expression question ....

2000-05-31 Thread Ed Dunn
Hi, I can not get the regular expression below to work. Basically, I store a snippet of HTML that directly precedes the price on an HTML page as the Start Expression and a snippet of html directly after the price as an End Expression. The price should be what is in the middle. I am basically c

RE: cf_TwoSelectsRelated

2000-05-31 Thread Elizabeth Marcotte Selphcotte
I am not sure if you still need advice. I also have been using this tag with several modifications, but it should work well (no matter what directory). Maybe, it is our query that is the problem. My experience was that you do need to order the result set properly for the tag to be able to disp

Re: Unable to understand error--help

2000-05-31 Thread GE
Hello, I received the same error when I accidentally put the wrong info in a url. I think I forgot to assign a value to a parameter: eg. url="myfile.cfm?number=" or something similar. Best regards always ! Nelson aslam bajaria wrote: > I have a form. I have an action page. > When I fill out

RE: Manually Flush Cache

2000-05-31 Thread Dave Watts
> Is there a way to flush the old cache when a database is > refreshed, when the refresh process takes place at a different > time every night? I can automatically detect when the database > has refreshed itself, so _when_ to purge the old cache is not > an issue. The issue is how to do it when it

RE: finding IIS 4

2000-05-31 Thread Dan O'Keefe
I think this it it. http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4OptPk/default .asp Dan -Original Message- From: Chris Poterala [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 12:14 PM To: [EMAIL PROTECTED] Subject: OT: finding IIS 4 Greetings folks. I'm tr

RE: finding IIS 4

2000-05-31 Thread Dave Watts
> Does anybody know where I can download NT Option Pack from a > MS web site? Or, can somebody tell me which CD-ROM I need to > dig up to find it? Try here: http://www.microsoft.com/NTServer/all/downloads.asp Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax

RE: finding IIS 4

2000-05-31 Thread Shane Pitts
http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4OptPk/default .asp This should work Shane -Original Message- From: Chris Poterala [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 11:14 AM To: [EMAIL PROTECTED] Subject: OT: finding IIS 4 Greetings folks. I'm

Re: Some beginner questions

2000-05-31 Thread John Westerlund
> 3) How can I get the value of each field in a query string? > I know the #cgi.query_string# which returns the entire query string, but I > want to access specific fields IF url = http://www.cfmaniacs.com?name=bob&car=ferrarri&license=IBR8K4CF THEN DO Hi #name#. You drive a #car# with the lice

RE: finding IIS 4

2000-05-31 Thread Bill Plummer
Try... http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4OptPk/default .asp Good luck, Bill -Original Message- From: Chris Poterala [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 1:14 PM To: [EMAIL PROTECTED] Subject: OT: finding IIS 4 Greetings folks. I'm tryin

I want my #$# on the first of the month.

2000-05-31 Thread Timothy C. Hill
I have been on a 23 hour coding spree to finish up a project. How do you create an odbc date value for the first of next month? I thought i had it but something is escaping me. I am tired and this is the last thing. thanks Tim Hill -- Timothy C. Hill, [EMAIL PROTECTED] on 05/31/2000 -

Re: OT: finding IIS 4

2000-05-31 Thread Chris
At 01:13 PM 5/31/2000 -0400, you wrote: >Greetings folks. > >I'm trying to finish staging an NT 4/CF 4.51 server. The person who >started the install put on IIS 3. The client wants IIS 4 installed. I've >got pcanywhere access to the box and I'm trying to find IIS 4 on the MS >sites. I've follo

RE: finding IIS 4

2000-05-31 Thread Bryan Batchelder
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFCB3E.57630FF0 Content-Type: text/plain; charset="iso-8859-1" http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4Op

Re: Some beginner questions

2000-05-31 Thread Bud
On 5/31/00, Cristi penned: >If anyone can find some time... Can't answer the javascript question. > >2) How do I manage strings containing special characters as dbl. quote (i.e. >") > Should I prefix them with something. > > I'd like to have an output like > > s

RE: Some beginner questions

2000-05-31 Thread Larry Meadors
One thing to add/correct from Philip's response: #cgi.query_string# contains url parameters. You can reference those as url.variablename (or just variablename) to get the values most of the time. One exception to look out for on that is if you have a url like this: index.cfm?a=5&a=6&a=7 Wh

RE: Some beginner questions

2000-05-31 Thread mherbene
re CGI.query_string: if you know the field name, the value is in the variable named cgi.your_field_name -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 1:06 PM To: [EMAIL PROTECTED] Subject: Re: Some beginner questions At 05:50 PM 5/31/00 +03

Re: Sry ot 2000 server question

2000-05-31 Thread Eric Dawson
not sure I understand.. but extensions are set using the Internet server manager thingy. Right click web site, properties, home directory, configuration. From: "Jim Taylor" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "Cf-Talk@Houseoffusion. Com" <[EMAIL PROTECTED]> Subject: Sry ot 2000

RE: CFParam and radiobutton array validation

2000-05-31 Thread Howarth, Craig
Use CFPARAM, but make the default value 0. Then you will know which ones were skipped because your valid values are 1-5. You can make it easy on yourself by coding the CFPARAM in a loop: Craig Howarth -Original Message- From: Troy M. Wussow [mailto:[EMAIL PROTECTED]] Sent:

Re: CFParam and radiobutton array validation

2000-05-31 Thread Deanna L. Schneider
If the number of questions will always be the same, you can do a check to see if all were answered: You have not answered all questions! Go Back! The name/value of the radio buttons is only passed if one was selected. (This assumes that no other form fields exist on the page - i.e. you didn

RE: CFMAIL & CFFILE

2000-05-31 Thread DRosenbaum
Try this... -Original Message- From: Splash! Designs Ink. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 12:57 PM To: [EMAIL PROTECTED] Subject: CFMAIL & CFFILE I am trying to get CFFILE variables from a form page passed to the MIMEATTACH attribute of CFMAIL. My form pag

RE: Re: ACCEPT attribute

2000-05-31 Thread nair ajit
Hi David, What exactly am i supposed to do? Will this work? I did try it but again it was allowing file of any type to be uploaded. Do let me know the solution. Thanks in advance. Ajit. --Original Message-- From: "David E. Crawford" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: May 3

cf project intake form

2000-05-31 Thread Deanna L. Schneider
Does anyone have a good example of a cold fusion project intake form? I.E. a relatively non-technical form that can be used with clients to go over the major aspects of a cold fusion job? Here's my "rough draft" version of what I'm talking about We work entirely with clientele from within our

Re: shipping costs

2000-05-31 Thread Steve Aylor
Maybe www.goship.com would help? Steve - Original Message - From: "Cold Fusion Newsgroup" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 31, 2000 7:31 AM Subject: Re: shipping costs > John, > > We are building shipping tables for one of our national distributor's

RE: Lost Data

2000-05-31 Thread ldang {Lily Dang}
Hi Everyone, Please help! My co-worker and I made a significant amount of data disappeared from a SQL server database when we were in the process of transfering the database from SQL Server to Access 2000. We generated SQL scripts, created a machine datasource, and run it to a new Access 2000 d

Restrict access to CF Admin & Docs?

2000-05-31 Thread Pablo Nevares
I've been checking out some of the popular ColdFusion-based sites, and noticed that all of them block /cfide/administrator and /cfdocs somehow. Sometimes a password dialog pops up, sometimes the page returns an error "forbidden". This is obviously a good idea, but how is it implemented? We're usi

SQL auto-increment with trailing category identifier.

2000-05-31 Thread Smith, Melanie
Does anyone know the best way to create autonumbers using SQL 7.0 similar to the following: First Document ever created in NY where NY = code "01", DocID = 901-01 2nd Document ever created in NY = DocID = 902-01 First Document created in MD (Code = "02"), DocID = 901-02 2nd Document

RE: woes.

2000-05-31 Thread mherbene
I have a C++ query sorting tag that allows you to specify the sort order per column, if you want it. not supported but you can have the source... -Original Message- From: Brian P. Doyle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 12:21 PM To: [EMAIL PROTECTED] Subject: woes.

Re: CF logins, authenticate against Novell NDS???how?

2000-05-31 Thread Kevin Marshall
Paul, You should be able to access NDS directory info via CFLDAP. Your network admins will need to set up an LDAP server on one of your Novell servers -- I don't think it is installed by default on a Novell server. I know others on this list have done this -- to be honest, I haven't but have

open window (JS)

2000-05-31 Thread Jason Egan
I am trying to open a image preview window – I’ve used fusebox to the best of my ability. I am also using a ‘/’ for url parameters rather than ‘? & =’ . I have a url as such: admin/index.cfm/fuseaction/properties/propid/CB1 This page contains a link to open a window – the window opens and displ

RE: Sry ot 2000 server question

2000-05-31 Thread Collins, Gary (ACSS)
You have to go into Internet Service Manager and add in the server extensions. Goto Internet Service Manager, then right click on your default web page, then goto properities, then goto Home directories, then configuration, this is where you add in the .cfm c:\cfusion\bin\iscf.dll and .dbm c:\c

Re: sending a server-file on a cf page

2000-05-31 Thread KChapman
What do you mean you want to send a file? Do you mean you want to write to a file on the d drive? Or are your user's uploading a file? or do you mean that you want to serve the file from the D drive while the wwwroot is on the c drive? If it's the last you can use cfcontent. (maybe) This o

RE: Sry ot 2000 server question

2000-05-31 Thread Shane Pitts
If you're referring to IIS, Look under the web site properties for "default Document" and add whatever it is you want there, get rid of the rest..etc.. -Original Message- From: Jim Taylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 9:58 AM To: Cf-Talk@Houseoffusion. Com Sub

Re: Some beginner questions

2000-05-31 Thread KChapman
1. Don't Know. 2. As far as I know you should be able to use almost anything in the data except #'s. 3. Just use the name of the field you want. IE: If #query_string# is ?cfid=1234&cftoken=76323661 Then to access just the pieces you would cfid = #cfid# cftoken = #cftoken# and you would g

Re: Unable to understand error--help

2000-05-31 Thread Joel Richards
Make sure the form's method is set to "post" Also, if you are trying to upload files with the form, set the enctype to: enctype="multipart/form-data" Joel At 09:32 AM 5/31/00, you wrote: >I have a form. I have an action page. >When I fill out the form (which is simple form), I am >getting an erro

Re: Sry ot 2000 server question

2000-05-31 Thread Richard Ramos
If I'm understanding correctly, you want the index file to be something like index.cfm instead of index.htm. Well, all you have to do is open Internet Service Manager, select the web site, right click and select Properties, select the Documents tab and select Enable Default Documents. Click on A

Re: Sry ot 2000 server question

2000-05-31 Thread Stephenie Hamilton
programs, administrative tools, computer management console, internet information service properties, documents tab -- Thank You Stephenie Hamilton ColdFusion Support Express Technologies, Inc. dba HalfPrice Hosting [EMAIL PROTECTED] - Original Message - From: Jim Taylor <[EMAIL PROTECT

RE: Unable to understand error--help

2000-05-31 Thread Pablo Nevares
> HTTP Error 405 > 405 Method Not Allowed It seems to be referring to the method="..." attribute of your form tag. Is it in your code? Did you set it to "post"? To be honest I've never had to set method="get", and I don't really know what it does. =) Pablo Nevares Information Technology Hendrick

RE: Unable to understand error--help

2000-05-31 Thread Dave Watts
> I have a form. I have an action page. > When I fill out the form (which is simple form), I am > getting an error as follows: > > HTTP Error 405 > 405 Method Not Allowed Typically, this happens when you forget to specify the extension of the file in your FORM tag. For example, if your action pag

Re: Checking file dimensions.

2000-05-31 Thread Larry C. Lyons
Todd, There are several tags that will get image dimensions and also do resizing. The one tag I use frequently is CF_IMAGESIZE (from the developer's gallery) to get the width and height of the image file. To dynamically resize images on the fly, I use CFX_GIFGD. This tag is very easy and simple t

RE: Unable to understand error--help

2000-05-31 Thread Howell, Katie
do you have method="post" or method="get" in your cfform tag? -Original Message- From: aslam bajaria [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 11:33 AM To: [EMAIL PROTECTED] Subject: Unable to understand error--help I have a form. I have an action page. When I fill out th

Manually Flush Cache

2000-05-31 Thread Andy Peterson
Hi all, Is there a way to flush the old cache when a database is refreshed, when the refresh process takes place at a different time every night? I can automatically detect when the database has refreshed itself, so _when_ to purge the old cache is not an issue. The issue is how to do it when it

Re: General Credit Card processing question

2000-05-31 Thread Larry C. Lyons
We use Authorize.net. There's a nice tag in the developer's gallery that allows you to process credit card payments through Authorize.net's service. The only drawback to it is that the tag is for version 2 of Authorize.net, not the current version. What this means is that you have to make some cha

Re: CF logins, authenticate against Novell NDS???how?

2000-05-31 Thread Larry Meadors
We've used NDS for NT and basic authentication. That works pretty well because the NDS users get replicated as NT users. Easy to set up too. With CF 4.5's enhancements to , you can really use any data source to do basic authentication. We're also looking into using Novell's ODBC driver for NDS

RE: Some beginner questions

2000-05-31 Thread Dave Watts
> 1) Can I call a JavaScript function from CF? > Smth. like > where f is a JavaScript function. > I tried , but it didn't work. No, you can't directly call a JavaScript function from CF; CF generates documents on the server, which are then sent back to the client, where any Jav

OT: finding IIS 4

2000-05-31 Thread Chris Poterala
Greetings folks. I'm trying to finish staging an NT 4/CF 4.51 server. The person who started the install put on IIS 3. The client wants IIS 4 installed. I've got pcanywhere access to the box and I'm trying to find IIS 4 on the MS sites. I've followed the links on msdn.microsoft.com, but I get

RE: Some beginner questions

2000-05-31 Thread Pablo Nevares
> 3) How can I get the value of each field in a query string? > I know the #cgi.query_string# which returns the entire > query string, but I > want to access specific fields #url.login# will give you the value of "login" in the url for example, in... http://www.whatever.com/index.cfm?node=

Re: Some beginner questions

2000-05-31 Thread Jennifer
At 05:50 PM 5/31/00 +0300, you wrote: >Hello there. >If anyone can find some time... > >1) Can I call a JavaScript function from CF? > Smth. like > > where f is a JavaScript function. > > I tried , but it didn't work. Try putting f(y) in quotes Should I prefix th

RE: Some beginner questions

2000-05-31 Thread Philip Arnold - ASP
> 1) Can I call a JavaScript function from CF? > Smth. like > > where f is a JavaScript function. > > I tried , but it didn't work. Firstly, CF is SERVER-side, JavaScript is CLIENT-site, they are mutually exclusive Secondly, Why not write the code in CFScript and just run it on

CFSERVLET --> WebLogic Server

2000-05-31 Thread !jeff!
--=_68923250==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed The cfservlet tag seems to assume that you're using JRUN as your J2EE app server (wonder why). I'm trying to get CFSERVLET to communicate with a WebLogic 5.1 server. Has anyone had any luck doi

CFMAIL & CFFILE

2000-05-31 Thread Splash! Designs Ink.
I am trying to get CFFILE variables from a form page passed to the MIMEATTACH attribute of CFMAIL. My form page looks like this: Subject: File Name: File: My action page looks like this: SELECT * FROM Subscribers Date: #DateFormat(Now(),', mmm dd, ')# #FORM.Body#

CFParam and radiobutton array validation

2000-05-31 Thread Troy M. Wussow
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFCB20.00811A70 Content-Type: text/plain; charset="iso-8859-1" If anyone has experience with CFPARAM and/or radio button arrays

Re: cf_TwoSelectsRelated

2000-05-31 Thread John Quarto-vonTivadar
there's no particular need to put in the same directory as the calling template (although that is a good place to start). You can put it into any sub-dir of the CFusion/CustomTags directory--if you put it into a new sub-dir off of /CustomTags then you need to stop-restart the CF server so that it

RE: CF logins, authenticate against Novell NDS???how?

2000-05-31 Thread Bryan Batchelder
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFCB1E.A878D880 Content-Type: text/plain; charset="iso-8859-1" I believe Netware 5 uses a form of LDAP as the directory service.

woes.

2000-05-31 Thread Brian P. Doyle
I'm using a custom tag (cfx_querysort) to group the results of a multiple collection search into the collections that they came from. However in doing this and setting the score as the second column to sort on it actually sorts them in descending order (lowest number first..which is not what I wa

Re: CF Training in Columbus Ohio :: : ? : :: When?

2000-05-31 Thread johnpatterson
There are two classes in Cinci at Allaire there. John On Wed, 31 May 2000, Paul Ihrig wrote: > > I need to get back on board with this stuff. > to many little things to build & am wasting way to > much time in the books looking for answers. > > If the are any certified trainers in Columbus,

Re: Query Cache Limit Question

2000-05-31 Thread Andy Peterson
Is there any way around the 100 query caching limit? For a big site, this sounds rather, er, limiting. Thanks in advance, Andy - Original Message - From: Emily B. Kim <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 20, 2000 11:57 AM Subject: Re: Query Cache Question >

sending a server-file on a cf page

2000-05-31 Thread Daive
Hey all i want to send a file on my drive D: when a user load a cfm file. is there a way to do that without virtual stuff on my web server? my webroot is on my drive C: .. and i'm using cf server 4.5 daive -- Archives:

Sry ot 2000 server question

2000-05-31 Thread Jim Taylor
sorry about the ot but can some one tell me where to set the default file extensions on the windows 2000 server it will only serve up html. Jim Taylor Web Development Web Sites of the Future Today 480-496-0712 http://24.1.254.231 ICQ 47640391

RE: CF Single User AND Win 2000 Pro

2000-05-31 Thread Dave Watts
> Has anyone else experienced problems installing CF 4.0 > (Single User) on a Windows 2000 Professional workstation? > > I installed it, but see no evidence that the CFAS service is > installed and running, and none of my cf pages are working. I was able to successfully install CF 4.0.1 on Win2K

Unable to understand error--help

2000-05-31 Thread aslam bajaria
I have a form. I have an action page. When I fill out the form (which is simple form), I am getting an error as follows: HTTP Error 405 405 Method Not Allowed The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the prope

Re: personal oracle 8i

2000-05-31 Thread Larry Meadors
I got it working. Did you install the client part on the server? The default driver that comes w/NT won't do. Larry >>> [EMAIL PROTECTED] 05/31/00 10:04AM >>> Does anybody ever use CF server connect to Personal Oracle 8i? I tried but it can't work. ---

RE: CFINSERT on multiple tables

2000-05-31 Thread Stewart McGowan
More complicated SQL should really be done at the server level, having business rules on the server, in my opinion, makes things a lot easier if things go wrong. But then I'm a lot better at writing stored procedures and triggers than I am CF :) ---

RE: client mgmt on Oracle8i instead of MS Access

2000-05-31 Thread mherbene
For Oracle 8.04 you just create the datasource in CF admin and then use CF admin to indicate that it's a client store, no special tricks needed. -Original Message- From: Kellow, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 10:08 AM To: [EMAIL PROTECTED] Subject: client mgm

Re: client mgmt on Oracle8i instead of MS Access

2000-05-31 Thread Brandon Whitaker
-Original Message- From: Kellow, Jim <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, May 31, 2000 10:08 AM Subject: client mgmt on Oracle8i instead of MS Access >Does anyone have any information (or sources) that can tell > > me how to define client > >vari

Re: OT: Frames vs NoFrames

2000-05-31 Thread Brandon Whitaker
>>I use frames when it adds value to the user interface. [snip] >what is your opinion of frames? likes dislikes? [snip] One interesting use I found for frames is that it simplifies forcing a user to view a site (esp. a secure site) under a certain context. For instance: If your frameset (in ind

Some beginner questions

2000-05-31 Thread Cristi
Hello there. If anyone can find some time... 1) Can I call a JavaScript function from CF? Smth. like where f is a JavaScript function. I tried , but it didn't work. 2) How do I manage strings containing special characters as dbl. quote (i.e. ") Should I prefix

RE: Frames vs NoFrames

2000-05-31 Thread Philip Arnold - ASP
> Third and final, what is your opinion of frames? likes > dislikes? and have > you found any limitations to using frames. You can use the application > browser as an excuse if you can prove that there is more than 5% use of > other browsers in the business arena. I'm one of those advocates fo

CF logins, authenticate against Novell NDS???how?

2000-05-31 Thread Paul Ihrig
Does any one have any info on how to use NDS to build in a login to a cf app? My maneger wants me to start working with real authenticated user info, instead of just Data that i have enterd into a mdb. i dont really know where to start. any Guidence would be wonderful! -paul

  1   2   >