ColdFusion and WAP!!!!!

2000-10-05 Thread Suhail Khaki
hi.. I am trying to use coldfusion with wml using jataayu gateway on linux. My cf code is as follows.. ## http://www.phone.com/dtd/wml11.dtd" > hello how r u? ## I am saving it as cfwml.cfm and

re: accessing a query as an array...reformatted

2000-10-05 Thread Jon Hall
dont know why my query got all garbled but I hope this looks better SELECT * FROM Pricing SELECT * FROM Pricing WHERE Major_Cat = '#Major_Cat#' -- Archives: http://www.mail-archive.com/cf-talk@houseoffusi

accessing a query as an array

2000-10-05 Thread Jon Hall
This is a multi-part message in MIME format. --=_NextPart_000_03C2_01C02F3E.4206BEB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to populate an array from a query and I am running into = problems... >From what I have infered

Re: OLE DB for SQL Server

2000-10-05 Thread Mooner Ent
Gena, In CFJ they had an article about a bug in setting this up. In the provider field put "SQLOLEDB" without the quotes. If it doesn't work, repeat the process from scratch, meaning delete your first try and then do it again. HTH, Rick - Original Message - From: "Gena" <[EMAIL PR

RE: Realsim and 4D Arrays

2000-10-05 Thread BORKMAN Lee
Thanks Rob, It's really an old problem from I.T. god Donald Knuth. He was looking for a way to define ANY font with a finite set of parameters (MetaFont). Of course it's impossible - font-space is infinitely-dimensioned. As for me, I did lots of post-grad work in genetic modelling, and it's he

RE: Realsim and 4D Arrays

2000-10-05 Thread BORKMAN Lee
Well, that surely depends on what you're trying to do. Philosophically (yippee!) I'm trying to define the space of all possible hi-fi settings (in order to help our friend visualize n-dimensions). Each possible setting corresponds to a single point within the 10-dimensional space. Whether or no

Re: [Re: Random Record]

2000-10-05 Thread Lee Borkman
Kev, Don't look right past my previous answer. It works like a charm. It doesn't care what your IDs are called, or how they are sequenced. For best results, cache the query. As I said before, there's no way to do this is SQL alone. So do this: SELECT * FROM quotes #QuoteT

Re: Realsim and 4D Arrays

2000-10-05 Thread Rob Keniger
on 2000-10-07 1:45 AM, Lee Borkman at [EMAIL PROTECTED] wrote: > It doesn't matter that you can't visualise the space > like you can physical space - just think of n-dimensions as n knobs on your > hi-fi, This is probably the best analogy for n-dimensional arrays I've seen yet. Thanks. -- Ro

4.5.1 vs 4.5.1 SP1

2000-10-05 Thread patrick
Recently upgraded our production server from 4.0.1 (WinNT/IIS/2CPUs/500MHz/256Mb) to 4.5.1 (Win2K/IIS/2CPUs/600MHz/512Mb) after 2 months of testing in development. The first thing we noticed was that the task scheduler - we never tested it - went beserk. From what I read in this list, the sched

RE: Random Record

2000-10-05 Thread Brian bouldernet
get id from table Show Quote Try again -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 8:52 PM To: CF-Talk Subject: Re: Random Record well what i want to be able to do is like show a random quote from a table of quotes N

RE: NOT A MATH QUESTION, NumberFormat

2000-10-05 Thread patrick
My hat goes off to you guys... -- Original Message -- From: Dan Haley <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Thu, 5 Oct 2000 10:39:18 -0700 >Well, after further playing around, it sort of is. Numberformat is seeing >the string "4,1" as a d

killing session when browser closes.

2000-10-05 Thread avex
Hi guys I did a little application using session variables. I did a signout page that killed the session, but I also wanted some code that killed the session if the browser was closed. I got this from Forta's book: This code worked fine, and killed the session when I killed the browser.

Test-Pls ignore

2000-10-05 Thread Rudy Rustam
test -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscri

