RE: .Net and ColdFusion

2001-07-23 Thread David Gassner
When Jeremy Allaire visited SF for a users group meeting right after the Macromedia merger, he said there was a future plan to make CF a front-end language for the .NET platform, just as it will be for the J2EE platform with CF6. No technical details, of course, and I have no idea whether Macrome

RE: form to session

2001-03-16 Thread David Gassner
Since both session and form are structures, you can use array-style syntax: The tags are unnecessary. And remember to use around the whole thing... > -Original Message- > From: Jay Wigginton [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 16, 2001 4:35 PM > To: CF-Talk > Subjec

RE: SAX in CF? Other ideas?

2001-03-16 Thread David Gassner
SAX requires a compiled language - there are implementations for Java, VB and C++ - so you can't implement SAX parsers directly in CF, a non-compiled scripting environment. You could modify the Java classes so they can be called from a CF page; for this, you have choices of calling them directly

RE: XML Anyone?

2001-03-15 Thread David Gassner
kev, Take a look at the examples I put together for last year's conference: http://www.vintageapps.com/conference.cfm They detail how to use the MSXML3 COM object and a bit on the Java-based Xerces library. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sen

RE: Problem calling data from a database

2001-03-14 Thread David Gassner
I don't know if this is causing all of your problems, but you're missing pound signs around the JokeID value in the tags. The corrected version: #JokeTitle# > I have a review form which is supposed to submit the request to a review > action file to call a single unapproved joke from a joke

RE: [RE: padding a variable]

2000-11-03 Thread David Gassner
Use a non-breaking space: #myColumn##padding# > -Original Message- > From: Alex [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 03, 2000 8:24 AM > To: CF-Talk > Subject: Re: [RE: padding a variable] > > > how do i get it to show 30 characters without the browser > truncating spac

RE: cfinsert

2000-11-03 Thread David Gassner
You might be having problems field names using SQL reserved words. Try enclosing all the field names in brackets: INSERT INTO Users ([First],[Last],Ride,Fav_Place) VALUES('#First#','#Last#','#Ride#','#Fav_Place#') > -Original Message- > From: Jeremy Toevs [mailto:[EMAIL PROTECTED]] >

RE: Need help on http Error 405

2000-11-03 Thread David Gassner
Error 405 means that IIS doesn't understand the requests's file extension and can't properly dispatch it to the ColdFusion server. Your action attribute implies a file extension ".cfm/download.csv" which is meaningless to the web server. If you want the user to be able to download a file called

RE: Submitting form with Javascript

2000-11-03 Thread David Gassner
Add a hidden field to the form; have each of the links set the value of the field to something you can check from within the action page. > -Original Message- > From: Brett Payne-Rhodes [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 03, 2000 6:29 AM > To: CF-Talk > Subject: Re: Submi

RE: padding a variable

2000-11-03 Thread David Gassner
The LJustify() function is designed for exactly this purpose: LJustify(myColumn, 30) > -Original Message- > From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 03, 2000 5:23 AM > To: CF-Talk > Subject: RE: padding a variable > > > > how do you pad a variable i

Re:

2000-11-01 Thread David Gassner
Sima, the only thing I notice is the misspelling of the "type" attribute; it's spelled "tyep". If that misspelling isn't in your actual code, then the problem may be in the class itself; could you post the source code? Also, note that if you call the class once, then modify and re-compile, you'l

Re: conference info

2000-11-01 Thread David Gassner
Holiday Inn (White House) is 4 blocks from the Dupont Circle metro on the red line, 1 stop from the Marriott, and has rooms at $99/night. - Original Message - From: Marius Milosav <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Wednesday, November 01, 2000 4:25 PM Subject: Re: c

RE: XSLT And CF

2000-10-31 Thread David Gassner
It's pretty straightforward with the LotusXSL/Xalan processor. Here's a code snippet that does a transformation and saves the result to a text file: Also, MS just released the new version of their XML parser and they claim it's up to date with the latest XSLT recommendation; I haven't tes

Re: Getting List of Form Fields

2000-10-31 Thread David Gassner
The form.formfields variable contains a comma-delimited list of form fields. - Original Message - From: Jonathan R. Karlen <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Tuesday, October 31, 2000 6:41 PM Subject: Getting List of Form Fields > This is a multi-part message in M

Re: insert

2000-10-30 Thread David Gassner
Yes, you can use the Replace() function: #Replace(myQuery.htmlText, Chr(10), "")# - Original Message - From: S R <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Monday, October 30, 2000 7:00 PM Subject: insert > Hi, > > I am creating a page that calls a text field from a S

Re: Application Variables

2000-10-30 Thread David Gassner
My mistake: This works for application variables, but not for server variables. David - Original Message - From: David Gassner <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Monday, October 30, 2000 3:18 PM Subject: RE: Application Variables > Since the

RE: Application Variables

2000-10-30 Thread David Gassner
Since the application and server scopes are stored in structures, you could clear them all with: > -Original Message- > From: Peter Alexandrou [mailto:[EMAIL PROTECTED]] > Sent: Sunday, October 29, 2000 6:20 PM > To: CF-Talk > Subject: Application Variables > > > Guys, > > Is there any

RE: CFERROR Usage

2000-10-29 Thread David Gassner
If you use rather than "Request" (the default value), you can execute any CF commands in the Error template, including the tag. > -Original Message- > From: Peter Alexandrou [mailto:[EMAIL PROTECTED]] > Sent: Sunday, October 29, 2000 5:13 PM > To: CF-Talk > Subject: CFERROR Usage > > >

RE: cfcontent

2000-10-28 Thread David Gassner
ath())##url.filename#" > deletefile="No"> > > Duane > > > > -Original Message- > > From: David Gassner [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, October 28, 2000 3:44 PM > > To: CF-Talk > > Subject: RE: cfcontent > > &g

RE: cfcontent

2000-10-28 Thread David Gassner
It's: > -Original Message- > From: Duane Boudreau [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 28, 2000 12:29 PM > To: CF-Talk > Subject: cfcontent > > > I'm using cfcontent to trigger the upload of a file. Does anyone remember > the trick to faking cfcontent into using a file n

RE: Suppressing Repeating Groups in a Query

2000-10-27 Thread David Gassner
No apologies required...but I love being right once in awhile!!! :))) > My apologies Dave. This is what you get when you quickly scan the mail. > You are correct, I am wrong. > > In cases like this, I defer to the person who is correct and > reply from the > corner with a quiet "D'oh!" > > :)

