RE: Internet Slow???

2003-01-29 Thread Joshua Miller
Yeah, isn't MSDE part of OfficeXP also? I thought it was making use of the Desktop Engine for storage now ... that's a pretty wide-ranging user base. Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254 ***

RE: Paging

2003-01-29 Thread Joshua Miller
I wrote a custom tag some time back to handle this sort of thing ... I cut out the necessary code for what you're looking for and pasted it below so you can create a "lite" version of the tag. If you have any more questions let me know, I'd be glad to help you implement this. Take the code at the

RE: ColdFusion and Javascript - pushing browser windows

2003-01-29 Thread Joshua Miller
Yeah, I'd like to see how you handle that. That same type of thing is on the radar for our Support Staff and guess who will get to create it :) Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254 *

Re: Internet Slow???

2003-01-29 Thread Paul Hastings
> SQL WORM is likely the culprit. There will inevitably be a few days of > sluggishness while the slower folks apply the patches :) yes but considering that MSDE is also effected and its embedded in several things like visio, it could be a long long while.

RE: Internet Slow???

2003-01-29 Thread Joshua Miller
SQL WORM is likely the culprit. There will inevitably be a few days of sluggishness while the slower folks apply the patches :) Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254 *

RE: Paging

2003-01-29 Thread Russ
1. I'd like to display one result per page 2. I'd like to display the proper recordCount and currentRow 3. I'd like to understand how to have my previous and next point to the previous record and next record, respectively, taking into account that if it's BOF or EOF that the link is no longer activ

RE: QUERY Help

2003-01-29 Thread CWatt
You may have to put Select Max(ThreadID) AS Tid...I didn't put in the as. or Since you are using CF, you can do the same thing, just in two steps... Select Max(ThreadID) as Tid From Threads Group By TicketID SELECT Th.sentBy,T.ticketID,T.subject FROM Ti

HELP with Authorize.net - SIM or AIM?? Safeset?

2003-01-29 Thread Dev Team
Soon authorize.net will end the weblink connect to their gateway Anyone attempted this migration yet? What is the best method? I know that cf_authorize now uses AIM but requires you to have your username and password reside on the server, while there is cfx_sim_fingerprint that calculates only th

RE: Paging

2003-01-29 Thread CWatt
What exactly are you looking for??? Christian -Original Message- From: Russ [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 11:26 PM To: CF-Talk Subject: Paging All, I know this has been posted before--in fact I checked the archives and found an answer to an older questio

Paging

2003-01-29 Thread Russ
All, I know this has been posted before--in fact I checked the archives and found an answer to an older question, but it's utilizing a few things that I'm not too familiar with. I've got a page at http://12.251.119.254/ricsoens/imagery2.cfm?collectionID=1 If you're looking at it, you can tell th

Re: How do I access Functions that I've written???

2003-01-29 Thread Christian Cantrell
This is an interesting technique for using ColdFusion tags (indirectly) in cfscript: http://www.macromedia.com/desdev/mx/coldfusion/extreme/ cftags_cfscript.html The article is written by Kevin Towes. Christian On Wednesday, January 29, 2003, at 07:20 PM, Matthew Walker wrote: > If you are

Re: ColdFusion and Javascript - pushing browser windows

2003-01-29 Thread Jason Miller
I agree - I already was toying around with a "toolbar" type look and interface - trying to get fancy - but it will grow and expand depending on if there is data there or not - it stays open as a communication tool until the user closes it - so if the admin needs to push back 3 urls after a few

Re: Struct Sort

2003-01-29 Thread Christian Cantrell
I'll pass this along to the documentation folks. Christian On Wednesday, January 29, 2003, at 05:14 PM, Barney Boisvert wrote: > I've used that exact code for getting an ordered list of keys, but the > first > comment user comment says structKeyList() doesn't return in insert > order, > and

RE: CFFlush error

2003-01-29 Thread Eric Hoffman
This is an intranet system and JS is always on, so we will try that. Thanks! Regards, Eric J Hoffman DataStream Connexion www.datastreamconnexion.com Delivering Creative Data Solutions -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2

RE: XML and CF

2003-01-29 Thread Trey Rouse
I'm currently finishing up a set of custom XML tags for CF 5.0. These are specifically designed for reading and writing queries to and from xml for CF 5. Wile we all know these tools already exist in CFMX, but sometimes you have to work with what you have. If anyone has use for these, email me d

Re: Internet Slow???

2003-01-29 Thread Pablo Varando
I've been experiencing slowness for about 3 days now not sure what's going on.. but been experiencing slowness and drop-off with the cable connection... Pablo - Original Message - From: "Andy Ousterhout" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 29,

RE: ColdFusion and Javascript - pushing browser windows

2003-01-29 Thread Joshua Miller
Actually I think the idea is that the hidden frame does nothing but look for data and then make the OTHER large browser frame do all the work. Cookies, sessions, etc. should be intact because all you'd be doing is something like: parent.frame.document.location.href="#pushed_url#" so if it was in th

Internet Slow???

2003-01-29 Thread Andy Ousterhout
The internet has seemed awful slow today. Are others experiencing the same issue or just me? Andy ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index

Re: PayPal Shopping Cart

2003-01-29 Thread Pablo Varando
When they make their purchase it will create an account automatically. So yes and no :) Yes, because they'll have a PayPal account, but no because they don't actually have to put bank account info, etc... Just remember that your purchase will show up as "unconfirmed" because they haven't put cc

