RE: Posting with to an Active Server Page

2000-05-26 Thread Leong Yew
Bill, I'm a bit baffled by this still. Does anyone listening in have any idea? I'm still toying with the problem with the localhost reference in the URL attribute. Theoretically, if you point the URL back to the local server -- 127.0.0.1 it should be able to locate the action page. If it works w

Re: Site Dedsign Question (Try 2)

2000-05-26 Thread Sean Renet
I would use a tag and do it in fusebox. Also I would make a similar tag around your navigation using CFASSOCIATE in a nested tag. This would give you a dynamic structure for your navigation and you can get rid of all the messy td tags. Also I would use html DIV tags with pixel attributes to mak

Re: Site Dedsign Question (Try 2)

2000-05-26 Thread Sean Renet
whoops I forgot a tag in app_globals so app_globals should look like this: <---app_globals.cfm---> Here is the tag I forgot: <---act_formURL2Attributes.cfm---> - Original Message - From: "Kevin Queen" <[EMAIL PROTECTED]> To: "Cold Fusion"

RE: SQL Server 7 stored procedures driving me crazy!

2000-05-26 Thread Paul Wakefield
I had similar problems. After much frustration I found that somewhere along the line SQL Server ignores the DBVARNAME parameter, so parameters are passed in the order they are given. Thus the first CFPROCPARAM is passed as the first sp parameter, etc, regardless of any DBVARNAME settings. I suspec

Problem with a query

2000-05-26 Thread Patric Stumpe
Hi folks, I have a problem with a query where i don't know how to group the retrieved records. There are four tables involved in this query (hope you can ignore the german declarations): 1. table: eintraege (the important one) - id (counter) - fzg_typ_id (integer) - hersteller_id (integer) - ber

Re: It works in Netscape but not in IE

2000-05-26 Thread Urs Nyffenegger
Glen Collymore wrote: > So I'm developing a real simple quiz application,(NT4, IIS, SP5) It seems to > work fine in Netscape, > but not in IE. > > Specifically, I have a short form with demographic info on the quiz > participant. When the user goes to > update the form, the addedit template act

RE: Problem with a query

2000-05-26 Thread Stephen Moretti
Patric, > My problem is that I don't really want the retrieved records to be ordered > like stated in the ORDER BY-clause but to be grouped by these > fields so that > the output could look like this: > > {Heading} f_name1 / h_name3 / t_name9 > {entry 1} > {entry 2} > {entry 3} > {Heading}

Solaris 8

2000-05-26 Thread Rod Tosten
Hello, Does anybody know when Allaire will port coldfusion server to Solaris 8? thanks, -rod -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&b

CFX Tags/NT Processes

2000-05-26 Thread Brian Mitter
Hi all, Does anyone know of any CFX tags that will list processes running on an NT server please? Cheers Brian -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/ind

Re: Problem with a query

2000-05-26 Thread Patric Stumpe
Well Stephen, if you were here I would kiss your feet. Worked almost as you described but I had to alter the expression for combining the name-fields in the query like this: fzg_typ.name + ' | ' + hersteller.name + ' | ' + teilebereich.name AS header_name I think the next I post my questions ea

CF and WAP ????

2000-05-26 Thread AustralianAccommodation.com Pty. Ltd.
This is a multi-part message in MIME format. --=_NextPart_000_0033_01BFC758.B1F77FA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Does anyone no of any good reference material to assist in developing a = cf based wap enabled web applicati

Developer Conference: Hotel Accomodations

2000-05-26 Thread johnpatterson
I am attending the Conference in November and am looking for recommendations for accomodations. Is $210 a reasonable rate? Are there other hotels I should consider? John Visit www.cfworkshop.com ___ Why pay when you don't ha

RE: Cf express and sessions

2000-05-26 Thread Raymond K. Camden
I don't pretend to speak for Allaire, but my impression is that any serious web developer should upgrade from CF Express to 'the real deal' instead of using my 'hack.' I wrote a simular article for CFDJ concerning using custom tags for Express. I consider both articles to be more of a "here's an i