RE: Suppressing Repeating Groups in a Query

2000-10-27 Thread David Gassner
se SELECT DISTINCT FROM XXX > - Original Message - > From: "David Gassner" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, October 27, 2000 8:56 PM > Subject: RE: Suppressing Repeating Groups in a Query > > >

RE: Suppressing Repeating Groups in a Query

2000-10-27 Thread David Gassner
Sam, track the current value of the repeating field in a local variable; on each loop, check whether the repeating field value has changed, and react accordingly: #myquery.id#myquery.field2 #myquery.statename# > -Original Message---

RE: Find character not in a list (reverse of FindOneOf).

2000-10-27 Thread David Gassner
Change this line: to: Otherwise you're looking for the numeric index in the looping sequence, not the equivalent character in the form variable. David > -Original Message- > From: Steve Martin [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 27, 2000 10:00 AM > To: CF-Talk > Su

RE: HTML Editor

2000-10-27 Thread David Gassner
f the reasons > we chose it. > > Mary > > > >

RE: Power of 3

2000-10-27 Thread David Gassner
Here's another entry: #isPower# > -Original Message- > From: Jon Hall [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 27, 2000 9:36 AM > To: CF-Talk > Subject: Power of 3 > > > Anyone have an idea on how to check to see if a value is a power of 3? > >

RE: HTML Editor

2000-10-27 Thread David Gassner
You might want to look at a product named eWebEditPro from Ektron: http://www.ektron.com/single.cfm?doc_id=36 It's ActiveX-based, requires IE 4 or 5, but does a pretty good job. David > -Original Message- > From: Deepak Agarwal [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 27, 200

RE: Application.cfm in a CFMODULE