Re: CF Arrays question

2000-10-05 Thread Jon Hall
Ah I see now. The ArrayNew function expects a number of dimensions, NOT columns as I was trying to do. Thank You - Original Message - From: "Jim McAtee" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 05, 2000 10:53 PM Subject: Re: CF Arrays question >

Re: Random Record

2000-10-05 Thread KJis18
well what i want to be able to do is like show a random quote from a table of quotes Now some may be deleted, some may be added, in which the would not work because the "ID" numbers in the table would be changing, is there a way to specify like a certain Row number in my SQL WHERE state

RE: Stress Testing

2000-10-05 Thread Hoffman, Joe (CIT)
http://support.microsoft.com/support/kb/articles/Q231/2/82.ASP and http://webtool.rte.microsoft.com/ "Microsoft Web Application Stress is a simulation tool that is designed to realistically reproduce multiple browsers requesting pages from a web application. It was developed by web testers. We ha

RE: Oracle and Cold Fusion

2000-10-05 Thread Warrick, Mark
One high-traffic app I developed used Oracle 7.3.4 and CF 4.01 on Solaris. Worked great on NT with an Access database, died on UNIX with Oracle. Go figure. ---mark -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Pe

RE: Browser Detect and CFIF

2000-10-05 Thread Warrick, Mark
Use HTTP_USER_AGENT. -- Mark Warrick Phone: (714) 547-5386 Efax.com Fax: (801) 730-7289 Personal Email: [EMAIL PROTECTED] Personal URL: http://www.warrick.net Business Email: [EMAIL PROTECTED] Business URL: http://www.fusioneers.com ICQ

RE: Encryption in CF

2000-10-05 Thread Warrick, Mark
Encryption only works for people who don't have the CFDECRYPT program. If you're worried about the people on this list, I wouldn't bother. I'm sure most of us have that proggy anyway and wouldn't bother busting into someone else's code unless we had to. For example, the previous contractor o

RE: CFIF discussion

2000-10-05 Thread Warrick, Mark
I always split up my logic into various files - queries, business logic, display files, etc. but in your case, I would highly recommend you consider using the CFSWITCH syntax. So long as your IF statements are merely flow control statemetns, the CFSWITCH tag should work fine for you needs. --

RE:

2000-10-05 Thread Ed Toon
> I suspect that this multiple pass to the output stream is partially at fault > of why CF cannot flush the output while it is produced, the way ASP does it, > sending chunks of output while process is still pending. It needs the whole > string first. If this is the case, it'd be neat if I could

Re: CF Arrays question

2000-10-05 Thread Jim McAtee
> I am playing around with arrays for the first time and I get this error > when I try to initialize an array with more than 3 columns. > Can arrays only have 3 columns? > > jon > Error Diagnostic Information > Parameter 1 of function ArrayNew which is now "4" must be an integer in > the range 1 t

Re: Random Record

2000-10-05 Thread Jason Stiefel
In the event you do not wish to select all the full row for all records, you could just grab all the keys in the first query and come around again for the full row: selectkey fromtable select* fromtable wherekey = '#randomKey#' Which would be infini

Re: Realsim and 4D Arrays

2000-10-05 Thread Jim McAtee
I'm hoping your hi-fi example is just a bad analogy. I'd represent it as a structure or a one dimensional array with 10 items. Jim - Original Message - From: "Lee Borkman" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, October 06, 2000 9:45 AM Subject: RE: Realsim

RE: CF Arrays question

2000-10-05 Thread Scott, Andrew
You may need to post that code were the array is being set up, I would say that you have the array dimension incorrect but want know for sure until I see the code. regards Andrew Scott Cold Fusion Application Developer -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent:

RE: Statistical Analyses

2000-10-05 Thread lsellers
> "min"? That would be me. Known to write a CFX or two on occasion, etc. --min -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=

RE: Random Record