RE: Cf express and sessions

2000-05-26 Thread Reynolds, Adam
8 Hours?naw should move to the UK only have 3 hours to go... :-) Adam Reynolds ColdFusion Consultant HJ Heinz Tel: 01344 397016 Fax: 01344 397010 Mobile: 07973 386620 Email: [EMAIL PROTECTED] > -- > From: Raymond K. Camden[SMTP:[EMAIL PROTECTED]] > Sent: 26 May 2000

RE: Client Access from IBM (AS400)

2000-05-26 Thread Rob Brooks-Bilson
We've been running Client Access Express for some time now and have had no problems with memory leaks or any other type of problem. Compared to SQL Server, we have never had any connectivity or performance issues with DB2/400 (and I'm no AS400 wiz). When it comes to scalability and performance

POP

2000-05-26 Thread Jason Clark
Has anyone found a stable and fast alternative to CFPOP, its evident that CFPOP isn't ready for high volume use. Thanks -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/

RE: Cf express and sessions

2000-05-26 Thread Stewart McGowan
three? I've just come back from the pub and everyone's gone!! -Original Message- From: Reynolds, Adam [mailto:[EMAIL PROTECTED]] Sent: 26 May 2000 13:25 To: '[EMAIL PROTECTED]' Subject: RE: Cf express and sessions 8 Hours?naw should move to the UK only have 3 hours to go... :-) Ada

Re: Site Design Question

2000-05-26 Thread Eric Dawson
Well the same thing can be done as: === _template.cfm === = Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ---

RE: Cf express and sessions

2000-05-26 Thread Raymond K. Camden
Oh hey, my company was just bought out by British Telecom - I wonder if that means that I can knock off earlier. ;) Ok, I'll stop now before being admonished to move to cf-soapbox/cf-community. :) === Raymond Camden, Cold Fusion

(DA): Site Dedsign Question (Try 2)

2000-05-26 Thread Eric Dawson
Couldn't this be shortened to: <---app_globals.cfm---> <---index.cfm---> == Note: you would need to use the cfswitch if you were calling different customtags based on the attributes.somesttribute value. ?? E From: "Sean Renet" <[EMAIL PROTECTED]> Date: Thu, 25 May 20

RE: Avoiding using the MAX function

2000-05-26 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > thanks, but does that mean that inserts into other tables > which uses the > identity key are also blocked during this period, since it > can't update > @@IDENTITY ?? The "magic" of MSSQL server ensures that @@IDENTITY will always work the way it

Re: (DA): Site Dedsign Question (Try 2)

2000-05-26 Thread Deanna L. Schneider
I did something similar using cfmodule. Then, set up your navigation tables once, with the dynamic parts as variables set based on the section passed. Make sense? -d Deanna Schneider Interactive Media Developer UWEX Cooperative E

store encrypted datas in database

2000-05-26 Thread Gilles Ratte
I use te function #encryt(var)# to encrypt a variable ...and I store it in an access database ..It's working fine but once in a while I get a sql error because the string I store contains characters that bugs my sql query I can I fix it? or what caracters should I not use in a query?

RE: Developer Conference: Hotel Accommodations

2000-05-26 Thread Hales, John M
John, I'm sure you can find better deals. The conference hotel is right on the Metro, so you can stay almost anywhere in DC. Heck, for $200 I'll rent you my apartment which is only 6 blocks from the conference. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

Re: POP

2000-05-26 Thread mac
Hi, If you are running your own mail server : iMS from CoolFusion.com Connecting to a remote server look at cfx_imap in the tag gallery ~Justin MacCarthy Jason Clark wrote: > > Has anyone found a stable and fast alternative to CFPOP, its evident that > CFPOP isn't ready for high volume use. Th

Cold Fusion and NT Passwords

2000-05-26 Thread Cold Fusion Newsgroup
This is a multi-part message in MIME format. --=_NextPart_000_001F_01BFC6F5.4E6FCC20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I am having a problem using Cold Fusion with directories using NT's = basic authentication. We have ap