PayPal Shopping Cart

2003-01-29 Thread irosa
When using the PayPal Shopping Cart and IPN, do customers have to set up accounts in order to pay? Issac ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/

Re: CFFlush error

2003-01-29 Thread Dave Carabetta
> A long running page (5 seconds) has a little processing banner going on, > and when done, bam goes to next page automatically appending a specific > number to the url string. That is the requirement...and so this > cfflush, cflocate cannot work...I have tried with cfheader as well. > > We see th

Re: QUERY Help

2003-01-29 Thread Cedric Villat
Thanks for the help, but I'm getting an error. [MySQL][ODBC 3.51 Driver][mysqld-3.23.49-log]You have an error in your SQL syntax near 'SELECT Max(threadID) AS threadID FROM Threads GROUP BY TicketID)' at line 4 As you can see, I'm using MySQL. Does this mean it doesn't suooprt Query of Queries?

OT: ASP Service Pricing Structure

2003-01-29 Thread S . Isaac Dealey
Hi All, I'm planning to launch an ASP Service soon which will allow subscribers to manage content hosted on the New Epoch server or their own site hosted elsewhere. The service launch won't occur until after we've fleshed out some of the details of the next release of our CMS which will include su

Re: Cfpop problem

2003-01-29 Thread Al Musella, DPM
>Line monster ate your last line Sorry - here it is again... (I must have used the line that Michael uses to check for the start of the footer:) A script that has been working great for years under cf4 then cf5 and MX for a few months, then it just now started throwing the error: . . . . An e

RE: QUERY Help

2003-01-29 Thread CWatt
This got cut out...sorry! SELECT Th.sentBy,T.ticketID,T.subject FROM Tickets T INNER JOIN Threads Th ON T.ticketID = Th.ticketID Where TH.ThreadID in (Select Max(ThreadID) Tid From Threads Group By TicketID) ORDER BY T.priority

RE: QUERY Help

2003-01-29 Thread CWatt
Why are you doing a max on the sentby table as well? You also may try doing an inner join as well. Also, If subject and priority could be different, you may want to get rid of them otherwise you are not going to get what you want. The easiest for this may be another approach if you must have those

RE: coldfusion and access 2002

