Re: ever see this on a mac

2002-04-26 Thread Douglas Jordon
Brook Davies wrote: >Good question. I recall seeing this happen also. I thin we solved it like this: > > > > > >bd > I used: ...and Find(".tmp",form.fieldname) eq 0> etc. Is the browser trying to help me in some way? Is the system somehow making assumptions about where a file might go?

Re: Copying a structure

2002-04-26 Thread Douglas Brown
I knew that Raymond, I was just testing you :-) "Success is a journey, not a destination!!" Doug Brown - Original Message - From: "Raymond Camden" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 7:55 PM Subject: RE: Copying a structure > > > >

RE: Copying a structure

2002-04-26 Thread Raymond Camden
> > > Ack, no. The Form scope is a structure. To get form data, you don't need evaluate: === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus "My a

RE: Locking by name - is it application independant ?

2002-04-26 Thread Owen Leonard
> If you're using CF 4.5.x or higher, you should use the SCOPE > attribute when locking memory variables, and the NAME attribute > for locking other things, like CFX tags, if they need to be locked. Is the goal in locking a CFX tag to prevent two users from accessing the tag simultaneously? So i

Re: Copying a structure

2002-04-26 Thread Gyrus
> what I need to do is copy that structure (form) so that it will be available to the calling template. The Form structure should be available by default to all templates within the request - no need to copy to make it available to custom tags. - Gyrus - [EMAIL PROT

Re: ever see this on a mac

2002-04-26 Thread Brook Davies
Good question. I recall seeing this happen also. I thin we solved it like this: bd At 05:06 PM 26/04/02 -0400, you wrote: >Trim() was the first thing I tried. But the value of the field was not a >space or carriage return, but something like c:WINNT\TEMP\SomeFile.tmp >which I though

Re: Copying a structure

2002-04-26 Thread Douglas Brown
form.fieldNames will give you a list of the form elements and then all you need to do is loop through the list and copy it over to the caller scope. The below code should accomplish this. There may be an easier way and if so, someone chime in. IE "Success is

Re: ORACLE CLOB, single quotes double quotes turn into question marks

2002-04-26 Thread Carl
Thanks Christopher! That's the problem. Carl - Original Message - From: "Christopher Olive" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 4:55 PM Subject: RE: ORACLE CLOB, single quotes double quotes turn into question marks > if MS "Smartquotes" is

Copying a structure

2002-04-26 Thread Michael Tangorre
Hello. I have a fusebox application I am working on and need some advice. I have a custom tag around each index.cfm file in each circuit of the application. In one circuit I have a page that displays a form. The user fills out the form and submits it. Well I then have a fuse called act_checkFor

CFUN-02 only 4 days left on Early Bird and Hotel information

2002-04-26 Thread Michael Smith
Come to CFUN-02 ColdFusion Conference in 6 weeks - speakers include famous CF authors and speakers Ben Forta, Charlie Arehart, Michael Dinowitz, Steve Drucker and Hal Helms. You get two days chocked full of hidden CF tips and methods and learn about the new version of ColdFusion - CF MX - that

Re: which is faster ?

2002-04-26 Thread Paul Giesenhagen
cfswitch is much faster ... but both are usable in different situations ... look through the archives, others have done tests and outputed their variances I am assuming it is faster because it doesn't have to evaluate an expression and just has to evaluate a value. Paul Giesenhagen QuillDesi

which is faster ?

2002-04-26 Thread bajaria aslam
Hey All, Any difference in performance between using a statement and using statement? Does anyone know which is faster and why? Thanks __ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo

Re: ever see this on a mac

2002-04-26 Thread Douglas Jordon
Trim() was the first thing I tried. But the value of the field was not a space or carriage return, but something like c:WINNT\TEMP\SomeFile.tmp which I thought was weird. How was a path existing on the server get into the form field? Brook Davies wrote: > On the mac, often a carriage return is

RE: ORACLE CLOB, single quotes double quotes turn into question marks

2002-04-26 Thread Christopher Olive
if MS "Smartquotes" is turned on, cutting and pasting into Oracle/SQL Server will blow up. christopher olive cto, vp of web development, vp it security atnet solutions, inc. 410.931.4092 http://www.atnetsolutions.com -Original Message- From: Carl [mailto:[EMAIL PROTECTED]] Sent: Friday

Re: ever see this on a mac

2002-04-26 Thread Brook Davies
On the mac, often a carriage return is appended to the form fields, so the check to see if the field is empty will not work. Try using a Trim() on the upload field. bd At 04:48 PM 26/04/02 -0400, you wrote: >I'm enhancing a record edit screen that includes images. If you opened a >record for e

Re: Window resize

2002-04-26 Thread Douglas Brown
Yeah them damn designers... "Success is a journey, not a destination!!" Doug Brown - Original Message - From: "Lee Fuller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 1:50 PM Subject: RE: Window resize > Yeah.. Like those silly fl

RE: Window resize

2002-04-26 Thread Lee Fuller
Yeah.. Like those silly flash opening windows. Resizes the main browser screen to the site to full screen. Completely ticks me off. .. My .02 | -Original Message- | From: Shawn Grover [mailto:[EMAIL PROTECTED]] | Sent: Friday, April 26, 2002 1:42 PM | To: CF-Talk | Subject: R

ever see this on a mac

2002-04-26 Thread Douglas Jordon
I'm enhancing a record edit screen that includes images. If you opened a record for editing and saved it without changing the images, it was generating a "CFFILE can't find the file to uploard" error on a mac. In the code, there was a conditional if form.image is '' then do nothing, but it was

RE: Window resize

2002-04-26 Thread Shawn Grover
I agree Dennis, a standard website resizing my windows is damn annoying. That said however, there are legitimate reasons within web applications where this is extremely useful. We have a few samples of it in our current app, but I'm not allowed to go into details (cuz of the NDA). My thoughts,

spell check ignore all

2002-04-26 Thread Janine Jakim
I am using a spell check (ben forta's). Has anyone used this and made an "ignore all" button? I'm trying to figure out what the best way to do it... I look at it thinking it should be easy... So how do I flag the query output to not show the same word over and over again as it checks the spelling

RE: ActiveX DLL to return a collection with CFOBJECT

2002-04-26 Thread David Jones
Yeah I read this yesterday while looking for an answer to my problem. I almost tried it, just for the hell of it... I was able to get my component working to return an array. Thanks for everyone's advice. Dave. -Original Message- From: Joseph Thompson [mailto:[EMAIL PROTECTED]] Sent:

RE: Window resize

2002-04-26 Thread UXB Internet
Sure. Place this in your body tag: However, I cannot tell you how annoying it is when a web site just automatically decides to resize my browser window. Best regards, Dennis Powers UXB Internet - A Web Design and Hosting Company tel: (203)879-2844 fax: (203)879-6254 http://www.uxbinternet.

RE: ORACLE CLOB, single quotes double quotes turn into question m arks

2002-04-26 Thread Shawn McKee
Since I'm using Oracle this sounds like the answer, thanks. Shawn -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 3:13 PM To: CF-Talk Subject: RE: ORACLE CLOB, single quotes double quotes turn into question m arks >On the topic of CLOB's.

RE: ORACLE CLOB, single quotes double quotes turn into question m arks

2002-04-26 Thread Dave Carabetta
>On the topic of CLOB's. How do you insert it when using ? > I've had no trouble using the following with Oracle: Can't speak for other DBMS platforms though. Regards, Dave. _ Get your FREE download of MSN Explorer at http://ex

RE: ORACLE CLOB, single quotes double quotes turn into question m arks

2002-04-26 Thread Shawn McKee
On the topic of CLOB's. How do you insert it when using ? Shawn McKee Manager, Web Development NewsStand, Inc. 8620 Burnet Rd., Suite 100 Austin, TX 78757 USA 512-334-5100 Read newspapers and magazines from around the world in a whole new way. NewsStand delivers them to your PC without paper and

ORACLE CLOB, single quotes double quotes turn into question marks

2002-04-26 Thread Carl
Anyone know why single quotes and double quotes that are cut and pasted from MS Word into a text area change into question marks when inserted into an ORACLE clob column? It seems to work fine if the user types them directly into the text area. Any work arounds are appreciated. Thanks! Carl

TESTING 2

2002-04-26 Thread cftalk
posts not showing up! __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/fa

RE: previous cfm page

2002-04-26 Thread Shawn Grover
CGI.HTTP_REFERER -Original Message- From: Ryan Pieszak [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 1:35 PM To: CF-Talk Subject: previous cfm page Hello all, Is there a cgi variable I could use to tell what page a user came from? Or maybe a way to pull that from the history

RE: previous cfm page

2002-04-26 Thread David DiPietro
here's a bunch of cgi's #cgi.Http_Referer# referer #cgi.HTTP_WHOIS_ID# --> OSU User #cgi.HTTP_WHOIS_ID# #cgi.Remote_Addr# #cgi.Auth_Type# Auth Type #cgi.Auth_User# Auth user #cgi.Content_Length# Con Len #cgi.Content_Type# Con Type #cgi.Document_Root# Root #cgi.GateWay_Interface# I Face #cgi.

Re: previous cfm page

2002-04-26 Thread Paul Giesenhagen
#cgi.http_referer# Should do the trick.. you may have to trim some stuff off if you need.. Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector v2.0 - Commerce Builder > Hello all, > Is there a cgi variable I could use to tell what page a user came from? Or > maybe a way to pu

Re: UPS E-commerce online tools (XML) and CF and Ben Forta's CF_UPSPrice tags impending death?

2002-04-26 Thread Rafael (Alan Bleiweiss)
I just found a reason to be positive about the rumored phaseout... If they phase out the technology that allows CF_UPSPrice to work, it would give me a legitimate reason to provide my clients more work at new billables... (Can't blame me that UPS made a corporate policy change that impacts tho

RE: previous cfm page

2002-04-26 Thread Jeff Brown
Ryan, cgi.HTTP_REFERER works... v/r, Jeff -Original Message- From: Ryan Pieszak [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 3:35 PM To: CF-Talk Subject: previous cfm page Hello all, Is there a cgi variable I could use to tell what page a user came from? Or maybe a way to

Re: isNumeric Trivia

2002-04-26 Thread Douglas Brown
Yeah, I was like huh? "Success is a journey, not a destination!!" Doug Brown - Original Message - From: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 12:36 PM Subject: RE: isNumeric Trivia > Dave master of mathema

RE: Variable names in CFINPUT

2002-04-26 Thread David DiPietro
Which of these is best? 1. 2. 3. David DiPietro Systems Developer / Engineer OSU College of Medicine & Public Health Voice (614) 292-5960 Fax (614) 292-0745 -Original Message- From: David DiPietro [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 3:29 PM To: CF-Talk Subje

previous cfm page

2002-04-26 Thread Ryan Pieszak
Hello all, Is there a cgi variable I could use to tell what page a user came from? Or maybe a way to pull that from the history through javascript? I'm trying to find out what page a user has come from when they pop onto an error page. Thank you. Ryan Pieszak Ryan J. Pieszak Applications Engine

RE: isNumeric Trivia

2002-04-26 Thread Mark A. Kruger - CFG
Dave master of mathematical errata -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 2:36 PM To: CF-Talk Subject: RE: isNumeric Trivia > Pardon me if this has been covered before but why does the code: > > > #isNumeric('3D2')# >

RE: isNumeric Trivia

2002-04-26 Thread Dave Watts
> Pardon me if this has been covered before but why does the code: > > > #isNumeric('3D2')# > #isNumeric('4E2')# > #isNumeric('3424234E23')# > #isNumeric('6456423D324')# > > > return 'YES' values? It will work with any combination of > numbers as long as there is at least one

RE: Variable names in CFINPUT

2002-04-26 Thread David DiPietro
Thanks David DiPietro Systems Developer / Engineer OSU College of Medicine & Public Health Voice (614) 292-5960 Fax (614) 292-0745 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 2:45 PM To: CF-Talk Subject: RE: Variable names in CFINPUT >

RE: WDDX Breaking Hidden Field

2002-04-26 Thread Tony_Petruzzi
why don't you use the urlencodedformat() before serializing the data. this will take care of any quotes, double quote, pound signs, or any other character that might cause a problem. then use the urldecode() to convert it back. second time Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED

RE: isNumeric Trivia

2002-04-26 Thread Jeff Brown
probably treating the 'e' as exponent. as for the 'd' not a freaking clue! -Jeff -Original Message- From: Kent Bulmer [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 4:28 PM To: CF-Talk Subject: isNumeric Trivia Pardon me if this has been covered before but why does the co

isNumeric Trivia

2002-04-26 Thread Kent Bulmer
Pardon me if this has been covered before but why does the code: #isNumeric('3D2')# #isNumeric('4E2')# #isNumeric('3424234E23')# #isNumeric('6456423D324')# return 'YES' values? It will work with any combination of numbers as long as there is at least one number in front of the

RE: Problem with CFMAIL attachements

2002-04-26 Thread Smith, Matthew P -CONT(DYN)
Here is the entire contents on the mail that it generates(replaced sensitive with "foo"): -- x-cf-version: 4.5.0 x-cf-server: foo x-cf-port: 25 x-cf-timeout: 60 x-cf-from: [EMAIL PROTECTED] x-cf-to: [EMAIL PROTECTED] -

RE: Variable names in CFINPUT

2002-04-26 Thread Thane Sherrington
At 02:11 PM 4/26/02 -0400, Raymond Camden wrote: > This'll work with Access? I've been reading that evaluate is a bad idea, but I'm still not clear on what to do instead - if you could explain it, or suggest a webpage, it'd be great. T ___

RE: double post: access2000 on unix. Is it even possible??

2002-04-26 Thread Will Swain
Interesting links. Thanks Stephen. will -Original Message- From: Stephen Galligan [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 17:55 To: CF-Talk Subject: RE: double post: access2000 on unix. Is it even possible?? www.unixodbc.org http://www.atinet.com/Products/OpenRDA/ODBC_UNIX/ODBC

RE: double post: access2000 on unix. Is it even possible??

2002-04-26 Thread Will Swain
I think that sounds like the best plan. From what I have heard, it's fairly easy to convert access db's to mySQL. Cheers will -Original Message- From: LANCASTER, STEVEN M. (JSC-OL) (BAR) [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 18:01 To: CF-Talk Subject: RE: double post: access200

Re: Problem with CFMAIL attachements

2002-04-26 Thread Douglas Brown
Could you post the code from the mail tag? "Success is a journey, not a destination!!" Doug Brown - Original Message - From: "Smith, Matthew P -CONT(DYN)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 11:27 AM Subject: RE: Problem with CFMAIL atta

S/Mime & CF

2002-04-26 Thread Jon Hall
Has anyone done an S/Mime implementation in CF? I just want to send encrypted email, not read it. jon __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.

RE: Variable names in CFINPUT

2002-04-26 Thread Dave Watts
> > > Help me out. I don't get it. > Why isn't this an evaluative action? In the strictest sense, it is - you're evaluating a variable to get a value. However, what Ray is referring to is the use of the Evaluate function, which takes a string, and evaluates this string as if it were an express

RE: Variable names in CFINPUT

2002-04-26 Thread David DiPietro
Help me out. I don't get it. Why isn't this an evaluative action? David DiPietro Systems Developer / Engineer OSU College of Medicine & Public Health Voice (614) 292-5960 Fax (614) 292-0745 -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 20

RE: Problem with CFMAIL attachements

2002-04-26 Thread Smith, Matthew P -CONT(DYN)
Ok, the file from the form is uploaded to the temp directory fine, it bombs when it hits the cfmail tag. It works on the development server, but not on the production box. We looked at both c:\temp and c:\cfusion\mail\spool on both boxes and both have permissions set up the same. Matthew P. Smi

RE: Variable names in CFINPUT

2002-04-26 Thread Raymond Camden
> Add a counter > > > > > SELECT #GetFields.FieldName# > FROM #TableName# > WHERE ID=#ID# > > DefaultValue=evaluate("GetValues.#GetFields.FieldName#")> Oops, no - time for the evaluate police. To get a dynam

Re: Dynamic Var names

2002-04-26 Thread Joseph Thompson
Make that SetVariable('Client.' & URL.Test,1) oops... > Where URL.Test="test" > > > SetVar('Client.' & URL.Test,1) > > > Now #Client.Test=1# > > > var. e.g. test=1 and you want client.variable#url.test#. > > > __ Get the m

Re: Dynamic Var names

2002-04-26 Thread Joseph Thompson
Where URL.Test="test" SetVar('Client.' & URL.Test,1) Now #Client.Test=1# > var. e.g. test=1 and you want client.variable#url.test#. __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dep

RE: Variable names in CFINPUT

2002-04-26 Thread David DiPietro
Add a counter SELECT #GetFields.FieldName# FROM #TableName# WHERE ID=#ID# David DiPietro Systems Developer / Engineer OSU College of Medicine & Public Health Voice (614) 292-5960 Fax (614) 292-0

RE: UPS E-commerce online tools (XML) and CF and Ben Forta's CF_UPSPrice tags impending death?

2002-04-26 Thread Matt Robertson
UPSPrice is the easiest to use and has better features, hands down. But if UPS decides to they can kill it, and they did so at least once in the past, when they went to cgi v1.1 (they eventually backed off and brought it back). UPSRateMonger requires maintenance, and featurewise is a poor cousin

RE: UPS E-commerce online tools (XML) and CF and Ben Forta's CF_UPSPrice tags impending death?

2002-04-26 Thread BillyC
Two years seems reasonable to me - more than most companies give you for migration. If it makes programmers unhappy, it's b/c they'll realize that they have been lazy for 2 years. --- Billy Cravens -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED]] Sent: Friday, Apri

RE: Get list of tables from a SQL Server DB

2002-04-26 Thread John Anderson
Go to http://aloha-webdesign.com and look at SQLGen 3.0 there is a free demo with open source code that gets a list of tables, columns etc from SQLServer, Access. Download the trial version of the software and you can see how this is done with the ADO object. John -Original Message- F

Re: OT: Sendmail/listservs

2002-04-26 Thread Alex
Have you considered qmail and ezmlm? You can do what your asking with them. On Fri, 26 Apr 2002, Scott Weikert wrote: > Any Sendmail and/or listserv gurus out there? > > I've got some questions, hopefully you've got answers. This is to do with a > CF project so it's not entirely off-topic. :) >

Re: UPS E-commerce online tools (XML) and CF and Ben Forta's CF_UPSPrice tags impending death?

2002-04-26 Thread Jon Hall
There are custom tags that say they work with UPS's XML API, but I have never been able to get them to work. I suspect it is because they all use cfhttp and I believe UPS uses 128 bit SSL which cfhttp does not support. I want Neo now! :) Anyway, I ended up using msxml to do the tracking. As to t

RE: Problem with CFMAIL attachements

2002-04-26 Thread Smith, Matthew P -CONT(DYN)
I'll get with the nt admin to help me with this, but.. How does this apply to end-user web users? Or does the iuser account need to be put into the take ownership of files permission? Thanks for the help. Matthew P. Smith Web Developer, Object Oriented Naval Education & Training Professional

RE: Dynamic Var names

2002-04-26 Thread Shawn Grover
Like so: OR I'm told the first method is a little quicker, and it's obviously less typing, and easier to read (in my opinion). Shawn Grover -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 11:18 AM To: CF-Talk Subject: Dynamic Var names I

RE: Get list of tables from a SQL Server DB

2002-04-26 Thread Costas Piliotis
Actually, surprisingly, either work :) Funny... I think the only difference between the two fields comes when you get into indices. With tables, views, and stored prcedures, they look the same. -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26,

Re: Problem with CFMAIL attachements

2002-04-26 Thread Douglas Brown
Yeah, it has to do with the NT permissions. I have the same problems at times writing to the server when I am logged on as a power user and not an administrator. You need to go into local security policies under local policies/uers right assignment/take ownership of files and add power users etc t

RE: WDDX Breaking Hidden Field

2002-04-26 Thread Brad Roberts
XMLFormat() turns single quotes into "'". Help? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 11:43 AM > To: [EMAIL PROTECTED] > Subject: RE: WDDX Breaking Hidden Field > > > XMLFormat() > > = = = Original message = = = > > T

RE: Dynamic Var names

2002-04-26 Thread Bryan Love
#evaluate("client.variable" & url.test)# or #evaluate("client.variable#url.test#")# +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst Telecommunication Systems [EMAIL PRO

Dynamic Var names

2002-04-26 Thread Andy Ewings
I'm having a mind blank (well it is gone 6 on Friday). Can you have dynamic var names?ie.g. you have a URL variable called test which has a numeric value and you want to use this in the name of a client var. e.g. test=1 and you want client.variable#url.test#. I had some crazy idea that

RE: Get list of tables from a SQL Server DB

2002-04-26 Thread Timothy Heald
Yeah I hosed that up didn't I. I was umm tired yeah tired, and stuff. Tim Heald ACP/CCFD :) Application Development www.schoollink.net > -Original Message- > From: Costas Piliotis [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 1:07 PM > To: CF-Talk > Subject: RE: Get list of

RE: Get list of tables from a SQL Server DB

2002-04-26 Thread Andy Ewings
is it xtype?.I thiught it was just type but that's off the top of my head -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 18:07 To: CF-Talk Subject: RE: Get list of tables from a SQL Server DB Uh... Isn't it: select [name] from sysobjects wh

Problem with CFMAIL attachements

2002-04-26 Thread Smith, Matthew P -CONT(DYN)
In the mail app I am working on, this error happens when trying to cfmail with attachments: Unable to write mail message to disk. An unexpected error occurred while attempting to save the mail message. Here's the frustrating part: it works fine for me, but on my bosses machine it doesn't. It s

RE: Get list of tables from a SQL Server DB

2002-04-26 Thread Costas Piliotis
Uh... Isn't it: select [name] from sysobjects where xtype = 'U' -Original Message- From: Tim Heald [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 9:58 PM To: CF-Talk Subject: RE: Get list of tables from a SQL Server DB Select name >From systables Where xType = u Tim H

RE: double post: access2000 on unix. Is it even possible??

2002-04-26 Thread LANCASTER, STEVEN M. (JSC-OL) (BAR)
What about exporting to a MySQL database and using that, it is pretty comparable to Access as far as databases go.. Steven Lancaster Barrios Technology NASA/JSC 281-244-2444 (voice) [EMAIL PROTECTED] -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Friday, April 2

RE: double post: access2000 on unix. Is it even possible??

2002-04-26 Thread Stephen Galligan
www.unixodbc.org http://www.atinet.com/Products/OpenRDA/ODBC_UNIX/ODBC_UNIX_access.asp -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 17:47 To: CF-Talk Subject: double post: access2000 on unix. Is it even possible?? Hello, This might be a stoopid qu

RE: double post: access2000 on unix. Is it even possible??

2002-04-26 Thread Andy Ewings
eh?. In answer to your question Will there are ODBC drivers but you'll need to make sure your RDBMS is running on NT if you are using Access or SQL - if you want to port that over to then you will need sommat like Oracle -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]

RE: Performance boost with Upgrade to dual processor ??

2002-04-26 Thread Tony Schreiber
You can actually set SQL7 to run on a particular processor. > I know for a fact that SQL 7 can take advantage multiple processors. You > have to be careful though, I am not sure but you may have to get another > license. > > Tim Heald > ACP/CCFD > Application Development > www.schoollink.net > >

OT: Sendmail/listservs

2002-04-26 Thread Scott Weikert
Any Sendmail and/or listserv gurus out there? I've got some questions, hopefully you've got answers. This is to do with a CF project so it's not entirely off-topic. :) The project is an online newsletter engine, with email broadcast capabilities to subscribers. Right now, in the prototype, I'm u

RE: Variable names in CFINPUT

2002-04-26 Thread Andy Ewings
If you output #GetFields.FieldName# for each iteration of the loop you will undoubtedly find that two or more values are the same, which you can't have if you are using this to name form controls -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 17:47 To

RE: double post: access2000 on unix. Is it even possible??

2002-04-26 Thread Adrian Lynch
Wine?? Win4Lin? Would that even work? -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 17:47 To: CF-Talk Subject: double post: access2000 on unix. Is it even possible?? Hello, This might be a stoopid question (in fact i'm pretty sure it is) but I h

RE: Locking by name - is is application independant ?

2002-04-26 Thread Dave Watts
> When should you use each? Right now, I do not use > named locks. If you're using CF 4.5.x or higher, you should use the SCOPE attribute when locking memory variables, and the NAME attribute for locking other things, like CFX tags, if they need to be locked. If you're using CF 4.0.x, you don't

RE: Variable names in CFINPUT

2002-04-26 Thread Adrian Lynch
take it out of the cfinput and see what it's producing -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 17:33 To: CF-Talk Subject: RE: Variable names in CFINPUT At 05:16 PM 4/26/02 +0100, Adrian Lynch wrote: >post more of your code please I'll h

double post: access2000 on unix. Is it even possible??

2002-04-26 Thread Will Swain
Hello, This might be a stoopid question (in fact i'm pretty sure it is) but I have always worked with NT servers up to now. I want to port a site over to a unix server. The backend DB is Access2000. Are there ODBC drivers for Access on Unix? Can I do this, or do I need to upgrade to SQL server?

UPS E-commerce online tools (XML) and CF and Ben Forta's CF_UPSPrice tags impending death?

2002-04-26 Thread Mark W. Breneman
Has anyone seen a custom tag that talks to UPS E-commerce online tools (XML) for shipping rates? I have found tags for time-in-transit and package tracking but, not for shipping rates. I am leaning toward using CF ratemonger, but I would rather have something with no maintenance. We had a meet

RE: Systematic diagnosis of CF memory use

2002-04-26 Thread Mike Brunt
As always Dave well said, I would also look for any usage of CFX_ tags and if they are used I would lock them, you never know how well cfx code is written or not as the case may be. When you get beyond the show stoppers look at things like "blockfactor=" in your sql select queries and there are a

Re: ActiveX DLL to return a collection with CFOBJECT

2002-04-26 Thread Joseph Thompson
For fun I converted the JavaScript ADO "definitions" into a CF include file and posted an example of running through a recordset that way... It may help? http://cfhub.com/advanced/ado/ > Basically I want to see a component that for sure works with CF so that I can be sure of why mine do not. >

RE: Variable names in CFINPUT

2002-04-26 Thread Thane Sherrington
At 05:16 PM 4/26/02 +0100, Adrian Lynch wrote: >post more of your code please I'll have to get it from home. Basically, I have a set of variable names and values that I get from a query. So it's something like this: SELECT FieldName FROM Fields WHERE TableID=#Table

RE: cfif

2002-04-26 Thread Janine Jakim
In Fusebox wouldn't you just use a cfinclude. (I know FB2 but haven't had the time to look at FB3) It does work if I use the whole cfif statement. I was hoping to only use parts of it. (ie a cfinclude that had only but not It's the code between the and I don't want -Original Messag

RE: Variable names in CFINPUT

2002-04-26 Thread Andy Ewings
Yep you can do this but what appears to be happening is that you are creating 2 form controls with the same name (i.e. #VariableName# - make sure they are all unique -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 17:16 To: CF-Talk Subject: RE: Variabl

RE: Variable names in CFINPUT

2002-04-26 Thread Timothy Heald
Can we see the template that's producing the error? Tim Heald ACP/CCFD :) Application Development www.schoollink.net > -Original Message- > From: Thane Sherrington [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 12:12 PM > To: CF-Talk > Subject: Variable names in CFINPUT > >

RE: Real world use for wildcard statement

2002-04-26 Thread Timothy Heald
Well I know we use them to search SQL Databases in the where statement. Tim Heald ACP/CCFD :) Application Development www.schoollink.net > -Original Message- > From: Adrian Lynch [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 12:12 PM > To: CF-Talk > Subject: Real world use fo

RE: Variable names in CFINPUT

2002-04-26 Thread Adrian Lynch
post more of your code please Ade -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 17:12 To: CF-Talk Subject: Variable names in CFINPUT When using CFINPUT, is it possible to do something like this? When I try, I get an error about duplicate n

Re: cfif

2002-04-26 Thread Douglas Brown
this is where fusebox really comes in handy as far as code reuse goes, you may want to look into it. "Success is a journey, not a destination!!" Doug Brown - Original Message - From: "Andy Ewings" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 9:0

Variable names in CFINPUT

2002-04-26 Thread Thane Sherrington
When using CFINPUT, is it possible to do something like this? When I try, I get an error about duplicate names in CFFORM. T __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.

Real world use for wildcard statement

2002-04-26 Thread Adrian Lynch
Can anyone think of a real world use for a wildcard statement like this LIKE '%a%b%c%d%' It's in the Ben Forta study guide and it came up in a drinking session that there wasn't a real use for this sort of thing. Seaching for strings in a particular order in a larger string would be one, but ar

RE: cfif

2002-04-26 Thread Andy Ewings
or even better with a Custon Tag -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 17:03 To: CF-Talk Subject: RE: cfif cfinclude??? -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 16:41 To: CF-Talk Subject:

RE: cfif

2002-04-26 Thread Adrian Lynch
cfinclude??? -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 16:41 To: CF-Talk Subject: cfif I am very comfortable with making generic queries and calling them in my page. My colleague mentioned that I should be able to do that with if statements al

RE: File Uploads causing Memory Leaks

2002-04-26 Thread Ramin Surya
Charlie, Try putting cflock around your cffile. Hope that helps. -Original Message- From: Charlie [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 9:53 AM To: CF-Talk Subject: File Uploads causing Memory Leaks Can anyone enlighten me to possible remedies for reducing CPU Usage c

Re: cfif

2002-04-26 Thread Jerry Johnson
By "pulling it in", I assume you want to use this same bit of code from a couple of different places (different sections of code in one cfm or different cfms. It doesn't even need to be a .cfm file - even if it contains CFM code. The big question is where to store the code. If all the file

RE: Locking by name - is is application independant ?

2002-04-26 Thread Andy Ousterhout
When should you use each? Right now, I do not use named locks. ANdy -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 9:04 AM To: CF-Talk Subject: RE: Locking by name - is is application independant ? > If i have two applications on the same C

RE: Systematic diagnosis of CF memory use

2002-04-26 Thread Dave Watts
> I've inherited a CF app with an apparent memory leak. > Does anyone have a systematic plan to diagnose and > eliminate possible causes? > > The Macromedia Knowledge Base article > http://www.macromedia.com/v1/Handlers/index.cfm?ID=15014&Method=Full > is helpful, but doesn't provide a plan of at

cfif

2002-04-26 Thread Janine Jakim
I am very comfortable with making generic queries and calling them in my page. My colleague mentioned that I should be able to do that with if statements also. I have an cfif statement that I use on several pages and it'd be nice just have it in one spot So this is the code I call into several p

RE: File Uploads causing Memory Leaks

2002-04-26 Thread Robert Everland
Well basically when someone is uploading a file CF puts that file in memory, so if they are huge files your mmemory gets used up by that much, there really isn't much you can do to limit this, either offload it to another server, or teach them how to use FTP. ALso maybe there are some java apps ou

  1   2   >