2000-10-05 Thread Lee Borkman
Guys, this will only work if the IDs start at 1, and there are no missing IDs. Also, the #s are unnecessary in your CFSET. Have fun, Lee. Bjork.Net [EMAIL PROTECTED] (Brian bouldernet) wrote: x = total available records SELECT * FROM TABL

Re: Random Record

2000-10-05 Thread Jason Stiefel
kev- selectmyfields frommytable #myQuery[intRecord].field# You can treat any query as if it were an array. - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 05, 2000 7:49 PM Subject: Random Record > How coul

RE: Random Record

2000-10-05 Thread Brian bouldernet
x = total available records SELECT * FROM TABLE WHERE ID = Random Count -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 4:49 PM To: CF-Talk Subject: Random Record How could i select a random record from a table? Like to set my

Re: CFFTP Error codes/messages

2000-10-05 Thread Jim McAtee
Thanks David. Jim - Original Message - From: "David Shadovitz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 05, 2000 6:02 PM Subject: Re: CFFTP Error codes/messages > From CF Studio (4.0.1) Help / Developing Web Applications... / 16 > Performing File

RE: Stress testing

2000-10-05 Thread Stephan Tual (CFTutorials.com)
At 01:56 PM 10/5/00 -0700, you wrote: >I you have money to spare (around 14K) get SylkPerformer (Segue.com). I >don't so I did a java app that calls http... You will also want to give a try to the RSW e-test suite. I used it on several sites and always was satisfied with its quality. You can ge

Re: Removing Duplicates from a List

2000-10-05 Thread pan
From: "Kevin Plexico" <[EMAIL PROTECTED]> > Is there a function or quick way of removing duplicates from a list? Didn't > see any in the Language Reference. > Not always functional or quick, but query a db grouping by key field or combination of fields that will result in a table of rows wher

Re: Realsim and 4D Arrays

2000-10-05 Thread pan
From: "Gavin Myers" <[EMAIL PROTECTED]> > Maybe its because I don't exist in some Sci-Fi Channel tv show, but I'm > having a hard time thinking of what a 4D Array looks like. > > 1d = X cordinate > 2d = X,Y cordinate > 3d = X,Y,Z cordinate > 4d = bah! > 1d = line of text 2d = page of text 3d

Re: Random Record

2000-10-05 Thread Lee Borkman
Hi Kev, As far as I know, there is no universal way to do this in SQL. In CF you can do this: SELECT * FROM Staff #FirstName# Hope that helps, Lee Bjork Borkman Bjork.Net - ColdFusion Tags by Bjork [EMAIL PROTECTED] wrot

SOT: SQL question

2000-10-05 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In a table something like this: userid, course john ethics john english mary english mary math mary bio I need to find a) which user has taken the most courses in total b) which course was taken the most often Ideas? c -

CF Arrays question

2000-10-05 Thread Jon Hall
This is a multi-part message in MIME format. --=_NextPart_000_036A_01C02F0E.BE3F4900 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am playing around with arrays for the first time and I get this error = when I try to initialize an array

Re: Realsim and 4D Arrays

2000-10-05 Thread Richard Ramos
Hey its Vetor Calc all over again. Next week Diff Eq. Ha. Richard Ramos Network Administrator Softitler Net, Inc. www.softitler.com [EMAIL PROTECTED] - Original Message - From: "Jaime Garza" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 05, 2000 3:15 PM S

RE: Realsim and 4D Arrays

2000-10-05 Thread Lee Borkman
You can do much worse than that. In genetics we talk about essentially infinitely-dimensioned spaces, one dimension for every gene on the chromosome. But there are ways to comprehend it all. Imagine your hi-fi. It has maybe ten knobs on it. Each knob can be turned to an infinite number of pos

RE: Reliability of CFSCHEDULE in CF 4.5.1. SP2?

2000-10-05 Thread Marcello Frutig
Damon, I'm wondering if I'm facing a similar problem. Whenever a scheduled task is submitted by CF, I got a "server busy" error message. There are no other activities on the server during the execution of the tasks. Log entries: scheduler.log "Information","TID=1232","09/27/00","00:01:40","