2003-01-29 Thread Wolf, Alan
I would suggest you look at webmonkey.com for basic stuff. Good tutorials for a beginner. Alan Wolf MCSE NT 4, MCP NT4, Windows 2000 LAN/Network Specialist III Biopharmaceutical Development Program SAIC Frederick PO Box B Bldg 458 Frederick, Maryland 21702 301-846-5479 (V) 301-846-6886 (F) [EMAIL

RE: CFMX Cert. Exam

2003-01-29 Thread John Wilker
I've been testing away on CFMX Buster. I like it. I took the 5 exam without (it wasn't done yet) but think I will do even better this time. It's worth the money. Excellent product! J. John Wilker Web Applications Consultant, Writer Macromedia Certified ColdFusion Developer Founder/President IE CF

QUERY Help

2003-01-29 Thread Cedric Villat
I'm having a bit of trouble with my query. What I have is a table with Tickets. I want to select all the tickets, which works great. Each Ticket has accompanying Threads, so each Ticket can have multiple threads (like a conversation). What I also need to grab along with the Tickets, is the NEWEST T

Re: New problem with csv... argghhh

2003-01-29 Thread Rafael Alan Bleiweiss
wow this is clearly the way to go moving forward - but now I need to ask if I'm so far into this already that I need to bully my way through based on current contract work/payments, or scrap all these hours... At 08:11 PM 1/29/03 -0500, you wrote: >By editing the schema.ini file you can add a t

Re: ColdFusion and Javascript - pushing browser windows

2003-01-29 Thread Jason Miller
Between you and Joshua - I think you gave some good ideas - not how I intended it to work - but definately a way to make it work. With a little js and css - If a page comes back to this invisible frame -I could have it resize so they can see what I am sending - while not losing their page - The on

coldfusion and access 2002

2003-01-29 Thread Sangeeta Karmokar
CAn anyone provide me the list of SQL statements? I need to create verify page with login and password.. Thanks Sangeeta ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusi

RE: CFFlush error

2003-01-29 Thread Eric Hoffman
So we're trying to achieve this: A long running page (5 seconds) has a little processing banner going on, and when done, bam goes to next page automatically appending a specific number to the url string. That is the requirement...and so this cfflush, cflocate cannot work...I have tried with cfhea

RE: CFFlush error

2003-01-29 Thread CWatt
You can not flush information from one page, then tell the server to actually send another. Your two choices are to use cfhttp instead of cflocation and just dump the other page to this one, or drop the cfflush. Christian -Original Message- From: Eric Hoffman [mailto:[EMAIL PROTECTED]]

Re: New problem with csv... argghhh

2003-01-29 Thread jon hall
By editing the schema.ini file you can add a text datasource with CF's ini file functions. That way you can dynamically add dsn's when the end user uploads the file. Take a look at the format of the schema.ini file that is created, it's pretty straightforward. The fact that these files are very la

CFFlush error

2003-01-29 Thread Eric Hoffman
Here's what I get.. I am just flushing out a piece pieces of info as the page processes..then cflocate. I get this error, on a CF 5 box. Failed to perform redirection on blah.CFM DIAGNOSTIC: Failed to perform redirection ColdFusion was unable to perform the CFLOCATION operation. This is probabl

Re: CFMX Cert. Exam

2003-01-29 Thread Brian Simmons
Hi Ernie, CFMX Exam Buster has has 11 exams, topic exams, random exams, ability to save/print exams, and over 750 questions to help you study for the real Macromedia ColdFusion MX certification test. You can download a demo, which includes one full test at: http://www.centrasoft.com Thanks, Bria

Re: New problem with csv... argghhh

2003-01-29 Thread Rafael Alan Bleiweiss
At 06:11 PM 1/29/03 -0500, you wrote: >Create a ODBC Text Datasource to the file one the machine and then >just use cfquery to turn it into a query...which you can loop over or THe problem is it's a multi-thousand record product table from multiple manufacturers and new prices come out all the ti

RE: New problem with csv... argghhh

2003-01-29 Thread Rafael Alan Bleiweiss
At 04:56 PM 1/29/03 -0600, you wrote: >Is your problem like a typical record looks like this :"a,b,c,d" but when it >is "a,b,c," it error out? Or is your problem when the record is ""? It's like: row 1 a,b,c,d row 2 a,b,c, so it craps out on row 2 (sometimes this is in th

