RE: Big Problems!! - VNC

2000-04-19 Thread Pete Freitag
Was that on NT? I've found that VNC runs much slower on NT than on a unix environment with X-Windows(it flies on X!). Haven't had problems running it with unix, but it was very slow on NT. I suspect this has to do with the GUI architecture. ___ Pete F

Re: intermedia hosting $$ for SQL server

2000-04-19 Thread Len Conrad
>I checked out Intermedia Cold Fusion hosting. Doesn't $50/month extra for >SQL server seem a little much? No, I find it reasonable. How do you expect them to pay for $3000 per CPU SQL internet connector license (probably a dual P500), the NT license, the raid controller/disks (probably at le

RE: Query Cache Question

2000-04-19 Thread Pete Freitag
This is a good example of a query not to cache this way, let me explain why... Your idea with the dynamic query name shows that you have an idea why this might not work. It will cache the query in memory with the value that you first executed it with. Keep in mind that cold fusion can only have 1

Query Cache Question

2000-04-19 Thread Ken M. Mevand
lets say i have a query : SELECT * FROM Product WHERE Pdt_ID = #Attributes.PdtID# thus, for every product request, this query will be recached since the query statement will be different. would it be better to rename the query to something like NAME="getProductDetails_#Attributes.PdtID#" i

CF Server Advanced Security

2000-04-19 Thread Stephen Collins
Sent this with a misleading subject, so here it is again... Sorry. Anyone ever seen this? It's never happened to me before... In Administrator (CF 4.5 eval) and click on the link for Advanced Security gets me:

SF Server Advanced Security

2000-04-19 Thread Stephen Collins
Anyone ever seen this? It's never happened to me before... In Administrator (CF 4.5 eval) and click on the link for Advanced Security gets me: Error Occurred While Processing Request Error Diagnostic Information

RE: custom tags tutorials

2000-04-19 Thread Richard Darracott
Try http://alive.allaire.com/ it has loads of video based free tutorials done by clever cold fusion people. However the site seems to not be responding at the moment ;-) Richard > -Original Message- > From: Gilles Ratte [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 20, 2000 3:00 A

RE: Big Problems!! - VNC

2000-04-19 Thread Richard Darracott
On the VNC side of things I have just had VNC removed from our Cold Fusion server as it was causing the web server to lock up on a regular basis. In our experience it we used VNC to longer period of time (or even too many times during the day) the server would lock for over 10 minutes. After talk

Re: "Only Anonymous" Security on IIS problem

2000-04-19 Thread Rahul
R u using MSDN version of NT ? In the Instead of default Anonymous account created by IIS use some other account which have administrator previlage. - Original Message - From: Mark Zukiwsky <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 20, 2000 1:17 AM Subject: "Only

Re: What the heck is wrong with 4.5 and my queries?

2000-04-19 Thread Erika Foster
For anyone interested in how I fixed the error I was getting using Query_repeater and CF 4.5: I simply removed the "maxrows" attribute from the code that actually runs the query. I'm not sure why that was throwing back the "can't convert 999 to and integer" error, but deleting the attrib

Re: Problem with CFUPDATE

2000-04-19 Thread Will Davidson
there IS an explaination for this problem, you don't just have to use the CFQuery ... ColdFusion uses a validation scheme whenever it sees certain suffixes on fieldnames. the suffixes are recognized by seeing an underscore "_" and then the cooresponding word, in your specific case, it is "_date"

RE: Advanced Security

2000-04-19 Thread bert
Try writing your own custom tag rapers for those cf I/O tags... And if there is a way to get the user information and set their security do it and pass it to the tag. Make sure the security format has some association with the directory structure either by setting the directories to an index asso

Re: CFX-Excel tag

2000-04-19 Thread David Hannum
Allaire Tag Gallery (Developers section of site). I got it there and I use it all the time!!! Dave - Original Message - From: KAREN REITER <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 19, 2000 3:17 PM Subject: CFX-Excel tag > I've seen references to this tag, but