TEST

2000-10-05 Thread Scott Wood
TEST TEST TEST G. Scott Wood Developer HMWeb.com 520-742-2611 Ext.135 -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=l

RE: #Timeformat(Now())#

2000-10-05 Thread Scott, Andrew
Then you need to wrap tags around the input tag:-) regards Andrew Scott ANZ eCommerce Centre * Ph 9273 0693 * [EMAIL PROTECTED] -Original Message- From: Warrick, Mark [mailto:[EMAIL PROTECTED]] Sent: 06 October 2000 05:17 To: CF-Talk Subject: RE: #Timeformat(Now())# That's a typo

Importing CF tags into a editor

2000-10-05 Thread Jean Andre Vallery
how can you import(a example) CF tags into a editor other than homesite or studio? I'm using UltraEdit and Frontpage 2000 Jean Andre Vallery www.BicycleMessenger.com --- Peter Tilbrook <[EMAIL PROTECTED]> > wrote: >HomeSite is excellent for HTML work. CF Studio is virtually the same but >

Re: CFFTP Error codes/messages

2000-10-05 Thread Jim McAtee
- Original Message - From: "Jim McAtee" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 05, 2000 3:19 PM Subject: CFFTP Error codes/messages > Is there a published list of CFFTP error codes and their corresponding > meanings? For some reason whenever I get

Re: CFFTP Error codes/messages

2000-10-05 Thread David Shadovitz
>From CF Studio (4.0.1) Help / Developing Web Applications... / 16 Performing File Operations with CFFTP / CFFTP Variables: CFFTP.ErrorCode Values Error Code Description 0 Operation succeeded 1 System error (OS or FTP protocol error) 2 An Internet session could not be established

Random Record

2000-10-05 Thread KJis18
How could i select a random record from a table? Like to set my query as SELECT * FROM Table WHERE RecordID = ?? Anyone know how to do this? thanks kev -- Archives: http://www.mail-archive.com/cf-talk@houseoff

RE: Death to .ldb !!!