RE: How do I access Functions that I've written???

2003-01-29 Thread Matthew Walker
If you are using CFMX you can use the tag which lets you used regular CF tags, otherwise no. Also, check out cflib.org . > -Original Message- > From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 30 January 2003 1:17 p.m. > To: CF-Talk > Subject: RE: How do I access Functi

RE: How do I access Functions that I've written???

2003-01-29 Thread Barney Boisvert
Nope, not with CF5. with CFMX you can make tag-based functions, which is WAY nice, but no such luck with CF5. barneyb > -Original Message- > From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 4:17 PM > To: CF-Talk > Subject: RE: How do I access Functions

RE: How do I access Functions that I've written???

2003-01-29 Thread Andy Ousterhout
Thanks. Can you have other then CFSCript commands in a function? -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 6:09 PM To: CF-Talk Subject: RE: How do I access Functions that I've written??? 1) You can have multiple functions in th

RE: How do I access Functions that I've written???

2003-01-29 Thread Matthew Walker
> 1. Can I save multiple functions in a single file? Yes. Some people like to create function libraries, with functions listed one after another, and cfinclude them. This is very portable, and doesn't seem to affect speed, but it's hard to know which functions you have unless you make an index. S

RE: How do I access Functions that I've written???

2003-01-29 Thread Barney Boisvert
1) You can have multiple functions in the same file. 2) To access a function, it must be defined in the same file that you want to use it in, OR be CFINCLUDEd before you use it. Obviously you don't have to include the function directly into the file you want to use it in, so if you have a templat

RE: New problem with csv... argghhh

2003-01-29 Thread Andy Ousterhout
This looks alot easier and faster then what I am doing. I'll have to use this for the next CSV I upload. Thanks. Andy -Original Message- From: jon hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 5:43 PM To: CF-Talk Subject: Re: New problem with csv... argghhh [040180

How do I access Functions that I've written???

2003-01-29 Thread Andy Ousterhout
Ok, really rookie question. I have no clue how to use functions. Could someone take a second and either point me to the reading or answer the following 2 questions: 1. Can I save multiple functions in a single file? 2. How do I set up the CF5.0 server so that functions are found? Thanks, A

Re: New problem with csv... argghhh

2003-01-29 Thread jon hall
[0401802a.txt] ColNameHeader=False Format=CSVDelimited MaxScanRows=0 CharacterSet=OEM Col1=CUSTNAME Char Width 255 Col2=REPNAME Char Width 255 Col3=CUSTEMAIL Char Width 255 [100402me-1.txt] ColNameHeader=False Format=CSVDelimited MaxScanRows=0 CharacterSet=OEM Col1=CUSTNAME Char Width 255 Col2=REPN

RE: New problem with csv... argghhh

2003-01-29 Thread Andy Ousterhout
Jon, what does a sample INI look like? Andy -Original Message- From: jon hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 5:12 PM To: CF-Talk Subject: Re: New problem with csv... argghhh With all the work you've put into this solution, I hate to even say this, but may I

Re: New problem with csv... argghhh

2003-01-29 Thread jon hall
With all the work you've put into this solution, I hate to even say this, but may I suggest a better way, that will should a lot of headaches? Create a ODBC Text Datasource to the file one the machine and then just use cfquery to turn it into a query...which you can loop over or whatever else you

Re: migrate data stored by cf 4.5 to cfmx (unicode problem?)

2003-01-29 Thread Toby Tremayne
mmm perhaps you're right. I'm going to try this http posting thing and see if it works... Wednesday, January 29, 2003, 8:01:18 PM, you wrote: JvD> More likely that earlier versions didn't handle unicode right. Feel free JvD> to copy-paste all the Word stuff you want at http://cfmx.oli.tudelft.

Re: ColdFusion and Javascript - pushing browser windows