Easy one! But I'm so blind I can't see it!

2000-04-19 Thread Nick & Loretta Pioch
I have a query like: is approved is #P_IsApproved_YN# or #YesNoFormat(getProduct.P_IsApproved_YN)# I look at the database, it's one thing (the correct thing)...I output it to the screen it's another (the wrong thing!!). I know I'm querying the same database I am looking at. I have forced any ca

Query / Output Question

2000-04-19 Thread Bill Killillay
Ok, maybe it's just been a long day I don't know. Anyway, here is a very basic query to an Access database for development. Here is my question, if I include the Query="RES_INSTALL_PROFILES" in my output, I get NOTHING, Nada, Zero. But as soon as I pull it out and run the output I get the numbe

Re: Ordering by TEXT

2000-04-19 Thread Ryan Shrout
Sorry to bother again, but can you type an example one with the substring? SELECT ID, Name, Title (Title is in a TEXT format) FROM MyTable ORDER BY ??substring(Title, 1, 10)?? ASC -Ryan Shrout Power Gamerz; K7M.COM [EMAIL PROTECTED] - Original Message - From: "Olive, Chri

RE: Silly question from a novice

2000-04-19 Thread Mike Sheldon
Your INSERT problem is probably quote-related. Do not put single quotes around numeric data. Michael J. Sheldon Internet Applications Developer Phone: 480.699.1084 http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: Tiffany - Tech Support [mailto:[EMAIL PROT

RE: white space issues with Realpix

2000-04-19 Thread Rob Sherman
You'll want to wrap large chunks of code like so: (more code) that way it will suppress all the white space that would have normally been generated between the tags. Sincerely, Rob Sherman -- Developer / Certified Cold Fusion Instructor

Re: simple createODBCdate question

2000-04-19 Thread Emily B. Kim
in this case, the pound signs really aren't even necessary because you're already in a cfset statement. i think the recommendation is to not use them inside of cf tags because you're "over-coding". try: -emily >> >Should be >Pound signs always go on the outside, any text not escaped (inside

need help finding an ISP

2000-04-19 Thread MichaelFox
This is a multi-part message in MIME format. --=_NextPart_000_000B_01BFAA26.99455440 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable The company I am developing for has a problem. Our ISP (intermedia) = won't let us index and search pdf's, w

Re: U.S. states pull down menu

2000-04-19 Thread Kent A. Orso
Go to the Tag Gallery on Allaire and do a search for CF_STATE - Original Message - From: "Tom Rainey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 19, 2000 8:04 PM Subject: U.S. states pull down menu > Can someone direct me to a snippet somewhere for a U.S. states

white space issues with Realpix

2000-04-19 Thread Chad Collingwood
Hi, I'm having an issue creating dynamic Realpix with Cold Fusion and RealPlayer G2. We see the following error: - Realpix error- No IMFL tag present. The problem i

RE: Outlook express

2000-04-19 Thread Shane Pitts
you have to create different user profiles for windows 98 (im assuming you are using) and then each person needs to log on to windows under their profile, and will have access to their own outlook express profile.. -Original Message- From: vinicius [mailto:[EMAIL PROTECTED]] Sent: Wedn

OT: Outlook express

2000-04-19 Thread vinicius
This might sound stupid, but ... Can I create different profiles in Outlook express 4.0? I'm tired to share my mail box with my syster. []'s vinicius -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

U.S. states pull down menu

2000-04-19 Thread Tom Rainey
Can someone direct me to a snippet somewhere for a U.S. states pull down menu? Thanks, Tom -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=

RE: intermedia hosting $$ for SQL server

2000-04-19 Thread Reagan, Leman
I am considering this service www.interland.com. The 2nd level account has a monthly fee *including* SQL server for $49.95 -Original Message- From: Tom Rainey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 4:58 PM To: [EMAIL PROTECTED] Subject: intermedia hosting $$ for SQL s

Re: Studio Extended find and Replace RegExp Question

2000-04-19 Thread David Shadovitz
Josh, leave the jokes to me. -David On Wed, 19 Apr 2000 19:46:11 -0400 "Jon Hall" <[EMAIL PROTECTED]> writes: > Jon Bocock, > > I believe to solve your problem, you need administer the exponential > output > of the modulation assembly on the motherboard circuit wiring to > configure > properly

Replace

2000-04-19 Thread Sreang Kim
This is a multi-part message in MIME format. --=_NextPart_000_05D0_01BFAA20.CF783420 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I attempted to use:=20 to achieve the same purpose. However, it doesn't work. What am I doing = wro

RE: Silly question from a novice

2000-04-19 Thread Mike Sheldon
As a couple others have pointed out, your field datatype is character, not numeric. Now, you have two options here, change the datatype of the column, or do some "fancy footwork" in the query. Changing the datatype is probably the best solution, but in case it's not feasible... Use CONVERT SELEC

intermedia hosting $$ for SQL server

2000-04-19 Thread Tom Rainey
I checked out Intermedia Cold Fusion hosting. Doesn't $50/month extra for SQL server seem a little much? -Tom -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?

Re: Silly question from a novice

2000-04-19 Thread Tiffany - Tech Support
It seems that when I change the field from text to int it wont INSERT the data correctly. It gives me errors. Welp, thanks for pointing that out though.. gonna go mess with it s'more ;) -Tiffany - Original Message - From: Top-Link Tech (John Ceci) <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: Special character question:

2000-04-19 Thread Jon Hall
a cousin of ":)" josh - Original Message - From: "Pecora, James" <[EMAIL PROTECTED]> To: "CF Talk (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, April 06, 2000 2:49 PM Subject: Special character question: > What is this?? > > > > --

RE: Silly question from a novice

2000-04-19 Thread Braver, Ben:
Hi Tiffany, This field is apparently character / text not numeric. Text fields are left-justified, and sorted starting from the left. So all the 1's will sort first, then all the 2's, etc. Ben > -Original Message- > From: Tiffany - Tech Support [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday

Re: Studio Extended find and Replace RegExp Question

2000-04-19 Thread Jon Hall
Jon Bocock, I believe to solve your problem, you need administer the exponential output of the modulation assembly on the motherboard circuit wiring to configure properly, then repeat as many times as needed. Josh - Original Message - From: "CFM" <[EMAIL PROTECTED]> To: "House of Fusion

RE: simple createODBCdate question

2000-04-19 Thread George Loch
DOH! That was the issue. I had changed my field name to be compliant and didn't change it in the cfm document. I will sulk back into my read-only mode :) Thanks for all the help folks! George -Original Message- From: Birgit Pauli-Haack [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 1

RE: Silly question from a novice

2000-04-19 Thread Jason Zimmerman
The numbers in the database are not integers. They are probably varcahrs or something. You would need to change the datatype of that field in the table to int. -Original Message- From: Tiffany - Tech Support [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 20, 2000 12:34 AM To: [EMAIL PRO

RE: Silly question from a novice

2000-04-19 Thread Top-Link Tech (John Ceci)
Tiffany, You are storing the data in your table as character data not numeric... John -Original Message- From: Tiffany - Tech Support [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 6:34 PM To: [EMAIL PROTECTED] Subject: Silly question from a novice This is probably the mos

Silly question from a novice

2000-04-19 Thread Tiffany - Tech Support
This is probably the most lame question: When you do an ORDER BY in a query with a variable that will display numbers, of course it lists all the numbers like this: 1 12 20 6 70 9 Instead of 1, 6, 9, 12, 20, 70 Why does it do that? And how can I get it to order them correctly? Thanks! __

Re: simple createODBCdate question

2000-04-19 Thread Birgit Pauli-Haack
Hello George, is just as sufficient as it can get... WHERE date = newdate should work then... I am hesitating, 'cause 'date' is possibly a reserved word either in CF or in SQL. Somebody help me out here:-)) Birgit Wednesday, April 19, 2000, 5:32:39 PM, you wrote: > Ok, I thought I had t

RE: converting word docs to HTML

2000-04-19 Thread Peter Tilbrook
>>Snip By the way, I've heard of CFX_Doc2HTML which should do the same thing, but I wasn't able to obtain a copy, and anyways someone wrote in that it breaks in 4.5.1. >>That's right - it breaks in CF 4.5.1 (final) - ironically it was working in the release candidates. You can obtain CFX_Doc2HT

RE: HELP!!!!!

2000-04-19 Thread Peter Tilbrook
Have a look at http://www.actcfug.org.au and look under "Downloads" (at the very bottom is a PDF document that better explains how Verity works). I hope that helps. Cheers! -- Peter Tilbrook SafetyWeb Internet Solutions Pty Ltd 31-37 Townshend Street Phillip, ACT, 2602 AUSTRALIA Tel: (02) 6273

Re: Studio Extended find and Replace RegExp Question

2000-04-19 Thread David Shadovitz
Check out http://www.sccfug.org/ and click on Downloads. The last item in the table is Cary Gordon's talk on RegExp, including Studio's capabilities. -David On Wed, 19 Apr 2000 16:44:49 -0600 CFM <[EMAIL PROTECTED]> writes: > does anyone out there have any good documentation or examples of how

Studio Extended find and Replace RegExp Question

2000-04-19 Thread CFM
does anyone out there have any good documentation or examples of how to use regular expressions in exteneded find and replace in cfstudio 4.01? i'm just stumped. thanks a bunch, jon bocock. -- Archives: http://www.eGroup

Re: Any other place like cf-talk?

2000-04-19 Thread Steve Aylor
www.swynk.com Steve - Original Message - From: "aslam bajaria" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 19, 2000 2:08 PM Subject: Any other place like cf-talk? > Is there a mailing list like [EMAIL PROTECTED] > for SQL Server? > > Thanks all for all the great h

RE: simple createODBCdate question

2000-04-19 Thread George Loch
Hmmm... I get the same error -Original Message- From: Judah McAuley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 3:52 PM To: [EMAIL PROTECTED] Subject: Re: simple createODBCdate question > >Here is the code: > > Should be Pound signs always go on the outside, any tex

Fw: RE: Blasted loops..

2000-04-19 Thread David Shadovitz
Steve Bernard asked for David Crawford's posting; it's in here. -David S. - Forwarded message -- From: "Canyon WebWorks - Benjamin S. Rogers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Mon, 20 Sep 1999 12:14:46 -0700 Subject: RE: Blasted loops.. Message-ID: <001401bf039c$66

Re: converting word docs to HTML

2000-04-19 Thread David Shadovitz
As a follow-up, I checked "Writing Word Macros" (Steven Roman, O'Reilly). He lists the possible values of the file format argument of Word's SaveAs method: wdFormatDocument = 0 wdFormatTemplate = 1 wdFormatText = 2 wdFormatTextLineBreaks = 3 wdFormatDOSText = 4 wdFormatDOSTextLineBreaks = 5 wdFo

Re: IIS scripting objects in CF

2000-04-19 Thread Aymeric Grassart
Most features of the scripting object have identical CF functions. For Scripting.FileSystemObject, use cffile; for scripting.dictionaries, use structures. Unless you require the ability to modify the IIS object itself (for example an automated ISP app,) you shouldn't have a problem finding a repl

Re: "Only Anonymous" Security on IIS problem

2000-04-19 Thread Al Musella, DPM
By setting "only anonymous", you do not allow your authenticated users in. Everyone on your lan is an authenticated user. Even though the application doesn't use the authentications, the web server is just following your instructions! To fix it, just add the authenticated users group to

Re: simple createODBCdate question

2000-04-19 Thread cftalk
Instead of: use: To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, April 19, 2000 11:32 PM Subject: simple createODBCdate question Ok, I thought I had the jist of this but. no... I am doing a query on a table that has a date field. Here is the code: select field_1,field_2 FROM mytable wh

Re: simple createODBCdate question

2000-04-19 Thread Judah McAuley
> >Here is the code: > > Should be Pound signs always go on the outside, any text not escaped (inside single or double quotes) insides the pound signs are interpreted as variables. And creating a date will automatically format the date correctly, so no need for the dateformat command. And

RE: Sorting search results: revisited

2000-04-19 Thread Chris Geanious
Thanx, Jeff - I knew there had to be a better way! I'll give it a whirl Regards, Chris At 05:16 PM 4/19/00 -0400, you wrote: >If you want it "cleaner", use a persistent structure. At least you won't >have a bunch of hidden fields clogging up the FORM structure from page to >page, it will execut

RE: converting word docs to HTML

2000-04-19 Thread Steve Bernard
Does anyone still have a copy of the original solution as posted by Dave Crawford? Thanks, Steve -Original Message- From: David Shadovitz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 5:22 PM To: [EMAIL PROTECTED] Subject: Re: converting word docs to HTML Back in Septembe

Re: CyberCash Problem

2000-04-19 Thread Aymeric Grassart
Russel Madere wrote: > > I'm having a problem submitting a CyberCash Transaction. Using the > CFX_CyberCash tag, Not all of the Proof Of Purchase query results are > returned. > > I am using: > > ccps_host="http://cr.cybercash.com/cgi-bin/" Heh, you gotta love this, http; they

simple createODBCdate question

2000-04-19 Thread George Loch
Ok, I thought I had the jist of this but. no... I am doing a query on a table that has a date field. Here is the code: select field_1,field_2 FROM mytable where date = #newdate# I get the ole' "[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. " error on this. Am I n

IIS scripting objects in CF

2000-04-19 Thread Pecora, James
Hello all... I'm trying to draw some parallels between CF and ASP for a client... The use of the native IIS scripting objects has come up... I am trying to understand if it is possible and in what syntax - to use these objects.. EXAMPLE: the object scripting.dictionary (is actually a single dim

RE: domino and rs6000

2000-04-19 Thread Doug Ford
Jason, If you want CF to talk to Domino, you are going to need the NotesSQL driver found on the Lotus site. That will give you an ODBC driver. Hope this helps. Doug -Original Message- From: Jason Egan [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 7:24 AM To: Cf-Tal

Re: converting word docs to HTML

2000-04-19 Thread David Shadovitz
Back in September, David Crawford wrote that he did exactly this, using mydoc2.SaveAs("d:\temp\htmltest.htm",val("10")) ; -David Greg Saunders <[EMAIL PROTECTED]> writes: > I'm trying to use CFOBJECT to convert a Word doc to HTML. The code > basically works, except that I don't have the righ

RE: form.fieldnames setting values to null

2000-04-19 Thread Dave Watts
> Hey all, > anyone know of an easy way to set values of > form.fieldnames to null if they are blank > I'm trying to do it so null values instead of blanks are sent > to a storeproc. > Any help would be appreciated. > eg > > > > > Here's an alternate method for doin

RE: Sorting search results: revisited

2000-04-19 Thread Jeff Shepler
If you want it "cleaner", use a persistent structure. At least you won't have a bunch of hidden fields clogging up the FORM structure from page to page, it will execute a little faster as the data is in server memory and not being passed and parsed over and over... On the initial search page, mak

form.fieldnames setting values to null

2000-04-19 Thread bert
Hey all, anyone know of an easy way to set values of form.fieldnames to null if they are blank I'm trying to do it so null values instead of blanks are sent to a storeproc. Any help would be appreciated. eg ===o00o== o_o ==o00o=

Any other place like cf-talk?

2000-04-19 Thread aslam bajaria
Is there a mailing list like [EMAIL PROTECTED] for SQL Server? Thanks all for all the great help __ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com --

Re: Too many checkboxes checked for categories as part of a newsletterservice

2000-04-19 Thread David Shadovitz
On Wed, 19 Apr 2000 "cftalk" <[EMAIL PROTECTED]> writes: > I want to send a couple of users E-Mails. > (users are stored in a DB) Ouch! Get them out! -David (who will thankfully be off-line for the next 3 days) YOU'RE PAYING TOO M

Re: SQL.COUNT question

2000-04-19 Thread David Shadovitz
I think "fred" is a reserved word. On Wed, 19 Apr 2000 <[EMAIL PROTECTED]> writes: > select count(*) as fred YOU'RE PAYING TOO MUCH FOR THE INTERNET! Juno now offers FREE Internet Access! Try it today - there's no risk! For your F

Re: CF Studio 4.5 and Image Maps

2000-04-19 Thread Won Lee
On Wed, 19 Apr 2000 16:11:14 -0400, Jeff Shepler <[EMAIL PROTECTED]> wrote: currently I'm on studio 4.5a and our development server is 4.01 and the image map works fine sometimes the studio will not a usemap attribute on the img that you want to map so you might have to manually put that in hop

OT: Still need some MSDE help

2000-04-19 Thread Bud
Hi. I installed the WebBoard demo on my server, but for some reason it doesn't create the database during install. If I create an empty database at home with SQL Server desktop, what steps do I need to take to get it to run under MSDE on the server? Any help would be appreciated. Been fooling

SQL Text Columns

2000-04-19 Thread John Keane
Using SQL Server 7.0 and ColdFusion 4.0.1, how can I get the complete field value of a text column. A SELECT will give me the first 1,000 characters and anything beyond that is truncated. SELECT PRODUCT_DESCRIPTION FROM tblProduct WHERE product_id = 001 Thanks John Keane EMail: [EMAIL PR

RE: CF and DSN

2000-04-19 Thread Jeff Shepler
It is almost always a security thing. You didn't mention what database the DSN connects to, so I'll assume either Access or MS SQL Server. Not knowing what you tried, I can only suggest the obvious thinking maybe you missed something. I'm assuming that you're using CFADMIN to verify the database

RE: What's the difference?

2000-04-19 Thread Jennifer
That's definitely good to know. Even if I was doing it right in the first place... ;) At 02:29 PM 4/19/00 -0600, you wrote: >jennifer - if you don't scope attribute variables, they won't be found at >all. you must scope those variables. hth! -emily > >At 03:13 PM 4/19/2000 -0500, you wrote: > >I

Re: Question2 on FuseBox model

2000-04-19 Thread Fred Sanders
have you tried putting a method="post" in your tag? Fred T. Sanders Galveston Island, TX -- Having a bad day? Imagine this... You are in total seclusion from that hectic place called "The World". The soothing sound of a gentle waterfall fills the air with a cascading

Re: commenting a processing hog???

2000-04-19 Thread Sharon DiOrio
Put commenting in between two tags like this: This will strip out the white space used by the commenting from being sent to the browser (which is why you're seeing a performance degradation.) I prefer to envelope my processing code in the same tags for the same reason. Sharon At

RE: What's the difference?

2000-04-19 Thread Adrian Wright
If you are not explicit with the attribute scope, then variables within that scope will not be found. Example === Say you have a variable called attribute.test. If you use #test# to display the value of attributes.test the server will look in scopes 1 thro 7 for a variable called test. If t

RE: What's the difference?

2000-04-19 Thread Cameron Childress
> What's the difference between saying > attributes.fuseaction > or just saying fuseaction? > Thanks ALl Actually, I think it's because Fusebox apps are meant to be built so that they could potentially be called as a custom tag via cfmodule. Using the "attributes" scope (which is a custom tag th

RE: What's the difference?

2000-04-19 Thread Emily B. Kim
bob - you're absolutely right for the variables listed below, but the attributes scope actually must be declaredsame with session, application, and server vars. -emily At 04:21 PM 4/19/2000 -0400, you wrote: >It is not 'wrong' to not provide the attribute scope, but if you don't, >you're leav

RE: commenting a processing hog???

2000-04-19 Thread Bob Hendren
It will probably depend on if you're using CF or standard HTML comments (three dashes vs. two at beginning and end of comment) and if there are blocks around the commented code also. If you practice putting at the top of the document and at the bottom, CF will have to look at every character.

RE: commenting a processing hog???

2000-04-19 Thread Cameron Childress
I would assume that it would depend on your server settings. I would think that once the page is turned into pcode, that the comments would all be stripped out, and it would be the same as a non-commented file. I'd try doing your tests again, but make sure you have some template cache avail on t

converting word docs to HTML

2000-04-19 Thread Greg Saunders
I'm trying to use CFOBJECT to convert a Word doc to HTML. The code basically works, except that I don't have the right parameter for the "file type" for the save-as method. If I remove "HTML" it works fine, but with "HTML" it breaks. What should the parameter be?

RE: What's the difference?

2000-04-19 Thread Emily B. Kim
jennifer - if you don't scope attribute variables, they won't be found at all. you must scope those variables. hth! -emily At 03:13 PM 4/19/2000 -0500, you wrote: >I don't understand if you are saying that I'm wrong or if you are saying >that it won't find the variable if you don't put the attri

RE: What's the difference?

2000-04-19 Thread Bob Hendren
It is not 'wrong' to not provide the attribute scope, but if you don't, you're leaving it up to CF to figure it out. By providing it yourself, you take away any doubt as to whether you're referring to URL.variablename or Form.variablename, for example. - Bob Hendren Brain

CF Studio 4.5 and Image Maps

2000-04-19 Thread Jeff Shepler
Has anyone successfully used the new image map editor of studio 4.5? I can't get it to work. It keeps telling me that it can't find the file, even though I know it's there. Could it be that we're still using the 4.01 server? Actually, that brings up an important question. What problems can I ex

commenting a processing hog???

2000-04-19 Thread Mike Amburn
in the past, we encouraged developers to comment their code as often as possible. however, after running a few tests between a page with a lot (20-30 lines of comments) of comments aginst the same page without the comments, the performance of the latter is about a 100% gain. i was under the impre

RE: What's the difference?

2000-04-19 Thread Jennifer
I don't understand if you are saying that I'm wrong or if you are saying that it won't find the variable if you don't put the attribute scope. Either is totally possible, so please let me know, just for the record. At 01:29 PM 4/19/00 -0500, you wrote: >The server does not implicitly look in th

RE: CFCOOKIES and CFLOCATION

2000-04-19 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_01BFAA39.D9B0E060 Content-Type: text/plain; charset="iso-8859-1" You cannot use cfcookie and cflocation on the same page because t

"Only Anonymous" Security on IIS problem

2000-04-19 Thread Mark Zukiwsky
Hi all, I have a CF-powered training application that runs on a company intranet. The company just installed CF 4.5 Pro yesterday, and we're having problems when accessing .cfm pages with "only anonymous" directory settings. Requests using .htm pages are processed. The following error is gene

CF and DSN

2000-04-19 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_01BFAA37.9BE47130 Content-Type: text/plain; charset="iso-8859-1" I have a problem getting the CF server to verify a certain DB I h

Re: How to use IE's password remembering functionality?

2000-04-19 Thread Jacob
Tools - Internet Options - Content Under the Personal Informatio, click AutoComplete... Choose the correct settings. Jacob At 12:08 PM 4/19/00 -0500, you wrote: >What is the trick to getting IE to use it's "remember my password" >feature? I cannot seem to get it to work with my site. > >TIA, >-

Sorting search results: revisited

2000-04-19 Thread Chris Geanious
Further Greetings, So, thanking those who did respond to my original posting concerning sorting search results, This is what I ended up doing. Not elegant or very pretty but here goes: The problem: Search results produced by a dynamic query: SELECT Contact_Information.Firs

RE: CFCOOKIES and CFLOCATION

2000-04-19 Thread Chris Doig
You can also cfinclude a file with a meta redirect. -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 12:07 PM To: '[EMAIL PROTECTED]' Subject: RE: CFCOOKIES and CFLOCATION Yep there is all kinds of documentation on allaires site about th

CFX-Excel tag

2000-04-19 Thread KAREN REITER
I've seen references to this tag, but haven't been able to find it in any of the CFX websites that I've visited. Can anyone provide information as to the functionality of the tag and tell me where I can find it? Thanks, Karen Reiter -

RE: CFCOOKIES and CFLOCATION

2000-04-19 Thread Mike Sheldon
This is a very old VERY documented issue. Allaire has documented this, and has stated that it is the intended behavior. Michael J. Sheldon Internet Applications Developer Phone: 480.699.1084 http://www.desertraven.com/ PGP Key Available on Request -Original Message- From: Tariq Ahmed [ma

RE: CFCOOKIES and CFLOCATION

2000-04-19 Thread Kelly Matthews
Yep there is all kinds of documentation on allaires site about that. If you go to their knowledge base and search on cookies you will see some suggestions. What I do is set a session throw them to the front page (after log in) and then set the cookie there. > -Original Message- > From: T

RE: FedEX ShipAPI Interface...

2000-04-19 Thread Eron Cohen
Desert Raven has created an excellent FREE tag that works with intershipper net (which is also free provided you're willing to display their logo on your page). It handles FEDEX, UPS, USPS, DHL ... I am very happy with it. http://www.intershipper.net/integrate.asp -Original Message- Fro

Re: Cf Studio resources hog? anyone see this?

2000-04-19 Thread Judith Campbell
My experience has been that Cold Fusion will not co-exist happily with any of the Microsoft Office apps open and AIM running. So you have to pick which one you can live without. At 06:55 PM 04/18/2000 -0500, you wrote: >Does anyone else have this problem: > >When I have CF Studio 4.5.1 running

SQL Server7

2000-04-19 Thread Mohsin Khan
Hi All, I need to export data from SQL Server7 database to AS400 plateform( Flat File Format/ text format ) a Non-Relational Database( Hierarchical database). Is there any third party tool to do this or is there any other easy way to do this. Thanks in advance. Khan _

RE: Ordering by TEXT

2000-04-19 Thread Olive, Christopher M Mr USACHPPM
take a substring(1,10) of the text field, alias it, and order by that. Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: Ryan Shrout [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 2:46 PM To: [EMAIL PROTECTED] Subject: Ordering by TEXT Thi

Ordering by TEXT

2000-04-19 Thread Ryan Shrout
This is a multi-part message in MIME format. --=_NextPart_000_0061_01BFAA0E.6D671740 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I know that there is no simple way to accomplish this, but I need to be = able to sort the order of a query

Re: What's the difference?

2000-04-19 Thread Emily B. Kim
At 06:07 PM 4/19/2000 GMT, you wrote: >One is good coding style and the other is not >>What's the difference between saying >>attributes.fuseaction >>or just saying fuseaction? actually, in terms of fusebox, it means a little more. url and form variables get changed to "attributes"-scoped varia

FedEX ShipAPI Interface...

2000-04-19 Thread Top-Link Tech (John Ceci)
Hello All: Has anyone out there written any custom tags or CFX's to the FedEx ShipAPI? If so, are they for sale? Thanks, John -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusi

RE: What's the difference?

2000-04-19 Thread Adrian Wright
The server does not implicitly look in the attribute scope. The scope search order is : 1) local 2) CGI 3) File 4) URL 5) Form 6) Cookie 7) Client -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 1:19 PM To: [EMAIL PROTECTED] Subject: Re: What

Re: What's the difference?

2000-04-19 Thread Won Lee
One is good coding style and the other is not On Wed, 19 Apr 2000 10:18:46 -0700 (PDT), aslam bajaria <[EMAIL PROTECTED]> wrote: >What's the difference between saying >attributes.fuseaction >or just saying fuseaction? >Thanks ALl > >__ >Do You Yah

  1   2   3   >