Connection Faliure !!! again!

2000-09-01 Thread Vincent
hi, I seem to be facing this problem over and over again . Every morning i get up to find that my Index page runs in to a CONNECTION FALIURE ! and I cant for the life of me figure out why this happens and there are just 3 queries in it ... that retrieves just a few lines from the database ..

RE: Scheduled Task

2000-09-01 Thread Ed Toon
I assume there's some way to schedule a task on NT... on a Unix-type machine I'd just add a cron job and use lynx or wget to call a URL. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe

Scheduled Task

2000-09-01 Thread Gary J. Groomer
Does anyone know how to run a "CFM" file, periodically, without the use of ColdFusion's scheduled task functions? For example, every 24-hours at a specified time. My web site is hosted on a shared server and the hosting company won't allow the use of the CF Administrator's scheduled tasks, nor w

RE: CFSELECT, selected= doesnt work?! Am I going crazy?

2000-09-01 Thread James
Change it to this [cfform action="#CGI.SCRIPT_NAME#" method="post"> [cfselect name="letter" > [option value="A">Apple [option value="B" selected>Bear [option value="C">Car [/cfselect> [input type=submit> [/cfform> -Original Message- From: Peter Theobald [mailto:[EMAIL P

CFSELECT, selected= doesnt work?! Am I going crazy?

2000-09-01 Thread Peter Theobald
I have been banging my head on the simplest thing. Why doesn't THIS work? It doesn't select choice 'B'. [cfform action="#CGI.SCRIPT_NAME#" method="post"> [cfselect name="letter" selected="B"> [option value="A">Apple [option value="B">Bear [option value="C">Car [/cfselect> [inpu

Wrapping Problems in CFMAIL - 4.51

2000-09-01 Thread Bud
--_-1244254973==_ma Content-Type: text/plain; charset="us-ascii" ; format="flowed" Hi. I have an application at virtualscape on their 4.51 servers. Same app I have on other 4.51 servers and on plenty of 4.01 servers. I'm getting a strange wrapping, or I should probably s

Using Application Variables to Cache Static Query Results

2000-09-01 Thread Peter Theobald
This Allaire KnowledgeBase article tells us how to store a query in the Application scope for queries like a list of States that should be shared by all users. http://www.allaire.com/Handlers/index.cfm?ID=1582&Method=Full Curiously, the article never locks any of the Application variables or qu

Re: Structures, Arrays, Array of Structures

2000-09-01 Thread paul smith
--=_184807419==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed Right. This is what Allaire recommends in "ColdFusion Best Practices" SELECT FirstName, LastName FROM Users WHERE UserID = #request.UserID# at http://ww

Re: Javascript -> Cold Fusion.

2000-09-01 Thread Peter Theobald
Well, you can pick up CF variables in Javascript easier than that. Just set them directly! var x = #cfvar#; The server side Cold Fusion will spit out the above to the browser. For reading Javascript variables in Cold Fusion you are correct, setting form.element.value = 'X' will send it to

RE: Structures No? Cached Queries Yes?

2000-09-01 Thread Sharon DiOrio
It would depend a lot on how you're using the information now, that is, how people are accessing it. Structures (particularly nested structures) are great for drill down information. But if you're doing a lot of looping, then queries might be faster. What might work is the nested structure li

RE: Structures No? Cached Queries Yes?

2000-09-01 Thread paul smith
Thanks for jumping in, Sharon. Good suggestions. In just a few minutes mulling over your ideas, I've come up with some possibilities. My app is a Yellow Pages. So one query I have been running is to list all Headings that start with "A" for example (Academies, Access Control Systems, Accessori

Re: Javascript -> Cold Fusion.

2000-09-01 Thread Sharon DiOrio
You can use wddx to do this. Essentially will build a javascript array that you can work with. Takes some tinkering, but is very cool. Sharon At 05:26 PM 9/1/2000 -0400, Bill Davidson wrote: > > This is a multi-part message in MIME format. > > --=_NextPart_000_018F_01C01439.B56720E0 >

Re: Javascript -> Cold Fusion.

2000-09-01 Thread Dru Whitledge
I've been thinking on the same subject, but haven't had time to play with it yet. What about using FORM element values (value=' 'or text or hidden) for a limited means of passing variables. Both HTML (the JS DOM) and CF access that data directly at different times, but maybe on different sides

Re: Structures, Arrays, Array of Structures

2000-09-01 Thread Sharon DiOrio
At 01:48 PM 9/1/2000 -0400, Peter Theobald wrote: >Paul, why did you set the data in a temporary structure, then copy it to the application structure? >Did you intend to put a lock around the application structure? I don't know about Paul, but I generally build structures in local scope and then

RE: Structures No? Cached Queries Yes?

2000-09-01 Thread Sharon DiOrio
OK, gonna jump in on this one now. I don't use cached queries. I use scoped queries. Essentially the same thing, but I like managing my own caching rather than allowing the server to determine what gets cached (based on the rotating list of "last used"). Just a preference. But on the queries v

RE: Dates

2000-09-01 Thread Peter Theobald
BTW, it's funny you singled out the Sybase driver as being bad with dates. I am using Sybase 11.9.2 and it is WONDERFUL with dates. It can take just about anything I throw at it and figure out what date I mean. At 08:02 PM 9/1/00 -0400, Rick Osborne wrote: >Peter Theobald said: >>What exactly i

Re: Javascript -> Cold Fusion.

2000-09-01 Thread Peter Theobald
Since Javascript runs only on the client and Cold Fusion runs only on the serve, you have to pass the JavaScript variables to a CFM page through a URL request as URL or Form variables. At 05:26 PM 9/1/00 -0400, Bill Davidson wrote: >This is a multi-part message in MIME format. > >--=_NextPa

Re: Javascript -> Cold Fusion.

2000-09-01 Thread Bill Davidson
Sorry for the MIME message (if it reached you all that way.) I am used to lists that handle that. And thanks in advance for any light someone can shed on this... [original message] Does anyone know of an easy method to get Javascript variable information to CF variables? Or more specifically h

Re: [OT: ColdFusion Job Opening at Unisyn Software]

2000-09-01 Thread JL
Wailap Lam 11775 S. Shannan St. Apt#415, Olathe, KS 66062, USA (785) 550-3376 E-Mail: [EMAIL PROTECTED] OBJECTIVE Seeking a challenging position as a Software Engineer or Web Programmer in a progressive company where I can apply and extend my knowledge and skills in software development and des

CF Article in WebReview

2000-09-01 Thread Chris Montgomery
Feature: Fun with ColdFusion http://webreview.com/pub/2000/09/01/feature/index01.html?wwwrrr_2901 .txt It's a powerful energy source, but it doesn't require nuclear reactivity to work. ColdFusion will fuel your Web sites cleanly, safely, and easily. John Paul Ashenfelter explains how. Chris

Re: Structures, Arrays, Array of Structures

2000-09-01 Thread paul smith
At 01:48 PM 9/1/00 -0400, you wrote: >Paul, why did you set the data in a temporary structure, then copy it to >the application structure? Other than that was the way I was taught to do it, I believe it's needed to create a structure with "N-columns" (in my case, Class_ID, Class_Name, Pages, a

RE: Dates

2000-09-01 Thread Rick Osborne
Peter Theobald said: >What exactly is the difference between the different date types? Nothing. Just different ways of representing the same data to different precision. A timestamp (ts) includes hour/minute/second whereas a small date (d) includes only the year/month/day itself. Like the diff

RE: [OT] submit form with ENTER

2000-09-01 Thread Steve Pierce
Yep that is a Netscape feature. -Original Message- From: Birgit Pauli-Haack [mailto:[EMAIL PROTECTED]] Sent: Friday, September 01, 2000 5:26 PM To: [EMAIL PROTECTED] Subject: [OT] submit form with ENTER Using a login form in Netscape 4.7, I am not able to send the form by hitting the E

RE: getting data from queries as a structure/array

2000-09-01 Thread Peter Theobald
You can still use Evaluate, just don't use the structure dotted notation. Evaluate("foo[""#quux#""]") should work. At 04:50 PM 9/1/00 -0400, Rick Osborne wrote: >Oh, one more reason for not using Evaluate() - structures can hold keys that >aren't CF-Variable-Name-Compliant and Evaluate() can't h

Re: Forced Evaluation of Custom Tag Reference?

2000-09-01 Thread Peter Theobald
evaluate(fieldname) At 04:29 PM 9/1/00 -0400, Jamie Jackson wrote: >Okay, here's what I'm trying to do: >I have a custom tag call embedded in a database field, which is being >displayed on a Web page. >Right now, the custom tag call doesn't work, because it's showing up in the >source without b

RE: StructClear

2000-09-01 Thread Rick Osborne
Just 'cause I'm on a run of disagreeing with Jeremy today ... ;) Jeremy Allen said: >Since one object merely references something else and does nto >actually copy the data and get its own set of data >So, this opens up some interesting possibilities. >Namely custom data structures among other thi

Re: DATA MISSING!!! (back button)

2000-09-01 Thread David Hannum
It's a page that either does not cache, or has a short cache time (this done via JS or Meta Tags). When you go to re-view the page, it's is telling you that you have to actually rebuild the page by resubmitting the form info (which IS still cached) and run the script again to see the output. Dav

RE: CF Conferance 2000 :: Do you want my registration?

2000-09-01 Thread Paul Ihrig
huray! i get to go! we just got in a billable account today, so i am no longer over head. now i just need to keep up 30% chargability. : ] any one out there using Ultra Dev? i would like to see a Server Behavior created for CFFILE. let me know. -paul -Original Message- From: Chris Michl

RE: DATA MISSING!!! (back button)

2000-09-01 Thread Rick Osborne
This occurs when you do something akin to the following: Start at . POST to . POST again to . Go back to . Since was generated by a POST, Navigator (and even IE) will not let you see the page again. That's the way it works. The same thing can happen if the file stays the same and is POSTing t

RE: Simple IIS question(3)

2000-09-01 Thread Ed Toon
Yes, Apache NT is an operating system. It used to be known as Windows NT, but the Apaches took over Redmond in retaliation for hundreds of years of abuse. You will have to get rid of all Microsoft products prior to installing it. -Original Message- From: aslam bajaria [mailto:[EMAIL PROTE

Re: sorting a table

2000-09-01 Thread Peter Theobald
Yes, I just pass the parameters back in to the same page and use SQL 'ORDER BY' Order by LastName ... Last Name ... At 02:08 PM 9/1/00 -0400, Johnson, Dana wrote: >Hello All: > >I was wondering if anybody has a routine or tag that sorts a dynamic table >by clicking the table headers to sort in

Re: Regarding CF Forum2.0

2000-09-01 Thread Adrian Cooper
- Original Message - From: "Adrian Cooper" <[EMAIL PROTECTED]> Sent: Friday, September 01, 2000 11:58 PM > I have 2.06 running fine with SQL Server 7 - but the upsize wizard didn't work. > I got it working by creating the SQL database manually and using DTS to get the > table structures

Re: Regarding CF Forum2.0

2000-09-01 Thread Adrian Cooper
- Original Message - From: "John McKown" <[EMAIL PROTECTED]> Sent: Friday, September 01, 2000 8:09 PM > We are using the ForumSpot upgrade and it seems to run much more smoothly > than 2.0. > We had a lot of problems with the SQL upsize wizard (even on 2.0.6) and we > ended up importing

Re: timetrouble

2000-09-01 Thread mr_0rga5m / Blueyonder
Hi Needs to be a string like: #ParseDateTime("2000/09/01 10:30:22")# - Original Message - From: "Mark Davies" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 01, 2000 5:55 PM Subject: timetrouble > #ParseDateTime(2901103022)# > > What am I doing wrong? > > Mark

RE: timetrouble

2000-09-01 Thread Mark Warrick
That's not a valid date for use with the function ParseDateTime. You can use the functions Left, Mid, and Right to turn the date parameters into objects that you could then use with DateFormat, TimeFormat, and CreateODBCDateTime functions. -

Re: SQL to Exchange/Outlook?

2000-09-01 Thread Marius Milosav
http://www.cftipsplus.com/cftipsplus/CFTIPS_e-ZINE/00028/00028.cfm Marius Milosav www.scorpiosoft.com Virtual Help Desk Demo (VHD) www.scorpiosoft.com/vhd/login.cfm - Original Message - From: Robert Everland <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 01, 2000 1:4

Scalabilty Web Site

2000-09-01 Thread dougn
Greetings! Threads on "Scaling CF" are about 99% questions and only 1% answers. Unfortunately, there just isn't much information published on this subject. I've been giving numerous presentations on Scalability and how Autobytel.com does it. I've also been compiling a lot of notes. My hope was

RE: sorting a table

2000-09-01 Thread Mark Warrick
Are you asking whether the data can be sorted without a return trip to the server? If so, I believe that's a CSS or JavaScript question. Any client-side gurus out there? Otherwise, you can pass a variable into the query that got the results in the first place like "orderby" and pass through a

Re: Web Database Solution

2000-09-01 Thread CF
There is a PHP version of what you are talking about. It works with MySQL, and PHP, but I'm sure you could pull some of the SQL, layout and functionality ideas for it. It's called phpMyAdmin. http://phpwizard.net/projects/phpMyAdmin/index.html HTH, Peter Janett New Media One Web Services

RE: Oracle Drivers

2000-09-01 Thread Ed Toon
There was a leak in the native driver for Oracle 8... No idea if there still is. Might've just been a Solaris thing too. As for CF Server, well, we can all hope... Ed -- Archives: http://www.mail-archive.com/cf-talk@hous

TTMYGG: Single-quote escaping

2000-09-01 Thread Rick Osborne
(From the "Things that make you go 'Gr'" file...) This is an extremely rhetorical question, but what is up with the stupid in-query single quote escaping? Sometimes it works, sometimes it doesn't. I think I've tracked it down to a simple rule: if your variable has brackets [] in it, it isn't

Javascript -> Cold Fusion.

2000-09-01 Thread Bill Davidson
This is a multi-part message in MIME format. --=_NextPart_000_018F_01C01439.B56720E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Does anyone know of an easy method to get Javascript variable = information to CF variables? Or more specif

[OT] submit form with ENTER

2000-09-01 Thread Birgit Pauli-Haack
Using a login form in Netscape 4.7, I am not able to send the form by hitting the Enter-Key. I have to use the mouse and click on the send-button, which is one of these unimportant, yet annoying things... Is there a method in HTML, JavaScript or so to make the send-button ENTER-Key 'enabled'? I

Re: Large query to web

2000-09-01 Thread GeckoX
I'm not sure why you would want to display that many records to the browser, but I found that another web-development tool I use, talentsoft Web+, can do what you need just fine. I did a test in Web+ of 150,000 records in a simple MS Access database and selected them and displayed them all to the

Dates

2000-09-01 Thread Peter Theobald
What exactly is the difference between the different date types? "2 Sep 2000" CreateDate("2000", "9", "2") (outputs: {ts '2000-09-02 00:00:00'} ) CreateODBCDate(CreateDate("2000", "9", "2")) (outputs: {d '2000-09-02'} ) I tried inserting the result of these functions and they all work. I tried

RE: getting data from queries as a structure/array

2000-09-01 Thread Rick Osborne
Oh, one more reason for not using Evaluate() - structures can hold keys that aren't CF-Variable-Name-Compliant and Evaluate() can't handle them. For example, numeric struct keys will generate an error with Evaluate(): The code: 01: 02: 03: 04: 05: 06: 07: 08: 09: 10: #CFCATCH

RE: Where can I get custom tag to ZIP files ?

2000-09-01 Thread Chris Straight
You could also write a java CFX tag using the java.util.zip classes. There is a greate example towards the back of the "CORE JAVA2 Volume 1-Fundamentals which can get you started... Chris Straight Web Applications Developer University of Oregon Bookstore, inc. 895 E. 13th Ave Eugene, OR 97401 (54

RE: Found NT Auth_User -- Need a FULLNAME

2000-09-01 Thread lsellers
> When I got in this morning, I d/l Lewis's tag (getUserGroups) and started > working with it (I had considered it, but was turned off by the $200 - Well, it is about 25,000 lines of c code. So think of it as less than a penny a line. Sounds cheaper that way. :) --min > didn't see the freeware

RE: StructClear

2000-09-01 Thread Rick Osborne
This is not true. :) The StructClear() function does the exact same thing your loop does - it completely empties the structure of both keys and values (data). Don't believe me? Try it: #StructCount(Bag)# #StructCount(Bag)# You will get the following result: 100 0 -Rick -Original

Forced Evaluation of Custom Tag Reference?

2000-09-01 Thread Jamie Jackson
Okay, here's what I'm trying to do: I have a custom tag call embedded in a database field, which is being displayed on a Web page. Right now, the custom tag call doesn't work, because it's showing up in the source without being evaluated. So my database field says: ...blah blah blah bl

RE: timetrouble

2000-09-01 Thread Zachary Bedell
>From the Docs: "When passing a date/time value as a string [to ParseDateTime], make sure it is enclosed in quotes. Otherwise, it is interpreted as a number representation of a date/time object, returning undesired results." So... Try some quotes... > -Original Message- > From: Mark D

Query problem with IE

2000-09-01 Thread Ian
Every now and then I get errors on queries where "favicon.ico" gets tossed into one of the variable fields. It is always the same field which is a numeric. I know that this has something to do with IE looking for a favorite icon but does anyone know how to work around this without replacing numeri

RE: StructClear

2000-09-01 Thread Dave Watts
> StructDelete(structure, key) :) > > If you wanted to clear the structe you COULD > > > > > > And you are left with a mere shell of > the structure you once had :) > > Or you can use StructClear which clears > out the *data* only. Looping over the structure and deleting each member

RE: StructClear

2000-09-01 Thread Jeremy Allen
Just as a cool point to bring up. This is what you would consider passing by reference. Since one object merely references something else and does nto actually copy the data and get its own set of data (passing by value). So, this opens up some interesting possibilities. Namely custom data str

RE: StructClear

2000-09-01 Thread Justin Kidman
Not quite true. Just ran a test and StructClear deletes the keys just like your loop does. Here is code you stick on any template to try: alert("#IsDefined('myStruct.data')#"); alert("#IsDefined('m

RE: Escaping Pound Signs in a CF Query....

2000-09-01 Thread Rif Kiamil
What about [Cust#] ? -Original Message- From: Mark Armendariz [mailto:[EMAIL PROTECTED]] Sent: 01 September 2000 15:58 To: [EMAIL PROTECTED] Subject: RE: Escaping Pound Signs in a CF Query I gave that a shot last night, to no avail... It just doesnt seem to like the pound sign(#) in

Simple IIS question(3)

2000-09-01 Thread aslam bajaria
Is Apache NT an operating system? If it is an OS, then will I have to remove Win 98 from my computer before installing it? Appreciate. A.B. --- Chris Lott <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > IIS4 comes with NT4 Option Pack, it is not part of > Wind

RE: NT Authentication (revisited with a twist)

2000-09-01 Thread Paul Sizemore
When I got in this morning, I d/l Lewis's tag (getUserGroups) and started working with it (I had considered it, but was turned off by the $200 - didn't see the freeware text, but your app is very nice - good job). Then I d/l domainUser. Perfect solution. I can't help but think of all the time I sp

RE: Found NT Auth_User -- Need a FULLNAME

2000-09-01 Thread Rick Osborne
Don't forget to send the author an email and let him know that you find the tag useful. Compliments and feedback keep freeware/opensource developers motivated. ;) -Rick -Original Message- From: Paul Sizemore [mailto:[EMAIL PROTECTED]] Sent: Friday, September 01, 2000 11:40 AM To: '[EMA

RE: Regarding CF Forum2.0

2000-09-01 Thread John McKown
We are using the ForumSpot upgrade and it seems to run much more smoothly than 2.0. We had a lot of problems with the SQL upsize wizard (even on 2.0.6) and we ended up importing the Access tables using the SQL Enterprise Manager. Don't forget to go in and manually edit your application.cfm as per

Scalabilty Web Site

2000-09-01 Thread dougn
Greetings! Threads on "Scaling CF" are about 99% questions and only 1% answers. Unfortunately, there just isn't much information published on this subject. I've been giving numerous presentations on Scalability and how Autobytel.com does it. I've also been compiling a lot of notes. My hope was

RE: Illegal operation in CFHTTP

2000-09-01 Thread Dave Watts
> What might cause the following occasional error, apparently > related to the use of CFHTTP to create a query from a text file? > -- > Message: Illegal operation in Cold Fusion Extension (CFX) > Detail: You have attempted to refer to an

DATA MISSING!!! (back button)

2000-09-01 Thread Mike Deane
Data Missing This document resulted from a POST operation and has expired from the cache. If you wish you can repost the form data to recreate the document by pressing the reload button. When I hit the back button in Netscape I get this e

E rror??

2000-09-01 Thread sebastian palmigiani
I don't how to resolve this error with moving a file with . Anyone can help? Sebastian - Error processing CFFILE Unable to move file 'c:\inetpub\wwwroot\cfscripts\hangman\testing.txt' to path 'c:\inetpub\wwwroot\cfscripts\hangman\adams\testing.txt'. This f

RE: What I want in CF (was: Learning ASP)

2000-09-01 Thread Steve Bernard
Fixing old problems is definitely more needed than new features like XML. I wasn't suggesting that Allaire develop a proprietary parser, but rather, do exactly as you said and plug in a third-party parser. Granted, I am assuming that there is a vendor who makes a parser for both Windows and *NIX s

sorting a table

2000-09-01 Thread Johnson, Dana
Hello All: I was wondering if anybody has a routine or tag that sorts a dynamic table by clicking the table headers to sort in asc or des order by column here is what I have p.s not critical just testing Dana E. Johnson Sr. Web Developer CIT VTF/Technology Financing Services [EMAIL

Encrypted CF on Linux

2000-09-01 Thread !jeff!
--=_83601953==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed Hey, has anyone had problems transferring files encrypted in an NT environment to a UNIX environment (specifically CF 4.5 on Linux)? I'm getting the following error when trying to access encrypt

RE: CF vs. ASP (was: What I want in CF (was: Learning ASP))

2000-09-01 Thread Peter Theobald
But you have to admit Superman would kick the Hulk's butt :-) At 05:53 PM 8/31/00 -0400, Steve Bernard wrote: >Capability is only as relevant as your need. Instead of creating these >un-ending threads that don't accomplish anything or answer anyquestions >why not evaluate needs and resources,

Resolve URL

2000-09-01 Thread !jeff!
I would like to create a CF_tag that takes a base URL, and a URL relative to it, and magically creates a fully qualified URL from the relative one. has anyone done this? Is there downloadable code either in CF or in regular expression that I could convert? Are there standards regarding resol

Re: Structures, Arrays, Array of Structures

2000-09-01 Thread Peter Theobald
Paul, why did you set the data in a temporary structure, then copy it to the application structure? Did you intend to put a lock around the application structure? At 01:26 PM 8/31/00 -0700, paul smith wrote: >Here's an example: > > >SELECT Class_ID, Class_Name, Pages, NewPages >FROM YellowPages

RE: Which one will take?

2000-09-01 Thread Peter Theobald
Isn't it nice when instead of getting your literal question answered you get a more useful answer instead. Miro can easily find the answer himself by putting two files in a directory named "This.cfm" and "this.cfm" then seeing which one it uses. But the resounding feedback he got was 'don't wa

RE: cflocking.. new allaire article

2000-09-01 Thread Benjamin S. Rogers
The argument against automatic locking sounds like an excuse to me. I've never understood why they didn't perform automatic locking. Although I understand the example, I feel it should be up to the user to override the automatic locking for transactional processing/integrity as this is the excepti

Re: Fusion Authority

2000-09-01 Thread Michael Dinowitz
It came out and the first part of the article was there. You can get a copy at www.fusionauthority.com/alert. Next week will have the second part with the full meat of custom functions. I'll also be asking for submissions of snippets that people would like to be converted into custom functions. Ac

RE: SQL to Exchange/Outlook?

2000-09-01 Thread Robert Everland
I know there is a site out there that has a ton of CF stuff on it and one of them is a way to play with objects in Microsoft Outlook. (anyone know, now would be the time to mention it) If you could use the Outlook object I am sure it wouldn't take long to make a query from SQL and add it i

RE: Structures, Arrays, Array of Structures

2000-09-01 Thread paul smith
At 10:35 AM 9/1/00 -0400, you wrote: >is there any way to dump the whole content of the "GetYPs" query into the >structure all at once without having to Loop through the query? something >like... Not that I'm aware of. > > > >also, what will be the scope of the STTEMP structure, I assume it w

Re: [RE: How to display across a row instead of down?]

2000-09-01 Thread double-down
use MOD 3 in output Dan Haley <[EMAIL PROTECTED]> wrote: #query.field[((variables.i - 1) * variables.num_cols) + variables.j]# Dan -Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 11:1

Alternative to cf_query_repeater?

2000-09-01 Thread Erika Foster
I can't use this tag for two reasons. 1. There will be 0-length strings and null values and 2. One of the fields already uses commas and I can't make the delimiter parameter in the tag work. So, does anyone else have an alternative to updating a whole bunch of records in a form with one submit b

RE: Structures, Arrays, Array of Structures

2000-09-01 Thread Rick Osborne
Robert - Depends on your data layout. I use arrays of structures, structures of arrays, structures of structures, and arrays of arrays, all the time. Whatever is most logical and most efficient for you to use. I'm sure if you want to post a small exaple of your data structures that you'll get a

timetrouble

2000-09-01 Thread Mark Davies
#ParseDateTime(2901103022)# What am I doing wrong? Mark -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_tal

RE: Escaping Pound Signs in a CF Query....

2000-09-01 Thread Rick Osborne
Mark- I haven't worked with Access in a while, but IIRC ... (can someone verify this?) You can escape a table name or field name with non-alphanumeirc characters by surrounding it with brackets []. Seeing as how this particular character is a hash, you'll probably also have to escape it, too.

RE: Where can I get custom tag to ZIP files ?

2000-09-01 Thread Jeremy Allen
You could just use zlib and do your own compression decompression in a CFX.. its not terribly complex since I have used it before in PerlScripts and for some C programming I did :) zlib is free btw and you can find more examples of it in use than you can shake a stick at :) Jeremy Allen [EMAIL P

RE: StructClear

2000-09-01 Thread Jeremy Allen
StructDelete(structure, key) :) If you wanted to clear the structe you COULD And you are left with a mere shell of the structure you once had :) Or you can use StructClear which clears out the *data* only. Jeremy -Original Message- From: Jamie Keane [mailto:[EMAIL PROTECT

RE: StructClear

2000-09-01 Thread Rick Osborne
Stas- The StructClear() function completely empties a structure; keys and everything. Let's extend this for a second. Take the following situation: A structure with 2 keys, right? Now, you can clear this structure one of two ways: There is an important distinction,

Re: CF not letting go of database connection?

2000-09-01 Thread Todd Ashworth
Oops .. sorry. I was giving you instructions for Sybase ASA 6.0.3 For 5.5.04, open your DSN properties. Beside "Database Startup", there is a button labeled "Options". Click on that. In the middle of the next page, you should see a check box labeled "Autostop database". Put a check in that b

LouLex CFUG

2000-09-01 Thread Nick McClure
Last Night the new Louisville/Lexington ColdFusion User Group had our first meeting. We had about 20 people show up to our first meeting and I have already spoken to a few people that plan to attend the next meeting. If there is anybody out there interested in joining the group you can send m

RE: getting data from queries as a structure/array

2000-09-01 Thread Rick Osborne
I have several reasons for not using evaluate: 1. I think it is *very* ugly. 2. I think that if you're using Evaluate() then you're probably not doing something right, or you haven't thought it through fully. There are a few occasions where it is necessary, but not as often as it is used. (Tie-

RE: IIS "Locking" Files

2000-09-01 Thread Benjamin S. Rogers
I guess I don't understand exactly what you're getting at. I wasn't suggesting this was something other than an issue with the way IIS handles file locking and caching. The folks who designed WebCam32 built a work around into the WebCam32 software for the file locking issue. It reduces the freque

RE: Lotus Notes

2000-09-01 Thread Moneymaker, Jon S.
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01C01430.3A5B46A0 Content-Type: text/plain; charset="iso-8859-1" We have an application running on Domino Server written in Notes.

RE: Found NT Auth_User -- Need a FULLNAME

2000-09-01 Thread Paul Sizemore
When I got in this morning, I d/l Lewis's tag (getUserGroups) and started working with it (I had considered it, but was turned off by the $200 - didn't see the freeware text, but your app is very nice - good job). Then I d/l domainUser. Perfect solution. I can't help but think of all the time I sp

Re: can you store a structure in a client var?

2000-09-01 Thread JustinMacCarthy
You can store a structure in a session variable. Only string values are allowed in client vars, but if want to store a client structure just convert it to a wddx packet first ~Justin - Original Message - From: "Andrew Scott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Septe

RE: StructClear

2000-09-01 Thread Dave Watts
> Does StructClear reset keys in a structure to be blank, or > does it remove the keys? It removes keys and values. > Also, what's a function to get rid of a structure altogether? I don't think there is one. You could overwrite a structure with a simple value: ... One of the nice things a

Re: cflocking.. new allaire article

2000-09-01 Thread paul smith
Instead of yet another article on CFLOCK, and endless postings on CFLOCKing, why doesn't Allaire write a parser that checks templates for CFLOCK and include it in Studio 4.5x? best, paul At 02:15 PM 9/1/00 +0200, you wrote: >In case someone here isn't subscribed to FusionAuthority News >Alert:

RE: Structures, Arrays, Array of Structures

2000-09-01 Thread Dave Watts
> is there any way to dump the whole content of the "GetYPs" > query into the structure all at once without having to Loop > through the query? No. > also, what will be the scope of the STTEMP structure, I > assume it will be the page, unless you specify otherwise > (client, server, etc), am

Illegal operation in CFHTTP

2000-09-01 Thread Gene Kraybill
What might cause the following occasional error, apparently related to the use of CFHTTP to create a query from a text file? -- Message: Illegal operation in Cold Fusion Extension (CFX) Detail: You have attempted to refer to an invalid r

Re: How to display across a row instead of down?

2000-09-01 Thread paul smith
Here ya go: #Class_Name#  #Class_Name#  Set MAXROWS equal to an even multiple of 3 (that is, 96 not 99) to get the correct alternating row color from one page to th

RE: can you store a structure in a client var?

2000-09-01 Thread Dave Watts
> Client vars are stored as cookies unless otherwise changed by > the cfapplication or administrator and I think there are checks > to not allow this if stored in the registry:-) Actually, by default, Client variables are stored in the Registry. What's stored as cookies are the two tokens used

Re: CF not letting go of database connection?

2000-09-01 Thread Todd Ashworth
Nope .. I double checked. The second option is labeled "Automatically shut down database after last disconnect." That would lead me to believe that it will do just what it says when checked. If left unchecked, it will leave the database running. The first option says "Automatically start the d

Re: New and Worried (terminating a session)

2000-09-01 Thread Jamie Keane
You can specify a session variable's timeout in the tag (in fact, you MUST set it). Session variables can last as long as you want them to, but bear in mind that they typically reside in memory, so be judicious about their usage! As for terminating the session, you can use the StructClear() fun

Re: StructClear

2000-09-01 Thread Jamie Keane
StructClear destroys struct keys. As for deleting structures altogether, I'm not sure. Surely there's got to be a way to unset variables, right? -- Jamie Keane Programmer SolutionMasters, Inc. 9111 Monroe Rd., Suite 100 Charlotte, NC 28270 www.solutionmasters.com 704.563.5559 x 228 Voice 704.

RE: Escaping Pound Signs in a CF Query....

2000-09-01 Thread Mark Armendariz
I gave that a shot last night, to no avail... It just doesnt seem to like the pound sign(#) in the sql query. I'm trying to get the new db guy to change the field name, but it's going to take a while, so i'd like to create a workaround.. -Original Message- From: Peter Tilbrook [mailto:[E

  1   2   >