2003-01-29 Thread Scott Weikert
Well this is something I hatched in my brain in about ten seconds, so it may need some work. One thing you can do is set up, if you're able (i.e. no proclamations about being frameless) an "invisible frame" - i.e. you do 'rows="100%,*"'. Put your main content in the visible frame, and set up th

RE: New problem with csv... argghhh

2003-01-29 Thread Andy Ousterhout
Is your problem like a typical record looks like this :"a,b,c,d" but when it is "a,b,c," it error out? Or is your problem when the record is ""? -Original Message- From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 4:44 PM To: CF-Talk Subject: New pro

RE: New problem with csv... argghhh

2003-01-29 Thread Raymond Camden
Are you using list functions? CFML list funcs don't like empty elements - basically it ignores them. Try ListFix, http://www.cflib.org/udf.cfm?ID=507, to change the null entries to something you can catch. === Raymond Camden, Cold

RE: ColdFusion and Javascript - pushing browser windows

2003-01-29 Thread Joshua Miller
You could use a hidden frame (3rd frame) that scans the last incoming message in the chat for a URL ... if it contains a URL with say the word PUSH in front of it then it loads in the other frame. Just a thought. Wouldn't be all that difficult with a little JavaScript. Joshua Miller Head Programm

Re: flash z-index

2003-01-29 Thread Jason Miller
no problem - and yes it is quite frustrating - you mention below about "the flash" that appears when page loads - In different cases I have hidden ugly with layers - since that won't work in flashes case - a possibility is loadMovieNum - Create an empty shell - with a pretty background or gra

New problem with csv... argghhh

2003-01-29 Thread Rafael Alan Bleiweiss
OK so shoot me in the foot - if my csv file has x records and any of those records have a BLANK field- this won't work... it comes back with an error in the loop. Is there any way to force it to fill in a field with a null? This is especially important with the last recor

RE: CSV loop

2003-01-29 Thread Andy Ousterhout
Don't ya just LOVE debugging? Why don't you send us the CFFile statement. -Original Message- From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 3:39 PM To: CF-Talk Subject: RE: CSV loop It turns out that it's not the query crappin out - it's the FIL

Re: ColdFusion and Javascript - pushing browser windows

2003-01-29 Thread Jason Miller
Okay - to clarify push - I think explanation of the scenario is best - 1) User can't find a product or a piece of information on a large website - 2) User clicks a button and sends a request to the Administrator - ( a whole que or dynamic page would be setup to handle these requests and post mult

RE: [Resolved] JS form validation script

2003-01-29 Thread Joshua Miller
Cool, glad you got it fixed. Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-9044 ext. 254 * Any views expressed in this message are t

RE: CSV loop

2003-01-29 Thread Rafael Alan Bleiweiss
IT'S WORKING Sam, Raymond, Andy, thanks for the help and guidance... Ultimately, I honestly don't know why the CFFILE wasn't functioning, which drives me nuts because that was the biggest mistery of all... never to be discovered, as so many are not... Once I resolved that, it was debugg

Re: PayPal Shopping Cart

2003-01-29 Thread Dave Lyons
http://tutorial23.easycfm.com/ - Original Message - From: "Double Down, Inc." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 4:54 PM Subject: PayPal Shopping Cart > Was wondering if anyone has used the PayPal Shopping cart and CFML. If you have,

Re: OT: flash z-index

2003-01-29 Thread John Dowdell
At 11:16 AM 1/29/3, Ben Doom wrote: > I understood that the z-index of a flash movie was "infinte" -- > that you couldn't float anything (layer, div, etc) over the movie. > Please someone tell me I'm wrong and that I'm just overlooking something! > If you /can/ change the z-index, how? Search "wmo

Re: [OT] Resizable Flash Ad

2003-01-29 Thread John Dowdell
At 1:28 PM 1/29/3, Sean McCarthy wrote: > Has anyone seen a tutorial on a resizable flash ad like > the ones that yahoo or msnbc do from time to time > Basically i want it to go from a 225x225 to a 75x125 or so. Search "wmode" in the technotes. The ad actually starts full-page, but with a transpar