grouping with math functions

2000-05-26 Thread Deanna L. Schneider
Okay, let me re-state my question of yesterday. I have the results of a query printing out like so: Side By Side Results Stand Age: #standage# Year Total Trials Variety Yield #totaltrials# #variety# #avgyield# Notice that I'm using the implicit loops that occur with . The problem is,

RE: grouping with math functions

2000-05-26 Thread mherbene
This might best be done within the SQL statement . Can you give us a little more detail about the table and what fields need to be divided by what? -Original Message- From: Deanna L. Schneider [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 9:53 AM To: [EMAIL PROTECTED] Subject: gr

Re: CFX Tags/NT Processes

2000-05-26 Thread Howie Hamlin
If you want to list services we have a freeware tag that allows you to list, stop and start services. You can get it from www.CoolFusion.com Regards, Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 www.CoolFusion.com =

Re: Cold Fusion and NT Passwords

2000-05-26 Thread Howie Hamlin
What are the errors? Are they 401's? Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 www.CoolFusion.com Please vote for iMS in the Most Innovative category here: *** http://www.sys-con.com/ColdFusio

RE: Cold Fusion and NT Passwords

2000-05-26 Thread Reynolds, Adam
You may find that the server is executing the files and not the 'logged' in user. You may have to set the server to execute those files as the logged in user. Unsure how, but think there is a setting somewhere for this in NT. Adam Reynolds ColdFusion Consultant HJ Heinz Tel: 01344 397016 Fax:

Re: grouping with math functions

2000-05-26 Thread Deanna L. Schneider
This might best be done within the SQL statement . Can you give us a little more detail about the table and what fields need to be divided by what? Okay, you asked for it. The SQL is a total mess. It's an access database that someone else designed. So, here's the sql (don't anyone yell at me a

RE: Developer Conference: Hotel Accommodations

2000-05-26 Thread paul smith
I always stayed in Rockville on Rockville Pike at an inexpensive hotel (Capitol something?) 2 blocks South of the US Nuclear Regulatory Commission HQ, which is across the street from a metro station. It caters to government/military who don't have large travel budgets. best, paul At 09:12 AM 5

Re: Cold Fusion and NT Passwords

2000-05-26 Thread Cold Fusion Newsgroup
yup, 401s - Original Message - From: Howie Hamlin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 26, 2000 9:59 AM Subject: Re: Cold Fusion and NT Passwords > What are the errors? Are they 401's? > > Howie Hamlin > -- > inFusion Project Manager; On-Line Data Solutions, In

Re: Cold Fusion and NT Passwords

2000-05-26 Thread Cold Fusion Newsgroup
I think you are right about cold fusion executing the files and not the user. So you think this is an NT dilemna? --of course, since I'm stronger in CF than NT :) Laura - Original Message - From: Reynolds, Adam <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 26, 2000 10:02

OT: how to preserve the scroll point while refreshing a window?

2000-05-26 Thread Greg Saunders
In IE, the menu item View/Refresh will refresh the window AND PRESERVE THE SCROLL POINT. Is there any way to accomplish the same thing via JavaScript? I've tried calling RELOAD, and I've tried resetting SELF.LOCATION, but neither of these methods preserves the scroll point. Any ideas? Ideally,

Re: store encrypted datas in database

2000-05-26 Thread Nick Slay
After you encrypt the variable, convert it to base 64 before storing in the database... unfortunately the function to do this, ToBase64, is only available in CF 4.5. To encrypt, use and then when comparing later, use... HTHAL Nick At 08:59 26/05/00 -0400, you wrote: >I use te fu

RE: grouping with math functions

2000-05-26 Thread mherbene
No yelling - but can you explain what you want as a final result, based on these queries? -Original Message- From: Deanna L. Schneider [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 10:16 AM To: [EMAIL PROTECTED] Subject: Re: grouping with math functions This might best be done

Scoring Searches etc.

2000-05-26 Thread Brian P. Doyle
Sorry to keep beating this search horse but there really is a lack of decent documentation. I'll try to compress all my questions into this one mail. Anyhow I'm using Verity to do database searches. I have about 8 collections that I can search from or do a full site (all catalog) search. I use

Re: grouping with math functions

2000-05-26 Thread John Westerlund
Try something like this. > > > #totaltrials# > #variety# > #avgyield# #trialpercent# % > Is that what you are trying to do? You can also use the NumberFormat(trialpercent, arg). You will want to look it up to see how to set it to 1 or 2 decimal places. - Original Message - From: Dea

RE: POP

2000-05-26 Thread Grady Milhon
I was using CFPOP on a mailbox to download over 1000 messages a day to an Access Database. It was running as a sch. task every 15 mins., and half the time it would get an unknown error, unknown exception. I contacted Allaire support and worked with them for over a week. Then they sent me an upda

RE: POP

2000-05-26 Thread Eron Cohen
Hi Jason, I have definitely had my share of problems with CFPOP. Allaire has made some improvements to it in ColdFusion 4.5 and 4.51 though. I also use CFX_iiPOP3, which was a $99 custom tag which I found on the Allaire developers exchange. It isn't perfect either, but it was definitely more r

Re: grouping with math functions

2000-05-26 Thread Deanna L. Schneider
What I want is the to get all the trials that have BOTH variety 1 and variety 2 (chosen by the user) and that also meet the state and year criteria (also chosen by the user). Then, I need to determine the average yield by variety, and figure out the percent of variety one, by variety two for each

Re: [RE: Directory Structure Permissions]

2000-05-26 Thread Bob Smith
Thanks Dave. Is there any default setting in CF Administrator we should be aware of which may compromise security? Bob Smith [EMAIL PROTECTED] (Dave Watts) wrote: > Is anyone aware of the minimum permissions to be granted to > the directories housing cfm files(ie read,script,execute etc.) > at b

Re: POP

2000-05-26 Thread Greg Saunders
At 08:31 AM 5/26/00 -0400, Jason Clark wrote: >Has anyone found a stable and fast alternative to CFPOP, its evident that >CFPOP isn't ready for high volume use. Thanks Can you provide some more details on your CFPOP problems? How is it failing? What version of CF are you running, and on which

RE: POP

2000-05-26 Thread Grady Milhon
I might add that I was having problems with 4.5.1. The new .dll was newer then 4.5.1. I was using CFPOP on a mailbox to download over 1000 messages a day to an Access Database. It was running as a sch. task every 15 mins., and half the time it would get an unknown error, unknown exception. I c

Re: Scoring Searches etc.

2000-05-26 Thread paul smith
At 10:28 AM 5/26/00 -0400, you wrote: >ok question 2: >Is there a decent way to allow a user to search on the search results? I don't know if this is decent, but use Verity to get a list of record IDs. Then use the DB to scan those records (or use M$ SQL7 full text search), and display results.

Re: Developer Conference: Hotel Accomodations

2000-05-26 Thread Eva Holtsmark
Hi, I love DC. Try the Official Tourism Website of DC - search accomodations by price, and by location (DC, MD, VA) http://www.washington.org/planning/stay_search.html > I am attending the Conference in November and am looking for recommendations for >accomodations. Is $210 a reasonabl

Re: grouping with math functions

2000-05-26 Thread John Westerlund
You should use the SQL to grab the variable SELECT SUM(fieldname) WHERE variety = 'parameter' AS variabletouse which is much easier than building a lot of constructs to loop and total the data. hmm which makes me wonder can you do: SELECT AVERAGE(fieldname) WHERE var = 'param' AS soandso If form

Re: grouping with math functions

2000-05-26 Thread John Westerlund
BTW i think if you put an INDEX in the CFOUTPUT then it will tell you which number of the loop you are on... See a reference for more info... - Original Message - From: Deanna L. Schneider <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 26, 2000 7:48 AM Subject: Re: grouping

Oracle Stored Procedures

2000-05-26 Thread mylists
Hi, I'm having a heck of a time getting one particular Stored Procedure to work with CF and Oracle. I keep getting a "ORA-01036 Illegal Variable Name/Number" error. This works just fine from SQL*Plus, but from CF all I get is the error. Here's the code I'm using to invoke the SP:

RE: (DA): Site Dedsign Question (Try 2)

2000-05-26 Thread Mark Warrick
Sure, it can be shortened. However, Sean was giving you an example of Fusebox style programming. - Mark Warrick (714) 939-6431 The Sistonia Corporation [EMAIL PROTECTED] http://www.sistonia.com > -Original Message- > From: Eric Dawson [mailto:[EMAIL PROTECTED]] >

Re: best way to display picture after cffile

2000-05-26 Thread Larry C. Lyons
Jeff, You need some way of checking to see if the file exists, such as this:

cfmail

2000-05-26 Thread Howell, Katie
Does CFMAIL still restrict you to 40 email address? If so, what's the work around. Thanks, Katie -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=list

Re: Developer Conference: Hotel Accommodations

2000-05-26 Thread Larry C. Lyons
Also you may want to look at some of the hotels in Maryland or Virgina. With the DC Metro System relatively close to the hotel, it may be an advantage to stay somewhat further away. larry -- Larry C. Lyons EBStor.com 8870 Rixlew Lane, Suite 201 Manassas, Virginia 20109-3795 tel: (703) 393-7930

CFFILE question

2000-05-26 Thread Marlene Buffa
How do we do the following: Create a fixed ASCII text file with . How do you specify the picture or format length for a given column? marlene -- Archives: http://www.eGroups.com/list/cf

Re: Running ClusterCats through proxy - Solution

2000-05-26 Thread Dave Wilson
Hi all, I posted this problem to the list several days ago but got no response. Turns, out I've found a workaround to the problem - see transcript between myself and colleague who had the problem below. Might be useful for some of you working on clustered intranet/extranet scenarios with sites co

Re: Replacement for CFHTTP

2000-05-26 Thread Jim McAtee
Does Express support custom tags? If so, there are a couple (cfx_delimtoquery is one) that do this from a local file. Cfx_delimtoquery can't pull files from remote servers via http, however. Jim -Original Message- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAI

RE: cfmail

2000-05-26 Thread Mark Warrick
I'm not sure that there is a limit per say on how many can go out at once, however I do know that CFMAIL is known to be fairly flaky. How many emails do you need to send out at once? Do you have access to your own mail server? ---mark - Mark Warrick (714) 939-6431 The S

Re: grouping with math functions

2000-05-26 Thread Deanna L. Schneider
Oh yea! I'm glad to hear that what I'm trying to do is actually complex, and it's not just my work-fried brain. ;) Thanks for the help. I'll see where it gets me. -d Deanna Schneider Interactive Media Developer UWEX Cooperative Exte

RE: Cold Fusion and NT Passwords

2000-05-26 Thread Mark Warrick
Make sure that your CF Server service is running with the correct security permissions to access those files. For example, if you installed it with all defaults and were logged in as the Administrator at the time, you can let "SYSTEM" have full control to all those files without affecting your cl

Oracle Stored Procedures

2000-05-26 Thread mylists
Hi, I'm having a heck of a time getting one particular Stored Procedure to work with CF and Oracle. I keep getting a "ORA-01036 Illegal Variable Name/Number" error. This works just fine from SQL*Plus, but from CF all I get is the error. Here's the code I'm using to invoke the

RE: IIS,Virtual Directorys and CF?

2000-05-26 Thread Mark Warrick
Map a network drive to the remote server. Then, setup a mapping in the CF Server Administrator to that mapped network drive. It should work fine from there. ---mark - Mark Warrick (714) 939-6431 The Sistonia Corporation [EMAIL PROTECTED] http://www.sistonia.com >

OT: Windows Auto ShutDown

2000-05-26 Thread spadea ho
This is a multi-part message in MIME format. --=_NextPart_000_0050_01BFC770.E00742A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi! Sorry to ask this, but does anyone know how you can automatically = shutdown in Win98 and Win2000 witho

RE: Installing CF 4.5 Professional over 4.5 Enterprise Evaluation

2000-05-26 Thread Mark Warrick
DOCUMENT all your settings. Remove CF 4.5 Enterprise, load the Pro edition. You might or might not have to setup all those settings again, but so long as you have documentation, you have nothing to worry about. ---mark - Mark Warrick (714) 939-6431 The Sistonia Corporat

RE: Killing Session & Back Button

2000-05-26 Thread Mark Warrick
I use the following code to kill session variables. #StructClear(session)# If, by chance, a user tries to backup, all they are going to see is the same thing that they saw before the hit the logout button. If they try to do anything else, my security logic kicks them back to the login page.

Re: Cold Fusion and NT Passwords

2000-05-26 Thread Cold Fusion Newsgroup
Mark, Unfortunately, I inherited this installation so am not sure if it was installed with all defaults but I assume so. I do know that it had to be installed as Administrator. Am I setting the security within CF Server or NT? If it's CF, I'll need some specific info as I'm relatively new to C

RE: cfmail

2000-05-26 Thread Eron Cohen
Katie, I think that restriction still stands, however, I don't find it to be a problem at all. The actual restriction is just that you can't have 40 email addresses AT THE SAME TIME in TO="" field. The restriction doesn't apply if you use QUERY= and just output the email addresses from a query

RE: cfmail

2000-05-26 Thread Steve Martin
I think there's a little confusion here. There may be some restriction to the number of email addresses allowed in the to: field, but that's of no consequence as you can use cfmail in conjunction with a query to iterate over many email addresses and send one email, with one recipient in the to: fi

Re: CFFILE question

2000-05-26 Thread Jim McAtee
You're pretty much on your own. CFFILE provides just simple means of modifying and working with files within the file system. For fixed width columns, I usually use the LeftJustify() function, something like: If the file is relatively small, construct the whole file in m

RE: cfmail

2000-05-26 Thread Howell, Katie
Thanks Steve, that's exactly what I wanted to do, my email addresses are stored in a table, and I was going to base the cfmail on the results of the query. Answers my question. Now I can start the holiday weekend early with a clear conscience! Katie -Original Message- From: Steve Marti

RE: IIS,Virtual Directorys and CF?

2000-05-26 Thread Olive, Christopher M Mr USACHPPM
create a virtual directory in IIS, point it to a "different machine" (an option in the create VD screen), and use a UNC to tell it where to look. mapping a drive will only work if you map is as the service in whose context the CF server runs. Chris Olive, DOEHRS Website Administrator -Orig

[french] tres court : emploi

2000-05-26 Thread Yannick Simon
RE: Cold Fusion and NT PasswordsNous avons de gros projets en cours pour faire une v2 du site Rue Du Commerce. Je ne souhaite pas polluer cette liste géniale, mais si vous etes interessé, je cherche un tres bon developpeur, sur Paris Nord, un an d'experience cold fusion pour des projets dans une b

Re: Avoiding using the MAX function

2000-05-26 Thread Paul Hastings
> MS made sure that @@IDENTITY is maintain per table & per connection. um thats per connection. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=l

RE: IIS,Virtual Directorys and CF?

2000-05-26 Thread malcolm mcatee
Thanks for your help, but I have resolved this. My virtual directory worked fine I just could not get CF server to process .cfm files located on the other machine. My fix: Under services in the NT control Panel, I selected Cold fusion application server in the "Log In As" portion of the dialog box

Re: Site Dedsign Question (Try 2)

2000-05-26 Thread Sean Renet
I was presuming there would be more than one base template in different cfcases and wanted to show him how it would look, but yes if there was only one template it would not need a cfswitch. - Original Message - From: "Eric Dawson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday,

RE: JS CFM & SQL

2000-05-26 Thread B. Cravens
Keep in mind that CF is executed on the server, and JavaScript doesn't get executed until the page is sent to the browser. So JavaScript variables aren't available to CF at run time. The best way (though there are more elegant solutions) would be to grab the JavaScript variables, then pass them

RE: IIS,Virtual Directorys and CF?

2000-05-26 Thread Olive, Christopher M Mr USACHPPM
fantatic. glad you fixed it. one problem. that's a BIG security hole. with CF running as the admin account, if someone compromises an app, they have COMPLETE access to your system. Chris Olive, DOEHRS Website Administrator -Original Message- From: malcolm mcatee [mailto:[EMAIL PROTE

[french] tres court : emploi

2000-05-26 Thread Yannick Simon
Cold Fusion and NT PasswordsNous avons de gros projets en cours pour faire une v2 du site Rue Du Commerce. Je ne souhaite pas polluer cette liste géniale, mais si vous etes interessé, je cherche un tres bon developpeur, sur Paris Nord, un an d'experience cold fusion pour des projets dans une boite

RE: whitespace in cfloop

2000-05-26 Thread Philip Arnold - ASP
> I'm running a loop over a query . I don't have > anything to > output in the loop and I can't get the whitespace out of the > final output. I > have enlosed the entire page in cfenablecfoutputonly but it seems > like cold > fusion treats the loop like . > > Any help would be appreciated (as

Re: [french] tres court : emploi

2000-05-26 Thread KChapman
Ce ne pas une intrusion. Si vous êtes disposé à relocate (Comment dis donc relocate en Français?) qq'n a Paris Nord. J'irai. --K Katrina Chapman Consultant Ameriquest Mortgage

RE: Windows Auto ShutDown

2000-05-26 Thread Dave Watts
> Sorry to ask this, but does anyone know how you can automatically > shutdown in Win98 and Win2000 without having to go thru' that > radio button selection panel? In NT/2K, you can do this from the command line using SHUTDOWN.EXE, which comes with the NT and 2K resource kits. Dave Watts, CTO, F

Parsing text in memo field to recognize web addresses

2000-05-26 Thread Curt Makepeace
Is there some way to get your coldfusion app to recognize a web address? i.e., this is what I would like to do in the app: The text goes into a memo field in the access database normally. When the message is displayed through the app, and if it finds the text 'http:\\' anywhere in the field, it

RE: CF and WAP ????

2000-05-26 Thread Ron Anderson
Give http://www.wapuseek.com/ a try, they've got some sample code too. There's also a CF-WAP list...although it's been kinda slow lately: [EMAIL PROTECTED] -Original Message- From: AustralianAccommodation.com Pty. Ltd. [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 4:24 AM To: [EMA

Re: Cold Fusion and NT Passwords

2000-05-26 Thread Cold Fusion Newsgroup
Mark, Adding the "SYSTEM" user in NT worked!!! Thank you VERY much. I've only been on this mailing list 3 days, and it's great :) Laura - Original Message - From: Mark Warrick <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 26, 2000 12:07 PM Subject: RE: Cold Fusion and

RE: IIS,Virtual Directorys and CF?

2000-05-26 Thread malcolm mcatee
i SHOULD PROBABLY CREATE A CF_USER ACCOUNT THAT HAS READ ONLY RIGHTS? -Original Message- From: Olive, Christopher M Mr USACHPPM [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 1:49 PM To: '[EMAIL PROTECTED]' Subject: RE: IIS,Virtual Directorys and CF? fantatic. glad you fixed it.

How do you make the Cursor Default to the First Input Field

2000-05-26 Thread sam komolafe
Hi CF_friends, How do I make the Cursor Default to the First Input Field as soon as a form is requested. I used the tabindex='1' attribute but it still defaults to the browser URL Address box. Thanks sam -- Archives: h

RE: Cold Fusion and Julian Dates

2000-05-26 Thread Jeff Honken
I need to insert the system date into a flat file. It needs to be Julian. I'm using the for the extraction of the file. Is there any simple ways of getting this date to Julian format? -- Archives: http://www.eGroups.co

RE: Parsing text in memo field to recognize web addresses

2000-05-26 Thread Shane Pitts
#string# #string# -Original Message- From: Curt Makepeace [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 11:57 AM To: '[EMAIL PROTECTED]' Subject: Parsing text in memo field to recognize web addresses Is there some way to get your coldfusion app to recognize a

Re: How do you make the Cursor Default to the First Input Field

2000-05-26 Thread Justin MacCarthy
document.forms[0].elements[0].focus() will do it first for first form ,first field ~Justin MacCarthy - Original Message - From: sam komolafe <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 26, 2000 5:19 PM Subject: How do you make the Cursor Default to the First Input Field

Re: How do you make the Cursor Default to the First Input Field

2000-05-26 Thread Eva Holtsmark
Hi, I remember when I learned this one at a Figleaf CFUG from a very enthusiastic Dave Watts - where 'realname' is the name of your input field, i.e. Thanks, Dave. > How do I make the Cursor Default to the First Input Field as soon as

RE: Killing Session & Back Button

2000-05-26 Thread Raymond K. Camden
You should _never_ use this code. It may work to log you out, but if your using CF 4.5, the server will throw an error next time you try to set a session var. Before 4.5, StructClear would not touch the 'special' Session vars that CF uses to identify you. With CF 4.5 and higher, StructClear will n

Source Control

2000-05-26 Thread Elizabeth Marcotte KJ
This is a multi-part message in MIME format. --=_NextPart_000_001F_01BFC706.9A44E200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello Everyone, I recently posted a question about Microsoft sourcesafe and did not get an answer. I am taking this to

Insert into two tables

2000-05-26 Thread Ben Densmore
This is a multi-part message in MIME format. --=_NextPart_000_0033_01BFC720.5DDB5780 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable I have a small 2 table relational DB that I need to insert values into, = the main table has some customer

Re: How do you make the Cursor Default to the First Input Field

2000-05-26 Thread Timothy C. Hill
On Fri, 26 May 2000 11:19:11 -0500, [EMAIL PROTECTED] wrote: >Hi CF_friends, > >How do I make the Cursor Default to the First Input Field as soon as >a form >is requested. I used the tabindex='1' attribute but it still >defaults to >the browser URL Address box. > >Thanks >sam > >-

RE: Source Control

2000-05-26 Thread Steve Pierce
Allaire was using Sourcesafe. -Original Message- From: Elizabeth Marcotte KJ [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 2:36 PM To: cf-talk@houseoffusion. com Subject: Source Control This is a multi-part message in MIME format. --=_NextPart_000_001F_01BFC706.9A44E200 Con

RE: Source Control

2000-05-26 Thread john rice
Elizabeth, If you want good source control and deployment follow this link: http://www.interwoven.com/products/teamsite/ VSS is good but TeamSite is very good. -JR Hello Everyone, I recently posted a question about Microsoft sourcesafe and did not get an answer. I am taking this to mean not

RE: Parsing text in memo field to recognize web addresses

2000-05-26 Thread Shane Pitts
This one will do it, if it is like a paragraph, and the URL is in the middle of it. #left(string, "#thestart#" - 1)# #theurl# #mid(string, "#theend#", "#remainder#")# #string# -Original Message- From: Curt M

RE: Parsing text in memo field to recognize web addresses

2000-05-26 Thread Sean Daniels
> i.e., this is what I would like to do in the app: > The text goes into a memo field in the access database normally. When the > message is displayed through the app, and if it finds the text 'http:\\' > anywhere in the field, it will add the 'a href' syntax to that string to > make the link 'cli

Re: Site Design Question

2000-05-26 Thread Sean Renet
IF's are always going to be slower than switch's (or so I have been told). And the docs use a switch so I figure I should as well :-P - Original Message - From: "Eric Dawson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 26, 2000 5:34 AM Subject: Re: Site Design Question

  1   2   >