2000-10-05 Thread Scott, Andrew
If you have access to the CF Administrator, then you need to take the timeout from 60 minutes to something lower. What this means is that the database is released quicker, but this is advice only for development servers only:-) regards Andrew Scott ANZ eCommerce Centre * Ph 9273 0693 * [EMAI

Re: Death to .ldb !!!

2000-10-05 Thread netman
I would like to see the flush.cfm code please!!! Robert - Original Message - From: "Dru Whitledge" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 05, 2000 4:47 PM Subject: Re: Death to .ldb !!! > Hi Peter, > > Thanks for the response. It turned out to be

RE: A little off topic but I need help?

2000-10-05 Thread Scott, Andrew
*LOL* Well I have news for you, this was never an upgrade. Windows 3.11 and below relied on dos to run as does Windows95/98 in a way. So you can exit out of windows and return back to the dos as you would any other application. Windows 95/98 however is installed to make it look like you have a ne

Re: Getting Form's fields as URL parameter too...

2000-10-05 Thread tom muck
Don't specify the variable type. Instead of: #form.myvariable# #url.myvariable# just use #myvariable# It's not good programming practice, but it makes it handy for a form and a URL to submit data to the same page. tom - Original Message - From: "Perez, Bismark" <[EMAIL PROTECTED]> To

RE: A little off topic but I need help?

2000-10-05 Thread Scott, Andrew
You would have two options, one to install W2K over the top of Win98 from memory you will need to format the drive to ntfs. Or you could Dual boot the two. regards Andrew Scott ANZ eCommerce Centre * Ph 9273 0693 * [EMAIL PROTECTED] -Original Message- From: HappyToad.com [mai

RE: Getting Form's fields as URL parameter too...

2000-10-05 Thread Scott Wood
I don't really understand why you would need to do this.. But you can put 'method="get"' in your form field and it will post it to the url. If you can explain a little more, i could prob. help a little more. Scott --

RE: Getting Form's fields as URL parameter too...

2000-10-05 Thread BORKMAN Lee
In your Form or CFForm tag, you get to chosse the METHOD. The default (strangely) is GET, which passes the form fields appended to the URL. If you use POST for the METHOD, the fields will be passed via the HTTP headers, which is usually preferable IMHO. Lee (Bjork) Borkman http://bjork.net Cold

Re: ot: asp lists :)

2000-10-05 Thread Billy Cravens
I like http://www.devdex.com ... it's not email mailing lists, but they do give web access to ASP newsgroups. -- Billy Cravens [EMAIL PROTECTED] lsellers wrote: > > I was a looking for a good asp list. Pages of them... most seem dead though. > Anyone know of a good, active list? > > --min >

RE: Realsim and 4D Arrays

2000-10-05 Thread Jaime Garza
One easy way to think about the 4D, is as X,Y,Z,t where t stands for time. Then you can think on the life of your cube (or whatever 3d figure) where X,Y,Z are just a point in time. Real matematicians can figure more than that, but us engineers use t in our third degree integrals. But then, I lef

OLE DB for SQL Server

2000-10-05 Thread Gena
Hi! Couldn't you explaine how to use OLE DB connection in CF 4.5. I cannot register DSN :( I suppose that some problem is with "Provider" and/or "ProviderDSN" parameters in Edit OLEDB Interface Data Source. Thank you Gennadi -

RE: Removing Duplicates from a List

2000-10-05 Thread Scott Wood
Not sure what your trying to do, but how bout some logic that does a check before it adds to the list making it impossible to end up with duplicates.. G. Scott Wood Developer HMWeb.com 520-742-2611 Ext.135 -Original Message- From: Kevin Plexico [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: Stress Testing

2000-10-05 Thread dougn
Microsoft has a Load Generator on their site you can download to create a lot of traffic for your web server to determine how much load it can handle. --Doug -Original Message- From: Greg Creedon [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 12:09 PM To: CF-Talk Subject: St

RE: A little off topic but I need help?

2000-10-05 Thread Peter Theobald
You pretty much said it all right there. 90% of my machine allocated to Win2K, and a small partition for some games. At 02:36 PM 10/5/00 -0400, lsellers wrote: >> Does the ability to install a Win98 partition and a Win2K >> partition come with Win2K or do we need a third-party utility to do that?

RE: SQL Server

2000-10-05 Thread Jared Clinton
I think its 'text','ntext' or 'image' Jared Clinton. > -Original Message- > From: Andy Peterson [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 06, 2000 4:16 AM > To: CF-Talk > Subject: OT: SQL Server > > > Hi, > > Can anyone tell me what the equivalent of a MS Access "memo" > fi

RE: maxlength on text area

2000-10-05 Thread Ben Montanelli
Do you know of a similar routine that would evaluate the size of a document uploaded in the CFFILE tag through the Form filefield other than the File Upload Filesize parameter? -Ben M. At 10:53 AM 10/5/00 -0700, you wrote: >I don't think so, but if you're concerned about the user entering in too

SOT: IBM, Allaire Singled Out For Annual Report Card Honors

2000-10-05 Thread Peter Tilbrook
VARBusiness recognized Allaire as one of the technology industry powerbrokers of the new economy during its Annual Report Card (ARC) awards ceremony held September, 2000. Awarded "Breakthrough Player of the Year," Allaire also took top honors in the Internet Software and Enterprise Development To

RE: Studio vs. HomeSite

2000-10-05 Thread Peter Tilbrook
HomeSite is excellent for HTML work. CF Studio is virtually the same but geared toward CF development with RDS, and the context sensitive help (it's costs more too). -Original Message- From: Claremont, Timothy S [mailto:[EMAIL PROTECTED]] Sent: Friday, 6 October 2000 4:51 To: CF-Talk Sub

RE: Oracle and Cold Fusion

2000-10-05 Thread Peter Tilbrook
According to Oracle they power 65% of database enabled sites. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, 6 October 2000 5:00 To: CF-Talk Subject: RE: Oracle and Cold Fusion I would have said that the majority are about MS SQL Server and MS Acces

RE: Studio vs. HomeSite

2000-10-05 Thread Kelly Matthews
Homesite doesn't incorporate all the Cold Fusion add ons so if you are doing Cold Fusion go with Studio its basically a beefed up CF version of homesite. Kelly Stay current with what's happening on AirportNet. Subscribe to our Announcement list today: http://www.airportnet.org/email.htm ---

CFFTP Error codes/messages

2000-10-05 Thread Jim McAtee
Is there a published list of CFFTP error codes and their corresponding meanings? For some reason whenever I get an error, no matter the number, I'm always getting the same message. ERROR #cfftp.errorcode#: #cfftp.errortext#" ERROR 1: No response from server. ERROR 15: No response from server.

RE: Removing Duplicates from a List

2000-10-05 Thread Hayes, David
If you're creating the list from a query, you should be able to select distinct values. If you can't do that, loop through your list, appending a new one. (or something along those lines!) -Original Message- From: Kevin Plexico [mailto:[EMAIL PROTE

Re: Reliability of CFSCHEDULE in CF 4.5.1. SP2?

2000-10-05 Thread Jim McAtee
Damon, Will increasing the number of simultaneous requests make the scheduler any more reliable? Jim - Original Message - From: "Damon Cooper" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, October 05, 2000 12:30 PM Subject: RE: Reliabilit

RE: Studio vs. HomeSite

2000-10-05 Thread Dave Watts
> What does one do that the other does not? Studio has RDS capability, allowing for editing files on a remote CF server via HTTP, it can view CF's datasources via RDS, and there's better support for CFML coding in Studio. Also, with Studio, you get a single-user version of CF Enterprise Edition,

RE: asp lists :)

2000-10-05 Thread Kevin Langevin
Nah...they've all dropped ASP and started using CF. :) -Kev > -Original Message- > From: lsellers [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 05, 2000 2:38 PM > To: CF-Talk > Subject: ot: asp lists :) > > > I was a looking for a good asp list. Pages of them... most seem >

Cfmail Patch

2000-10-05 Thread Matthew Taylor
Hi all, A while back someone posted a patch that fixed the cfmail/spool error. I downloaded the dll patch but mail still sits in the spool. I was wondering if someone could repost the original patch? TIA Matthew Taylor Web Developer 617.868.0009 ext.216 [EMAIL PROTECTED] www.uClick.com --

RE: Stress testing

2000-10-05 Thread Jaime Garza
I you have money to spare (around 14K) get SylkPerformer (Segue.com). I don't so I did a java app that calls http... > -Original Message- > From: Greg Creedon [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 05, 2000 11:41 AM > To: CF-Talk > Subject: Stress testing > > > This is

RE: show my stuff

2000-10-05 Thread Dave Watts
> I am currently looking for a job but i am running into a > problem because I want to interview with people and cannot > show them my work because all the stuff I have been doing > is on an intranet. I am currently creating a CD rom > and basically exporting and modifying my ColdFusion work t

Re: show my stuff

2000-10-05 Thread Vance_Duke
Why not just do an Import Data from SQL to Access, from inside of Access. This will get all the data as well. Then just modify your query statements. Vance Duke Cold Fusion Application Developer i2 Technologies (469) 357-4729

RE: A little off topic but I need help?

2000-10-05 Thread Dave Watts
> > Does the ability to install a Win98 partition and a Win2K > > partition come with Win2K or do we need a third-party > > utility to do that? > > Why would you want to? Except for some gaming limitions, w2k > is better than w98. You've hit it exactly on the head. That's what Win98 is for - a

ColdFusion/Spectra Oppurtunity in Boston, MA

2000-10-05 Thread Jason Stiefel
Anyone interested in some challenging work in historic Beacon Hill, Boston? Here's a chance to make a considerable contribution to the content managed portal presences of this very unique healthcare industry pre-IPO company. The primary technologies are: Windows NT - IIS 5.0 - ColdFusion 4.5.1 -

Re: Death to .ldb !!!

2000-10-05 Thread Dru Whitledge
Hi Peter, Thanks for the response. It turned out to be a CF problem with the CF server holding open the database. There seems to be two effective approaches to handles this -- a Flush.cfm file executed in a browser breaks the connection and kills the .ldb file (This works like a champ -- did you

RE: uploading files

2000-10-05 Thread dougn
1. Rename the files to 1.jpg, 2.jpg, etc. 2. CFDIRECTORY to get a count of the images in the directory. Do this periodically (scheduled process) to keep it updated. 3. Store this list in a server variable (so other pages can use it as well). 4. In the page calling it just include:

RE: HTML Email Tracking

2000-10-05 Thread dougn
You could do this as well with In mycode.cfm, just do a CFQUERY to store a "hit" to that person's account indicating they read it and when. You can even reference all the CGI variables for Operating System and other stuff at the same time IF you need it. --Doug -Original Message- Fro

RE:

2000-10-05 Thread Jaime Garza
One good example. And one bad example (of side effects) 1 Good example suppose you are writing this custom tag and you would like to have a piece of

RE: SQL Server

2000-10-05 Thread Mark Johnson
text Mark -Original Message- From: Andy Peterson [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 7:16 PM To: CF-Talk Subject: OT: SQL Server Hi, Can anyone tell me what the equivalent of a MS Access "memo" field is in SQL Server 7.0? TIA, Andy --

RE: Death to .ldb !!!

2000-10-05 Thread Dru Whitledge
Damn good point. Maybe the Flush.cfm file is the way to go. Dru At 14:05 10/5/2000 -0400, Pete Freitag wrote: >Not maintaining database connections may solve the problem, but it may >affect performance. Say you have three queries to the same datasource on >the same page (not uncommon), then C

RE: SQL Server

2000-10-05 Thread Wayne E. Pfeffer
"text" -Original Message- From: Andy Peterson [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 1:16 PM To: CF-Talk Subject: OT: SQL Server Hi, Can anyone tell me what the equivalent of a MS Access "memo" field is in SQL Server 7.0? TIA, Andy --

RE: show my stuff

2000-10-05 Thread Gavin Myers
steal the server the intranet is on or, from sql server go to tables, right click on the table you want to export go to all tasks and export table then again, there's the problem of if its secure information.. i'd just make a new sql database and give it the same column names but with useless

RE: HTML Email Tracking

2000-10-05 Thread dougn
I'd recommend CFLOCATION instead. The reason is that with CFCONTENT you now load the image and then CF streams it out. By using a CFLOCATION, you tell the browser to do a pure web server call and not to bother CF further. Both work, but as you scale your operation, you'll want images outside yo

RE: #Timeformat(Now())#

2000-10-05 Thread Patricia Lee
Or, rather it would work just dandy if there were CFOUTPUT tags anywhere around the function. -Patti -Original Message- From: Warrick, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 2:17 PM To: CF-Talk Subject: RE: #Timeformat(Now())# That's a typo in whatever book

RE: SQL Server

2000-10-05 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 text. Max storage per field is in the gigabytes. Tho you might get away w/ varchar fields as the max varchar is 8000 chars vs. Access' meager 255 chars. Varchar is easier to deal with for various reasons, so if you're under 8k, use the varchar inst

Getting Form's fields as URL parameter too...

2000-10-05 Thread Perez, Bismark
Hello there, is this possible... Bismarck -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a mess

Re: show my stuff

2000-10-05 Thread Sharon DiOrio
Screen shots and examples of code are all we've ever required (sometimes not even screenshots). Being able to explain the purpose of the application and you're approach to fulfilling it is also a good thing. But code tells all. Sharon At 11:28 AM 10/5/2000 -0700, S R wrote: >Hi everyone, > >I a

RE: #Timeformat(Now())#

2000-10-05 Thread Chapman, Katrina
It's not a typo. #TimeFormat(Now())# works, I get "01:22 PM". He just forgot his cfoutput's. --K > -Original Message- > From: Warrick, Mark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 05, 2000 11:17 AM > To: CF-Talk > Subject: RE: #Timeformat(Now())# > > > That's a typo in w

Re: Question re CFFile

2000-10-05 Thread Judith Taylor
Please disregard that last message..the problem was solved quite satisfactorily. Thanks Dave Hannum. :o) Judith Taylor Webmaster http://www.busybobbins.com ICQ: 67460562 Freelance ColdFusion Developer This year will go down in history. For the first time, a civilized nation has full gun r

RE: A little off topic but I need help?

2000-10-05 Thread Steve Bernard
You'll need to use what W2k refers to as a 'Basic' partition and make sure it is formatted as FAT16 or FAT32, not NTFS. Steve -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 05, 2000 2:07 PM To: CF-Talk Cc: '[EMAIL PROTECTED]' Subject: RE: A little

RE: SQL Server

2000-10-05 Thread Dave Watts
> Can anyone tell me what the equivalent of a MS Access "memo" > field is in SQL Server 7.0? It's TEXT. The Unicode version is NTEXT. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

Re:OT: SQL Server

2000-10-05 Thread Chris Terrebonne
text -- Original Message From: "Andy Peterson"<[EMAIL PROTECTED]> Subject: OT: SQL Server Date: Thu, 5 Oct 2000 13:15:41 -0500 >Hi, > >Can anyone tell me what the equivalent of a MS Access "memo" field is in SQL >Server 7.0? > >TIA, >Andy > > >---

Re: uploading files

2000-10-05 Thread tom muck
Try using a cfdirectory: Then use the RandRange function to get a random number, and the ListGetAt function to get the filename from the list: tom www.basic-drumbeat.com - Original Message - From: "Claremont, Timothy S" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent:

RE: NOT A MATH QUESTION, NumberFormat

2000-10-05 Thread Chapman, Katrina
He actually subscribes to the list so I'm sure when the next digest comes out he'll get it. --K > -Original Message- > From: Jaime Garza [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 05, 2000 10:51 AM > To: CF-Talk > Subject: RE: NOT A MATH QUESTION, NumberFormat > > > The "36,"

conference and hotel

2000-10-05 Thread Kirk Boecker
hello everyone - sorry for the spam i have a conference registration and a room at the hotel where the conference is being held. i can not attend (damn tradeshows) and of course it is way to late to cancel if anyone is interested in buying the conference registration cheap and taking the hotel res

Realsim and 4D Arrays

2000-10-05 Thread Gavin Myers
Maybe its because I don't exist in some Sci-Fi Channel tv show, but I'm having a hard time thinking of what a 4D Array looks like. 1d = X cordinate 2d = X,Y cordinate 3d = X,Y,Z cordinate 4d = bah! Considering a 1d array is a line, a 2d is a plane, 3d is a cube, would 4d then in this sense, be 1

verisign payflow link?

2000-10-05 Thread Erikk - cftalk
This is a multi-part message in MIME format. --=_NextPart_000_0036_01C02EE2.41178180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Has anyone had luck getting Verisign's Payflow LInk to work in their = custom CF shopping cart? Verisign ha

Help for #application.popserver#

2000-10-05 Thread Jean Andre Vallery
Help from list, I'm using the wixlist archiver and I cannot get the CF to read the pop server mailbox I have available for incoming email from a listserv. Any direction? the tag #application.popserver# Mail TD { font-family : sa

Application Log

2000-10-05 Thread Patricia Lee
Is there a way to configure the application log to ignore warnings? -Patti -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&bod

  1   2   3   >