RE: Hosting contract

2003-01-29 Thread Mark A. Kruger - CFG
Kev, Thanks - that's about what I was looking for. -Mark -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 4:13 PM To: CF-Talk Subject: RE: Hosting contract Have a hunt around www.cdaa.com.au specifically http://www.cdaahosting.com/tand

Re: [OT] Resizable Flash Ad

2003-01-29 Thread Jason Miller
I didn't confirm but moock.org I beleive addresses resizing the flash stage object through js. worth a look - again - didn't confirm it -but that would be a route to attempt jay miller Haggerty, Mike wrote: >There is a Stage object in Flash which refers to the size of the movie. I am >not cert

RE: XML and CF and SOXML

2003-01-29 Thread Trey Rouse
If you follow enough links you can find this tag... I will save you the pain: http://devex.macromedia.com/developer/gallery/info.cfm?ID=A28467B5-F7B9- 11D6-840E00508B94F85A&method=Download Happy xmling, Trey > -Original Message- > From: Owens, Howard [mailto:[EMAIL PROTECTED]] > Sent:

RE: Struct Sort

2003-01-29 Thread Barney Boisvert
I've used that exact code for getting an ordered list of keys, but the first comment user comment says structKeyList() doesn't return in insert order, and I agree. Running this code (linux/apache/cfmx) results in '1,2' being displayed. Reversing the structInsert calls has no effect.

[Resolved] JS form validation script

2003-01-29 Thread Cutter (CF_Talk)
I figured it out. Since I used 'i' for my index of my ValForm() function I could not also use it in the character loop of the charCheck() function. "i" would increment far past the number of items in my fieldnames array, which is why I got null errors when attempting to access a value. I change

RE: Hosting contract

2003-01-29 Thread Parker, Kevin
Have a hunt around www.cdaa.com.au specifically http://www.cdaahosting.com/tandc.asp ** Kevin Parker Web Services Manager WorkCover Corporation [EMAIL PROTECTED] www.workcover.com p: 08 82332548 f: 08 82332000 m: 0418 806 166 ** -Original Message- From: Mark A. Kruge

RE: [OT] Resizable Flash Ad

2003-01-29 Thread Haggerty, Mike
There is a Stage object in Flash which refers to the size of the movie. I am not certain if you can resize that or not. What I do is make a transparent movie at the maxsize I need and then work with the movie clips to get them the size I want. This may or may not work in your case. M -Orig

RE: CSV loop

2003-01-29 Thread Rafael Alan Bleiweiss
I think I'm onto it... I stripped everything out and now for whatever reason, it's reading the file finally! I think its working now - it's finally giving me loop query errors and cfdump displays the contents of the CSV...which is a GREAT sign At 03:55 PM 1/29/03 -0600, you wrote: >Un

RE: Struct Sort

2003-01-29 Thread Dave Carabetta
>Where does it say that struct keys are returned in insertion order? The >docs for structKeyList() and structKeyArray() say they are unordered. In the LiveDocs on MM's site under Migrate ColdFusion 5 Applications, if you scroll to the very bottom, you'll see that StructKeyList() now returns the

Hosting contract

2003-01-29 Thread Mark A. Kruger - CFG
Does anyone have an example of a good hosting contract (preferrably on-line)? -mk ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subsc

RE: ColdFusion and Javascript - pushing browser windows

2003-01-29 Thread Haggerty, Mike
Like Ben said, we need to know what you mean by 'push'. One example of 'push' that I used and might be helpful (and since you are using Flash) was to set up a Web resource that Flash can check to see if a page needs to be loaded. I used the loadVariables command to check a Web resource at regular

Re: query help...

2003-01-29 Thread Stephen Hait
> I have a table with columns named q1,q2,q3, through q19. Each > question can have a value of 1, 2, or 3. How can I generate a > query/cfcode that will tell me how many people answered 1, 2, and 3 > for question 1 through question 19 without having a ton of queries? > I know it needs to loop someh