2000-08-10 Thread David Gassner
You can avoid this whole issue by using the Request scope for variables which are set in application.cfm instead of application or session variables. Request variables aren't shared between threads, so they don't need to be locked; and they are available for the entire page request, including any

RE: I need a host. Intermedia testimonials

2000-08-08 Thread David Gassner
I have one site at Media3 - an intranet-style project management system hosted for a client - and have had very few problems, and NO complaints from my client over the course of about 18 months. > -Original Message- > From: Raymond K. Camden [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, Aug

RE: How to pipe CF code to a file?

2000-08-08 Thread David Gassner
Use the paired custom tag syntax: ...generate your content... In savepage.cfm, put in this code: > -Original Message- > From: David Cummins [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 08, 2000 3:05 PM > To: [EMAIL PROTECTED] > Subject: Re: How to pipe CF code to a fi

RE: Creating A List

2000-08-04 Thread David Gassner
Version 1: > list = simg1,limg1,simg2,limg2... Or version 2: > list= simg1,simg2,limg1,limg2... > -Original Message- > From: Jeffrey V. Lemire [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 04, 2000 2:06 PM > To: CFTALK > Subject: Creating A List > > > Hello Folks! >

RE: How to get part of string?

2000-08-04 Thread David Gassner
Use the Mid() function: newvariable = Mid(variable, startposition, endposition) > -Original Message- > From: PC [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 04, 2000 3:08 PM > To: [EMAIL PROTECTED] > Subject: How to get part of string? > > > I must be missing something obvious --

RE: Problems with CFINSERT and Date/Time fields

2000-08-04 Thread David Gassner
Paul, try formatting the value with CreateODBCTime() - as in: INSERT INTO Events(startTime, endTime, place) Values(#CreateODBCTime(FORM.startTime)#, #CreateODBCTime(FORM.endTime)#, 'FORM.place') > -Original Mes

RE: XML / XSL

2000-08-03 Thread David Gassner
To use Lotusxsl for transformations, the classpath in the CF Administrator needs to include full paths to these files: xalan.jar Lotusxsl.jar For instance: c:\lotusxsl\lotusxsl.jar;c:\lotusxsl\xalan.jar As Sean Renet pointed out awhile back, the KB article has some fatal errors. Here are the fi

Read HTTP Headers

2000-07-28 Thread David Gassner
Does anyone know of a way to read raw http headers from a form post? For instance, a form posts to a CF action page; other than the form fields, is there any way for the CF action page to get at the other information in the file header? Thanks, David

RE: CFLOCKs.... is this really necessary?

2000-07-28 Thread David Gassner
The reason some developers use application variables for this case is the variable protection in custom tags. That is, a local variable set in application.cfm isn't available in a custom tag except with use of the caller scope. A better approach, and one that avoids the need to , is use of the r

RE: Commenting Text in Studio

2000-07-27 Thread David Gassner
It's the 2nd button from the right on the CFML Basic toolbar. Highlight the text you want to comment, then click the button. > -Original Message- > From: Paige Chandler [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 27, 2000 10:24 PM > To: [EMAIL PROTECTED] > Subject: Commenting Text

RE: URL Query String

2000-07-21 Thread David Gassner
If you want to pass a series of values without identifying each value's source, you could send them as a single variable containing a comma-delimited list, then use to loop through them: Click and on the detail page: ...#variables.item#... > -Original Message- > From: [EMAIL PR

RE: CF-Talk V1 #92

2000-07-21 Thread David Gassner
Your query doesn't have any joining statement in it; the duplicates might be resulting from not properly joining the tables. WHERE Stories.field1 = MailingList.field1, etc. > -Original Message- > From: Mark Smeets [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 21, 2000 11:24 AM > To: [E

RE: Preventing duplicates prior to insert

2000-07-21 Thread David Gassner
If you're trying to capture duplicates of a single field value, you could use the database to catch the error. Set the field properties as Indexed (no duplicates) in Access. Then wrap your in a block to capture the error: Insert ... ...There was an error in the insert statem

RE: Fast Track to CF Course Providers

2000-07-21 Thread David Gassner
Both organizations use the same curriculum and the instructors for both Allaire and roundpeg are certified to teach them, so there shouldn't be any problem taking the courses from either provider. I teach some of Allaire's courses in SF, and have also taught for roundpeg; both are worthy organiza

RE: Access field names with spaces

2000-07-20 Thread David Gassner
You can alias the fields inside each query like this: Select [Field Name] as FieldName from [Table Name] > -Original Message- > From: Claremont, Timothy S [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 20, 2000 11:12 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Access field names with

RE: Web Cam's

2000-07-19 Thread David Gassner
www.ceverything.com offers a complete service - setup, monitoring, video archiving... > -Original Message- > From: Paul Ihrig [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 19, 2000 6:15 AM > To: '[EMAIL PROTECTED]' > Subject: OT: Web Cam's > > > Does any one have any suggestions for

RE: CF Express

2000-07-18 Thread David Gassner
http://www.allaire.com/cfexpress > -Original Message- > From: John Allred [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 18, 2000 8:25 AM > To: [EMAIL PROTECTED] > Subject: CF Express > > > Can anyone give me a URL where I can download CF Express? I found it on > Allaire's site previou

RE: Search---help

2000-07-15 Thread David Gassner
Vikram, you can do a quick replace function while outputting the value that looks something like this: #replace(dbvalue, searchstring, "#searchstring#", "all")# David > -Original Message- > From: Vikram Ponuganti [mailto:[EMAIL PROTECTED]] > Sent: Saturday, July 15, 2000 5:47 AM >

RE: Variable IN a list? How to check?

2000-07-15 Thread David Gassner
Use ListFind, which looks for a complete value: David > -Original Message- > From: Angel Stewart [mailto:[EMAIL PROTECTED]] > Sent: Saturday, July 15, 2000 6:52 AM > To: [EMAIL PROTECTED] > Subject: Re: Variable IN a list? How to check? > > > Yeah well this one win, dread. > > This man

RE: Another Query to Table

2000-05-28 Thread David Gassner
Patric, you'll need to use the index array method of getting to query data. Here's some code which does what you want, assuming a query named "q" and a field called "fieldvalue": #dataindex#-#q.fieldvalue[dataIndex]#

RE: sql server and cf on Crystaltech

2000-05-27 Thread David Gassner
It's standard on a hosting service - if the ISP built the user/password into the DSN, anyone on your shared server would be able to get to your data. > -Original Message- > From: Tom Rainey [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 27, 2000 10:39 AM > To: [EMAIL PROTECTED] > Subje

RE: Replacing crlf with

2000-05-26 Thread David Gassner
", "all")> David > -Original Message- > From: Jay Sudowski [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 26, 2000 2:36 PM > To: [EMAIL PROTECTED] > Subject: Replacing crlf with > > > This is a multi-part message in MIME format. > > --=_NextPart_000_01E6_01BFC738.EB595720 > Content-

RE: xml and wddx problems

2000-05-25 Thread David Gassner
e names of the files the user > is intitle > to see! > > i don't have the exact xml file becose i didn't write it! > > > > - Original Message - > From: "David Gassner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wedne

RE: Can you write CFX Tags in Java

2000-05-25 Thread David Gassner
You can write them in Java using the tag in 4.0x or using in 4.5x. Documentation is available at http://www.allaire.com/Handlers/index.cfm?ID=11055 David > -Original Message- > From: aslam bajaria [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 25, 2000 9:37 AM > To: [EMAIL PROTECTED

RE: OT- Premiere Partners

2000-05-25 Thread David Gassner
Start at this URL; it depends on what kind of partner... http://www.allaire.com/handlers/index.cfm?ID=10208 > -Original Message- > From: Ian Lurie [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 25, 2000 7:58 AM > To: '[EMAIL PROTECTED]' > Subject: OT- Premiere Partners > > > Hi all,

RE: Credit Card Payment - Java or Perl ?

2000-05-25 Thread David Gassner
Ken, which vendor is this? Surepay by any chance? If so, they also have an XML version. I can't speak to CFEXECUTE, haven't used it. CFOBJECT works well with Java classes, as it allows you to send and receive information by calling class methods. David Gassner Vintage Business Ap

RE: Credit Card Payment - Java or Perl ?

2000-05-24 Thread David Gassner
If the vendor has a java component ready to use, you can call it from . As Justin says, if you have to code everything from scratch, it's probably a question of which language you're more comfortable with. David > -Original Message- > From: Ken M. Mevand [mailto:[EMAIL PROTECTED]] > Sen

RE: xml and wddx problems

2000-05-24 Thread David Gassner
Eyal, can you give more detail? What do you mean by "library" - a url, a specific xml file, a database location? Can you post an example of the xml file? David > -Original Message- > From: eyal gizler [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 24, 2000 3:10 AM > To: [EMAIL PROTE

RE: XML Question

2000-05-23 Thread David Gassner
ed > how to parse an XML file into CFML to your article which > references this doc > as the means to do such. > - Original Message - > From: "David Gassner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 23, 2000 11:27 AM

RE: XML Question

2000-05-23 Thread David Gassner
the problem they are going to > update the knowledge base article. > - Original Message - > From: "David Gassner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 23, 2000 7:29 AM > Subject: RE: XML Question > > > > B

RE: Help needed on CF-OBJECT and XSLT ....

2000-05-23 Thread David Gassner
Ed, the classpath in the CF Administrator should include the jar file itself with a full path; for instance, I'm using IBM's Xerces processor, and have placed the xerces.jar file in the c:\cfusion\java\classes directory. My classpath looks like this: c:\cfusion\java\classes;c:\cfusion\java\class

RE: XML Question

2000-05-23 Thread David Gassner
Bob, I wrote an article on using the MS XMLDOM COM object with CF to parse conventional XML files; it's at: http://www.sys-con.com/xml/archives/0102/gassner/index.html Take a look and email me off-list if you need any clarification. David > -Original Message- > From: Robert Everland II

RE: WDDX OR XML News Feeds

2000-05-22 Thread David Gassner
www.isyndicate.com does feeds in XML and javascript formats. The free version sends only a link which maps to their site, then bounces the user to the correct website containing the content. Paid versions contain both headline and content. David > -Original Message- > From: Robert Ever

RE: HELP!!! Can I set a delay with cfhttp?

2000-05-22 Thread David Gassner
Bud, is the first page being sent back then calling a secondary page after the transaction is completed? Look in the returned HTML text and see whether there's a tag doing a refresh to call the second page; you may be able to setup to call the secondary page directly. If not, call the vendor

RE: Allaire's strategy re CF???

2000-05-22 Thread David Gassner
Allaire has announced that the next version of ColdFusion server will be a merging of CF and JRun into a single java-based server; that doesn't mean they're abandoning CF. They've said that applications written in CF and in JRun (servlets and JSP) will both be compatible with the new platform. T

RE: CFStudio app Complaint...who do I complain to?

2000-05-20 Thread David Gassner
Loretta, in regard to issue #1, take a look at the new project management features. You can set up a project with links to both local and remote directories which will then appear on the same tab; this should make switching back and forth between local and remote directories even easier than it w

RE: java class from CF template

2000-05-19 Thread David Gassner
Jason, You can call it from or redesign it as a CFX_Java class. If calling from , you will need to design a public constructor with the appropriate number of arguments, then call it as follows: If redesigning as a Java CFX, you'll pass the arguments as named values in the call: For retu

RE: Reformatting number

2000-05-19 Thread David Gassner
LSParseNumber() is designed to do what you want. David > -Original Message- > From: Ben Lowndes [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 19, 2000 3:26 AM > To: CF-Talk > Subject: Reformatting number > > > hi, > > I've got a number in the form of 16,511.00 > I'd like to convert it t

RE: Could request alleviate locking concerns?

2000-05-18 Thread David Gassner
Request scope isn't well documented; it's a way of bypassing the variable protection in custom tags. For instance, if you set request.myVar in application.cfm, that variable will be available in all custom tags and their child tags. Jason, the answer is yes; that will increase performance. And

RE: Pesky dollar format

2000-05-18 Thread David Gassner
You can cast the value to an acceptable floating number with LSParseCurrency(): update table set field = #lsParseCurrency(form.rate)# > -Original Message- > From: Cyrill Vatomsky [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 18, 2000 3:18 PM > To: Cf-Talk@Houseoffusion. Com > Subject

Can I stop the JVM from caching classes?

2000-05-16 Thread David Gassner
I'm learning all about calling Java classes with CFOBJECT and building CFX_J tags. Everything works fine on the first call to a compiled class, but if I modify and recompile the class, then try to run the calling CF page again, it calls the old version of the class unless I stop and restart CF ser

RE: Help Parsing a String

2000-05-15 Thread David Gassner
Erika, you can treat it as a list with "/" as the delimiter: David Gassner Vintage Business Applications > -Original Message- > From: Erika Foster [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 15, 2000 9:38 PM > To: [EMAIL PROTECTED] > Subject: Help Parsin

RE: Previous Install Problem

2000-04-09 Thread David Gassner
Jim, what drive & directory do you have CF installed in? I had the same problem until I reinstalled 4.5 in the default C:\CFUSION directory, and then the upgrade worked. David Gassner Vintage Business Applications > -Original Message- > From: Jim Watkins [mailto:[EMAIL

RE: Previous Install Problem

2000-04-08 Thread David Gassner
Answer to my own question: I'd installed CF on a non-default drive. I re-installed 4.5 from the CD in the default location (c:\cfusion), and the upgrade went just fine. David > -Original Message- > From: David Gassner [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 08

RE: Previous Install Problem

2000-04-08 Thread David Gassner
I've tried this from 4.51 RC1, 4.5, and 4.01, and I'm getting the same message and abort each time. Has anyone figured this out? David Gassner Vintage Business Applications > -Original Message- > From: paul smith [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 08,

RE: Previous Install Problem

2000-04-08 Thread David Gassner
Is that what I have to do? What about all the new customers who bought 4.5 and don't have 4.0? Oh, never mind. David Gassner Vintage Business Applications > -Original Message- > From: paul smith [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 08, 2000 12:22 P

RE: Left X characters without breaking a word...

2000-04-08 Thread David Gassner
How about: #first20# David Gassner Vintage Business Applications > -Original Message- > From: Chris Lott [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 08, 2000 12:58 AM > To: [EMAIL PROTECTED] > Subject: Left X characters without breaking a wo

RE: dynamic data sets?? outputs?

2000-04-07 Thread David Gassner
Joe, if you want to see the field names, try this: Select * from table_name #fieldname# If you want to see the data: #evaluate("get_fields.#fieldname#")# David Gassner Vintage Business Applications > -Original Message- > From: Joseph Eugen

RE: Parsing alg HELP needed

2000-04-05 Thread David Gassner
I haven't tested this, but how about: > -Original Message- > From: PC [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 06, 2000 4:06 AM > To: [EMAIL PROTECTED] > Subject: Re: Parsing alg HELP needed > > > This is helpful... but the one thing that is challenging is that I am not

RE: Combining Cf and ASP in the same Template

2000-04-03 Thread David Gassner
hat the performance > drain is. > > Steve > > -Original Message- > From: David Gassner [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 03, 2000 10:35 AM > To: [EMAIL PROTECTED] > Subject: RE: Combining Cf and ASP in the same Template > > > No, since the page is sent ei

RE: Combining Cf and ASP in the same Template

2000-04-03 Thread David Gassner
No, since the page is sent either to the ASP engine or to CF depending on the file extension, they can't be combined. > -Original Message- > From: Eric Sheetz [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 03, 2000 6:42 AM > To: [EMAIL PROTECTED] > Subject: Combining Cf and ASP in the s

RE: Balanced Web Server

2000-04-01 Thread David Gassner
Only client variables can be saved to a datasource. Session variables are always stored in server memory. > -Original Message- > From: Nick McClure [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 01, 2000 10:25 AM > To: [EMAIL PROTECTED] > Subject: RE: Balanced Web Server > > > But wh

RE: Array-Field [1][1][X] exist???

2000-04-01 Thread David Gassner
You can use a block: Exists Doesn't exist > -Original Message- > From: Jens [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 01, 2000 12:37 AM > To: cf-talk > Subject: Array-Field [1][1][X] exist??? > > > How can I test, whether exist a Array, such as MyArray[1]

RE: Balanced Web Server

2000-04-01 Thread David Gassner
major, so clients should be the way to go if I want to avoid > using Bright Tiger then? > > > -- Original Message ------ > From: "David Gassner" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Sat, 1 Apr 2000 10:01

RE: Balanced Web Server

2000-04-01 Thread David Gassner
As you say, client variables are stored on disk can be shared between servers, while session variables are stored in server memory and are only available to that server. The other difference: client variables are limited to strings, while session vars can store arrays and structures. You can sto

RE: XML to Structure

2000-03-31 Thread David Gassner
iate the object and read in a top-level node list: The full documentation for the COM object is at: http://msdn.microsoft.com/library/psdk/xmlsdk/xmld2rl1.htm --David Gassner > Has anybody had any success in creating an array of structures > from an

RE: querying date in a date-time field.

2000-03-30 Thread David Gassner
Ben, This is one way; there may one that's more efficient, but I don't know it. SELECT * FROMmyTable WHERE DatePart('m', [myDateTime]) = #month(varDate)# AND DatePart('d', [myDateTime]) = #day(varDate)# AND DatePart('', [myDateTime]) = #year(varDate)# > -Original Message- >

RE: dynamic control names

2000-03-30 Thread David Gassner
Use the Evaluate() function: #evaluate("form.var#count#")# > -Original Message- > From: Ayush Lall [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 29, 2000 1:22 PM > To: [EMAIL PROTECTED] > Subject: dynamic control names > > > "dynamic variable names > In this example, the variable n

RE: some high traffic cf websites please

2000-03-30 Thread David Gassner
Hey, Christopher - tell us about your configuration and traffic loads. How many CF servers, what hardware, what DB, etc. > > How about us ? Think we generate enough traffic for you ? :) > > Our CF server rocks! > > Christopher > > Christopher Conrad > Victoria's Secret Catalogue > http://www.Vic

RE: Using CFLOCK

2000-03-29 Thread David Gassner
It's a variable like any other, so: #session.sessionid# > -Original Message- > From: paul smith [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 29, 2000 1:48 PM > To: [EMAIL PROTECTED] > Subject: RE: Using CFLOCK > > > How do you output its value? > > best, paul > > > At 01:01

RE: Using CFLOCK

2000-03-29 Thread David Gassner
ect. > > -Cameron > > > Cameron Childress > McRae Communications > 770.460.7277 x.232 > 770.460.0963 fax > > > -Original Message- > > From: David Gassner [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, March 29, 2000 4:01 PM

RE: Using CFLOCK

2000-03-29 Thread David Gassner
ess > McRae Communications > 770.460.7277 x.232 > 770.460.0963 fax > > > -Original Message- > > From: David Gassner [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, March 29, 2000 2:31 PM > > To: [EMAIL PROTECTED] > > Subject: RE: Using CFLOCK >

RE: Using CFLOCK

2000-03-29 Thread David Gassner
If you are locking session vars, use the name: name="#session.sessionid#" If you are locking application vars, use the name: name="#application.applicationname#" > -Original Message- > From: Cameron Childress [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 29, 2000 10:48 AM > To: [

RE: CFTry Question

2000-03-29 Thread David Gassner
How about... The file could not be updated. File is locked or read only. Display success message... > I have wrapped cftry around a cfflile call to intercept error messages if > the file can not be updated but I want t

RE: Training.

2000-03-28 Thread David Gassner
All of the Allaire-approved classes are listed there. Don't know where you are, but you might find what you need in the Bay Area where classes are taught in San Francisco, Sacramento, San Mateo & Santa Clara, by 2 different providers. For instance, in San Francisco, Fast Track is being taught by

Re: Ordering a list

2000-03-27 Thread David Gassner
Use the ListSort() function: myList = ListSort(myList, "Text") - Original Message - From: Pecora, James <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 27, 2000 8:52 AM Subject: Ordering a list > Any way to order a list easily??? > > Say I have a LIST and I want it alph

Re: Snippets in Studio

2000-03-26 Thread David Gassner
Copy the appropriate directories and files from the shared directory to the local snippets directory (by default, it's UserData\Snippets\ under the Studio installation directory. - Original Message - From: Steve Reich <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 26, 20