RE: CSV loop

2003-01-29 Thread Raymond Camden
Unless I'm mistaken - something very odd is going on. For code after the cffile to just ... stop ... without any error thrown to the screen is not good. Here is another test - right after the cffile, use a tag to log a test message to the application log. See if it gets added. ===

PayPal Shopping Cart

2003-01-29 Thread Double Down, Inc.
Was wondering if anyone has used the PayPal Shopping cart and CFML. If you have, wanted to know how the information is sent back to you, is it all one string, is it sperated by commas or some other delimiter? I need to be able to have this information so I can parse it into my DB. If anyone can

RE: CSV loop

2003-01-29 Thread Rafael Alan Bleiweiss
At 03:37 PM 1/29/03 -0600, you wrote: >Add a bunch of output statements so that you can see what's going on. I've got CFOUTPUTs all over - before, and after the file tag, which comes before the cfloop - so it's not the query it's a problem with the cffile tag... but I scrapped it and used a know

Re: 2 Selects somewhat related

2003-01-29 Thread cf-talk
I haven't see anyone else reply to this so I figured I would. There are several ways to do this but I believe that the DevExchange on the MM website already has one or more examples. Let me know if you can't find it and I'll take a look for you or send you an email off list explaining in more det

RE: Size of string in Bytes

2003-01-29 Thread Ryan Emerle
Supposing there is no goofiness (ie non-ASCII), the length in bytes is the length of the string in characters.. (a character is a byte). len(string) = # of bytes. -Original Message- From: Sean Daniels [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 3:05 PM To: CF-Talk Subjec

Re: Size of string in Bytes

2003-01-29 Thread Jochem van Dieten
Gyrus wrote: > > Wouldn't Len(string) do it? Assuming 1 byte per character, of course. The > only common exception I can think of is Unicode I can think of a few more, like most Azian charsets. > but if you're storing in Unicode, Len(string)*2 would do it. Depends on the form of use. It can be

RE: CSV loop

2003-01-29 Thread Rafael Alan Bleiweiss
At 03:41 PM 1/29/03 -0600, you wrote: > >Hello > >And you are saying the Hello doesn't show? And it's ABOVE the cfloop? That's correct - and just in case it was some crazy cffile syntax, I deleted it and pasted in a known good cffile tag and just referred to one of my csv files...

Re: Size of string in Bytes

2003-01-29 Thread Mark Blair
Be careful with Unicode ... it's an all too common misconception that Unicode = double byte ... Taken from the Unicode FAQ section http://www.unicode.org/faq/basic_q.html#19 Q. I understand that all Unicode characters are 16 bits, and that the high byte is used to switch between code blocks. Is t

Re: Size of string in Bytes

2003-01-29 Thread Jochem van Dieten
Sean Daniels wrote: > Anyone know of an easy way to get the size of a string in bytes? Write it to disk and check filesize or send it to a databae and use Octet_Length(). Jochem ~| Archives: http://www.houseoffusion.com/cf_list

RE: Struct Sort

2003-01-29 Thread Barney Boisvert
Where does it say that struct keys are returned in insertion order? The docs for structKeyList() and structKeyArray() say they are unordered. barneyb > -Original Message- > From: Dave Carabetta [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 1:27 PM > To: CF-Talk > Subject

RE: CSV loop

2003-01-29 Thread Rafael Alan Bleiweiss
It turns out that it's not the query crappin out - it's the FILE... Everything I try to display (regular text, Variable outputs) BEFORE the CFFILE tag works, but everything after does not show up at all - so apparently the query isn't even gotten to. At 03:35 PM 1/29/03 -0600, you wrote: >Are

Re: CLOB and Incorrect Characters

2003-01-29 Thread Jochem van Dieten
Kazmierczak, Kevin wrote: > > We are having trouble with some Memo fields in Access after we > upgraded to cfmx. First we enabled CLOB in order to get them to show up, > but now our problem is that some characters are getting replaced by a little > box character, mainly the characters "'",

RE: CSV loop

2003-01-29 Thread Raymond Camden
So right now you have.. Hello And you are saying the Hello doesn't show? And it's ABOVE the cfloop? === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email: [EMAIL PROTECTED] WWW : www.camdenfamily.com

RE: CSV loop

2003-01-29 Thread Andy Ousterhout
Add a bunch of output statements so that you can see what's going on. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 3:29 PM To: CF-Talk Subject: RE: CSV loop Ah - you should check and see if read_file is empty first - before your cfl

RE: dumb question client variables

2003-01-29 Thread Andy Ousterhout
Depends how you use it. If you want to check if available using StructKeyExists, use StructDelete(structure, key [, indicatenotexisting ]) If you want to check by Len() GT 0, then just empty out with "". Andy -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: CSV loop

2003-01-29 Thread Andy Ousterhout
Are you sure the page is being hit? If you don't display anything on the page, add a single HERE I AM to the page to make sure that you are actually hitting the code. Andy -Original Message- From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 3:02 PM

RE: CSV loop

2003-01-29 Thread Rafael Alan Bleiweiss
HOLY CANNOLI - CFDUMP on the file - zip, nada, nothin... I put the word HELLO on the page after the CFFILE, and it doesnt show - put it up above, and it does! So it's not my query At 03:28 PM 1/29/03 -0600, you wrote: >Ah - you should check and see if read_file is empty first - before your

Re: Size of string in Bytes

2003-01-29 Thread Gyrus
- Original Message - From: "Sean Daniels" <[EMAIL PROTECTED]> > Anyone know of an easy way to get the size of a string in bytes? Wouldn't Len(string) do it? Assuming 1 byte per character, of course. The only common exception I can think of is Unicode - but if you're storing in Unicode, Len

RE: ColdFusion and Javascript - pushing browser windows

2003-01-29 Thread Ben Doom
I suppose that it depends on what you mean by 'push'. You can certainly use javascript to do things like set a timed refresh. As far as doing a server-side push of data (for example whenever it updates) I don't know of a way to do that with pure CF and JavaScript, but I'm sure there are a number

RE: flash z-index

2003-01-29 Thread Ben Doom
: No - flash always takes the top layer - what wmode="Transparent" does : is drops the background color of the flash movie so it is transparent. Wierd. Seems, um, fairly useless. : The ONLY physical way you can get flash to appear below something is ... : find another way. Yeah. Looks like no

RE: dumb question client variables

2003-01-29 Thread Tony Weeg
dave you hit the nail on the head, however gary houck had already emailed me off list that function ;) I just didn't know it even existed!!! later and thanks! ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforc

RE: CSV loop

2003-01-29 Thread Raymond Camden
Ah - you should check and see if read_file is empty first - before your cfloop, do a dump on that. Make sure you are actually looping. Or you can also add debug statements in your cfloop tags.. Going over a line, the line is #line#, enjoy ==

Re: coldfusion and access 2002

2003-01-29 Thread Dave Lyons
you may want to ask on the sql list someone there might know - Original Message - From: "Sangeeta Karmokar" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 2:52 PM Subject: coldfusion and access 2002 > Can anyone help me Please?? > ~~~

RE: Struct Sort

2003-01-29 Thread Dave Carabetta
>The reason there is no rhyme or reason is because structs are implemented >as >HashMaps in CFMX, which by definition don't have an order to the values. I >would imagine that you'll get them back in hashCode() order, but that's not >guarenteed consistent because of collision resolution. Accordin

[OT] Resizable Flash Ad

2003-01-29 Thread Sean McCarthy
Has anyone seen a tutorial on a resizable flash ad like the ones that yahoo or msnbc do from time to time Basically i want it to go from a 225x225 to a 75x125 or so. The ad will sit on a CF site so I guess its not that far off topic... Thanks Sean -Original Message- From: Dave Carabet

  1   2   3   >