Re: Check this (BEWARE, POTENTIAL EMAIL BOMB, THO APPEARS BROKEN)

2000-05-02 Thread Eric A. Griff
Hehe, IF YOUR EMAILLER ACTUALLY SHOWS THAT AS AN ATTACHMENT, DO NOT OPEN IT. Though it's probably just broken (and can't run). Talk about a failed attempt at a potential email bomb.. The header was scrozzed, and in the usual cryptic, recursive design, hehe. Must be a script out

RE: Check this

2000-05-02 Thread Kym Kovan
Sheesh, faulty auto-responders, viruses coming through the list, could only be a Monday :-) No, Tuesday :-) -- Yours, Kym -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: CF-Talk V1 #16

2000-05-02 Thread melinda
I'm having a problem with cfgrid When I ran my scripts locally everything worked fine, but when I put them up on the clients server I got an error "applet failed to load." in Netscape, and just a blank page with boxes where the grids should be in Explorer. Both the local and remote servers

javscript mouseovers don't cache in .cfm pages

2000-05-02 Thread guru.com
This is a multi-part message in MIME format. --=_NextPart_000_008B_01BFB49D.F08EF8B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable For some reason, whenever I incorporate javascript mouseovers in a .cfm = page, they won't cache, so every

RE: joining tables

2000-05-02 Thread Jeff Beer
i'm doing a join in this query: Problem is there's no join! You need to relate the tables in some way, or the db will return every possible combination of records from all three tables. It doesn't know how you are relating your records, so it dumps everything back at you. something like:

Re: CFDJ - anyone else had problems?

2000-05-02 Thread Scott_Brady
When you subscribed, did they send you previous back-issues? I subscribed in October, and they sent me all of 1999's issues, presumably to ensure that all subscribers renew in January. Of course, I never got a renewal notice. I got two issues and never got another one (though I still get the

teep.dll

2000-05-02 Thread Yannick Simon
As i do not manage to run Cluster Cats 4.5.1 with Windows NT 4 French SP 6.0a i am looking for the reason teep.dll is in the "extension" program Somewhere, i'v read that i need some ISAPI extension in my IIS Server, however, there is no ISAPI filter in my web sites ... i've got the "btauxdir"

RE: LDAP -- Please help!

2000-05-02 Thread Chris Wells
Rob, The "start" attribute of your LDAP query should point at the "searchbase" your looking for: cfldap action="Query" Name="getUsers" attributes="DXA-Conf-Container-List-Linked" start="cn=001-temp,cn=dxa server,cn=configuration,ou=corp01_ph,o=bgi_mail"

javscript mouseovers don't cache in .cfm pages

2000-05-02 Thread guru.com
This is a multi-part message in MIME format. --=_NextPart_000_005C_01BE94FC.E091E600 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable For some reason, whenever I incorporate javascript mouseovers in a .cfm = page, they won't cache, so every

RE: probs. inserting textarea into database

2000-05-02 Thread Jeff Beer
If you are inserting, you need to change the query from UPDATE to INSERT INTO: INSERT INTO my_table (my_field) VALUES ('form.txtTextArea') If you are actually updating an existing record, you need to add the primary key to the form, usually as a hidden field, so the UPDATE knows which record to

OT: joining tables

2000-05-02 Thread Shawn Regan
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_01BFB452.F8791E40 Content-Type: text/plain; charset="iso-8859-1" hey people, i'm doing a join in this query: SELECT

CFDJ - anyone else had problems?

2000-05-02 Thread Kimberly Mayhall
I've had a heck of time dealing with syscon the publishers of this magazineafter only receiving the magazine for 3 months, they began sending me notices that my subscription was about to expire (although we had paid for year). I repeatedly emailed them, called them, and have done so for the

RE: LDAP -- Please help!

2000-05-02 Thread Dave Watts
Using LDAP Explorer this is the path I want to query ldap://exchange02_ph/cn=001-temp,cn=dxa server,cn=configuration,ou=corp01_ph,o=bgi_mail and the attribute is DXA-Conf-Container-List-Linked I have tried using this script, but get No such attribute cfldap action="QUERY"

Search Question

2000-05-02 Thread Brian Ingram
I have a question about cold fusion and searching. Basically, I"m making a search form where words are typed into a text field, and then the user can select whether to search for all the words, any of the words, or the exact phrase. The problem is, I'd like to take the value of the text field

RE: CFFILE

2000-05-02 Thread Owens, Howard
I've always used CFLoop. I'm not sure if that's the best way, but it's always worked for me pretty easily. I have a pretty complex application that parses a group of directories, finds specified files, parses those and then writes the results to mulitple files and then uploads them to the

LDAP -- Please help!

2000-05-02 Thread cf - borders
Using LDAP Explorer this is the path I want to query ldap://exchange02_ph/cn=001-temp,cn=dxa server,cn=configuration,ou=corp01_ph,o=bgi_mail and the attribute is DXA-Conf-Container-List-Linked I have tried using this script, but get No such attribute cfldap action="QUERY" name="GetUsers"

Re: probs. inserting textarea into database

2000-05-02 Thread Randy Adkins
Make sure my_field is set to MEMO within the database. I found that to work best. - Original Message - From: "Todd Ashworth" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 02, 2000 11:35 AM Subject: probs. inserting textarea into database I am trying to insert the contents

RE: Uploading with cfhttp - Was: No subject

2000-05-02 Thread Dick Applebaum
With CFHTTP aren't you really downloading a file from another server (specified by the required URL parameter). The original poster wanted to upload a file from his local computer file system with an input type=file... form field. AFAIK, the only way to do this is with CFFILE. Many CF hosts

Re: sorry!

2000-05-02 Thread Nathan Chen
--50149D3EFF76AEF2AF700575 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Agree. Michael Channing Wilson wrote: Hi, Look, lets just drop it and move on. He has apologized for his error and that should be enough. Mike Wilson Dustin Miller wrote:

Re: sorry!

2000-05-02 Thread Michael Channing Wilson
Hi, Look, lets just drop it and move on. He has apologized for his error and that should be enough. Mike Wilson Dustin Miller wrote: That should be obvious, shouldn't it? -Original Message- From: Hoffman, Joe (CIT) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 8:32 AM

Outputting variables

2000-05-02 Thread Aidan Whitehall
Did someone mention the other day that they wrote a custom tag that outputs all variables available to a template via a JS alert? Anyone know the name or location of it? Thanks -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions Services

Re: Working with dates

2000-05-02 Thread Nathan Chen
--9D98DF71DE7077E7BCC4AB35 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit By looking at the number, yes, it is (unless you meant something else?) --Nathan Tim Bahlke wrote: In reference to dates (mm/dd/), is 05/02/2000 considered greater then

RE: Thank you for choosing Smart Web Tech your online businessprovider. We have received you

2000-05-02 Thread Jennifer
+1 funny. Who's our metamoderator? At 09:05 PM 5/1/00 -0700, you wrote: Wow. If this were Slashdot I'd be contemplating whether that deserved +1, Funny or -1, Offtopic. I think (+/-)0, Non sequitor, would best fit. =) Pablo Nevares Information Technology Hendricks Partners [EMAIL PROTECTED]

Re: Infusion Authenticator Help

2000-05-02 Thread Gordon Burns
Is there anyone successfully using the Infusion Authenticator? I have = been trying to use with no success. Even after using a new version of = the dll I cannot get it to work like it should. If you have it set up = and working fine, send me an e-mail and let me know any problems you had = to

Re: Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-02 Thread Michael Dinowitz
I actually removed the posters address from the list last night once I saw the posts. The only thing keeping this thread open is us. If we drop it, it'll be gone for good. As for a list based rule on auto-posters, unless there's a header of some sort to target, they're seen as an ordinary post.

Re: Cold Fusion interacting with Authorware

2000-05-02 Thread Angie Miner
I actually passed an Authorware variable to CF to use as the name of the file. That way I didn't need to read the CF page to find out what the file name should be. If we have CF add a unique identifier to the file name if that file already exists, then Authorware would need to know the exact

Re: array

2000-05-02 Thread Sharon DiOrio
You'll need to call the key you want. #myArray[1].keyName# Or to display all of the keys in the structure: #StructKeyList(myArray[1])# Essentially you're using the variable "myArray[1]" like a structure name (which it is.) Sharon At 02:16 PM 5/2/2000 +, Won Lee wrote: I have an array.

Crystal Reports (is not) Bundled with CF

2000-05-02 Thread Brian Ledwith
Last week there was some talk about "is or is not Crystal Reports bundeled with CF?" I might have missed a reply with the Fortas CFWACK correction, but if in fact one was never posted, as I found on Fortas site, (if I may quote from www.forta.com): "Page 330 (or 338, depending on the edition I

array

2000-05-02 Thread Won Lee
I have an array. The array consists of 2 structures. how do i call a structure stored inside an array? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Online CF VB/VC++ COM resource?

2000-05-02 Thread John Fix 3rd
Is there an online resource anywhere that has some info about including COM objects in CF templates? Thanks! John www.cornells.com -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Cold Fusion interacting with Authorware

2000-05-02 Thread Angie Miner
I kind of remember running into something like that. It seems like Authorware was timing the page out before it could read and write the CF page to the variable. I think I ended up having CF write the values to a .txt file and had AWare read the txt file. My values didn't change very often so

RE: VB COM Examples

2000-05-02 Thread Bill Grover
Yes we have done this (using a VFP COM object, but the idea's the same). Your VB object needs to return an ADO recordset. This record set is viewed as a collection by CF. You can loop through it with CF and do what you need. Looping through the recordset got very tiring very quick. So what we

Re: RandRange Error in CF 4.5 Pro.

2000-05-02 Thread Fred T. Sanders
There is a limit of 100,000,000 on the integers you can use. You've got 7,904,827,159 (threw the coma's in so you could see the difference a little easier to see). So just decrease your second integer by 7 billion, 804 million, 827 thousand, 159. Then you should be okay. :) Fred -

RE: RandRange Error in CF 4.5 Pro.

2000-05-02 Thread Raymond K. Camden
The number is above the maxint for CF 4.5. Before CF 4.5, maxint wasn't enforced. I don't have the # for maxint in front of me right now, but I'm pretty darn sure it's in the release notes here we go: In ColdFusion 4.5 as opposed to CF 4.0.1, more extensive range-checking is performed to

cfmail and attachments

2000-05-02 Thread Bud
Hi all. If I send an e-mail with an attachment to multiple recipients via query results, will the attachment be sent once, as in actually using up bandwidth to go from server to internet, or once for every recipient? How about if I send it with the recipients CC'd? Thanks Bud Schneehagen -

RE: ODBC Data Source troubles

2000-05-02 Thread Philip Arnold - ASP
I was wondering if anyone has had issues adding ODBC DSNs using the Microsoft Text Driver (*.txt, *.csv). My last two attempts at it have ended in ColdFusion Server not being able to verify the DSN. When I try to verify the DSN I get "Failed", and the normal CF warnings about what to

Re: Check this

2000-05-02 Thread Chris Tazewell
You've got the VBS/Freelink virus... Details from AvertLabs as follows: Profile Name VBS/Freelink Aliases Freelink, LINKS.VBS, VBS/Freelinks.A Variants None Date Added 7/7/99 Information Discovery Date: 7/6/99 Length: 12,268 Type: Trojan SubType: MAPI Risk Assessment: Medium

RE: Excel ODBC - was RE: Translation Concept, wrongly replied, sorry

2000-05-02 Thread Philip Arnold - ASP
Like we both say, a pain. Here is another alternative: It sounds like you can (slightly) change the format of the clients spreadsheet "database". (If not create another sheet that will have this following column in it and link the client spreadsheet to that one) cf_snip Let me know if

Re: javscript mouseovers don't cache in .cfm pages

2000-05-02 Thread KChapman
They work fine for me. Katrina Chapman Consultant Ameriquest Mortgage "guru.com"

Re: CF VFP ODBC

2000-05-02 Thread Terry Riley
In-Reply-To: [EMAIL PROTECTED] Larry - in case you're interested, I found a workaround that works. Code below. If anyone can suggest any way in which this might be improved, I'd be grateful. If it helps anyone with a similar problem, great! CODE: CFSEARCH name = "GetResults"

RE: Check this

2000-05-02 Thread Hoffman, Joe (CIT)
But isn't it because HTML formatted email is not allowed on the list ? Joe Hoffman mailto:[EMAIL PROTECTED] National Institutes of Health Center for Information Technology Division of Computer System Services -Original Message- From: Rob Sherman [mailto:[EMAIL PROTECTED]] Sent:

CF Server and SQL 7

2000-05-02 Thread Won Lee
Anyone out there really familiar with setting up SQL7.0 and CF Server 4.5.1 on a Win2K server machine. I verfied the ODBC connection but it keeps telling me that there is a invalid object error. Any help would be great.

Re: Thank you for choosing Smart Web Tech your online business provider. We have received you

2000-05-02 Thread Nathan Chen
--37FDC67435B2BEB51DB8B40C Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit No, you are not. I believe everyone on this list gets it. Is there a way to set up a rule that excludes auto-reply email addresses from the list? This is too crazy. --Nathan

Uploading with cfhttp - Was: No subject

2000-05-02 Thread Bud
On 5/2/00, Nagesh Kumar Deva penned: i want to know the proper usage of cfhttp and cfhttpparam. i mean, i am using a bit of code to upload a file to the server. but it gives me an error saying that file attribute of cfhttpparam is not a valid one. i am using 3 files. I don't believe you can do

Working with dates

2000-05-02 Thread Tim Bahlke
In reference to dates (mm/dd/), is 05/02/2000 considered greater then 04/30/2000 in CF? Thanks Tim Bahlke Graphica www.thinkcreate.com P: 336.230.0575 F: 336.230.0083 -- Archives:

RE: Working with dates

2000-05-02 Thread Tim Bahlke
I want to be able to search my DB by anything added since mm/dd/ date. So, I am hoping I can say in my query ... WHERE Personal.DateEntered=04/28/2000, for example. Is this possible? Tim Bahlke Graphica www.thinkcreate.com P: 336.230.0575 F: 336.230.0083

Re: Getting Key Field after Insert

2000-05-02 Thread Jennifer
At 12:54 PM 5/2/00 -0400, you wrote: I am using Microsoft Access Autonumber to create Key fields for me. 1. Is this a wise thing to do? 2. If ok , anyone have a nice way of getting the key back. I am currently saving a temporary key in one the fields, then finding and changing. This seams

probs. inserting textarea into database

2000-05-02 Thread Todd Ashworth
I am trying to insert the contents of a textarea field into a database. It all seems really straight forward to me, but for some reason, I can't get it to work. It does everything except actually insert the data. I just don't get it. Anyone? - snip - form action="action_page.cfm"

RE: CFFILE

2000-05-02 Thread Dave Watts
I'm uploading two files using CFFILE. I have to write the filenames in a database. How can I mention the different Clientfile-variables? You'll have to reference each one after you've executed the corresponding CFFILE: CFFILE ACTION="UPLOAD" FILEFIELD="filefield1" ... ... CFSET

Re: Working with dates

2000-05-02 Thread Nathan Chen
--7673C97E063B4ACB60084DC7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Of course it is possible. It would be something like this: --- select whatever_field from your_table where your_date_field = #your_variable_date# --

RE: CF Server and SQL 7

2000-05-02 Thread Dave Watts
Anyone out there really familiar with setting up SQL7.0 and CF Server 4.5.1 on a Win2K server machine. I verfied the ODBC connection but it keeps telling me that there is a invalid object error. Any help would be great. You might have an MDAC problem. You can diagnose this by downloading

Re: LDAP -- Please help!

2000-05-02 Thread Dave Hannum
Try putting the URL to the server: cfldap action="QUERY" name="GetUsers" attributes="DXA-Conf-Container-List-Linked" SCOPE="Subtree" start="c=CORP01_PH" server="exchange02_ph.yourcompany.com" Dave = "Always Drink Upstream From The Herd!" David Hannum Web

Re: joining tables

2000-05-02 Thread Deanna L. Schneider
You need to join these tables some how. snip... SELECT CLIENTS.CLIENT_NAME, PRODUCTS.PRODUCT_NAME, CATEGORY.CAT_ID, CATEGORY.CATEGORIES FROM CLIENTS, PRODUCTS, CATEGORY WHERE CLIENTS.CLIENT_NAME='#session.client#' /snip Add something like the following: AND products.prod_id = category.prod_id

Re: probs. inserting textarea into database

2000-05-02 Thread Todd Ashworth
The info is just not going to the database .. it's the strangest thing. I don't need a WHERE clause because I only have 1 field in 1 row and that's all there will ever be. .Todd - Original Message - From: "Jennifer" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 02, 2000

Re: OT: joining tables

2000-05-02 Thread KChapman
You need to join the tables. There has to be a field in both tables that has the same data like client id. Is there such a field? --Katrina Katrina Chapman Consultant Ameriquest Mortgage

Re: CFDJ - anyone else had problems?

2000-05-02 Thread Jennifer
At 10:07 AM 5/2/00 -0700, you wrote: When you subscribed, did they send you previous back-issues? I subscribed in October, and they sent me all of 1999's issues, presumably to ensure that all subscribers renew in January. I have a problem with that method. Of course, I never got a renewal

RE: Getting Key Field after Insert

2000-05-02 Thread Bill Plummer
My 2 cents worth. To create a unique number for say purchase orders do the following. 1. Create a table with 2 fields. One is auto incrementing. Seed the auto incrementing field or start with the default of 1 if it fits your needs. The second field holds a lookup key... More on that in a

RE: sorry!

2000-05-02 Thread Paul Ihrig
Too late! i am in a little warme water with our 1000+ users here at work. it wasnt me no, dont hit me server troll.. i swear, it was a user on the 3rd floor... arg -Original Message- From: Hoffman, Joe (CIT) [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000

Re: Getting Key Field after Insert

2000-05-02 Thread Scott M. Berry
Question: Does this initialize itself? If there is no data, will that query assume a 0 and start off at 1? I like this much better then using the Key in access, in that in Access it is a HARD key.. once a record is deleted, the key won't be reused and I have gaps in my listings. This method is a

Re: javscript mouseovers don't cache in .cfm pages

2000-05-02 Thread Todd Ashworth
They are caching for me .. all roll-over effects are nice and speedy. I know they aren't being loaded from the web server every time becuase it took 25 seconds for the page to load for me all the way over here, so I imagine loading up the roll-over images would cause a noticeable pause. One

Creating SQL tables from queries

2000-05-02 Thread Robert Flesher
Could someone please give me an example of how to create a table from a cfquery using CREATE TABLE. Thanx -Rob __ Do You Yahoo!? Send instant messages get email alerts with Yahoo! Messenger. http://im.yahoo.com/

Re: CFDJ - anyone else had problems?

2000-05-02 Thread Brian L. Wolfsohn
As long as we're all dumping on CFDJ (and appropriately so, it seems), would someone post a list of additional magazines/publications that they would recommend.. Brian L. Wolfsohnhttp://www.cus.com CUS Business Systems Ft.Lauderdale,FL Software for Auctioneers (954) 565-5600

Re: Getting Key Field after Insert

2000-05-02 Thread Todd Ashworth
This is how I get the key value of a record that I just inserted. This is done with a Sybase database with an autonumber field. I don't use Access hardly at all, so I don't know if there is anything equivilent, but maybe this will give you some ideas, or direction. cftransaction action="BEGIN"

autotag completion

2000-05-02 Thread Won Lee
Just ignore my last message...the lack of sleep finally caught up to me. I just went back to f8 and finally saw what was right in front of me -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

tag completion

2000-05-02 Thread Won Lee
It seems that certain tags do not have autotag completion I have my studio customized for auto insight But I notice certain tags do not auto completelike cfswitch any ideas how to edit this? -- Archives:

Re: Infusion Authenticator Help

2000-05-02 Thread Howie Hamlin
You can send me information about what's going on or you can e-mail to [EMAIL PROTECTED] Regards, Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 === Please vote for iMS in the Most Innovative category here:

Software Poll-What kind of favorite Software Tools do you use in your Application Development?

2000-05-02 Thread Craig M. Rosenblum
What different software tools do each of you use, as part of the application development process? For example, I use: Textpad - To write out my code. Visual Source Safe - For Version Control Golden32 - to help test and execute SQL for Oracle Paint Shop Pro - To create and edit graphics ACDSEE

database vs. txt files (was Re: probs. inserting textarea into database)

2000-05-02 Thread Todd Ashworth
I fixed the textarea update problem .. it helps to have something in the database before you try to update it ;) I am wondering why you have a table with only one field and only one row. It seems rather strange, like maybe you should be saving the info as a text file or something. Hmmm ..

Re: Getting Key Field after Insert

2000-05-02 Thread Jennifer
At 11:20 AM 5/2/00 -0700, you wrote: Question: Does this initialize itself? If there is no data, will that query assume a 0 and start off at 1? No, so what I did was created a dummy record with an id number of one, inserted a real record and deleted the dummy. I don't know of any reason that

Re: Getting Key Field after Insert

2000-05-02 Thread Won Lee
Im not too familiar with access so i'm not sure if they support triggers. But if it did I think that is the best way to go. If not you should use a cflock around a cftransaction and doa select @@ Identity on the table name On Tue, 2 May 2000 12:54:31 EDT, [EMAIL PROTECTED] wrote: I am using

Re: Getting Key Field after Insert

2000-05-02 Thread paul smith
I use Autonumber some times, and use Microsoft KB Q75164 other times (you might have to modify Q75164 to meet Access syntax). best, paul At 12:54 PM 5/2/00 -0400, you wrote: I am using Microsoft Access Autonumber to create Key fields for me. 1. Is this a wise thing to do? 2. If ok , anyone

Re: Getting Key Field after Insert

2000-05-02 Thread Scott M. Berry
Haha.. so, you could just throw a CFIF in there and not even have to mess with the database. Cool, thanks! Scott M. Berry -- College of the Canyons Web Design 661.259.7800 x3630 http://www.coc.cc.ca.us - Original Message - From: "Jennifer" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: Software Poll-What kind of favorite Software Tools do you use in your Application Development?

2000-05-02 Thread Bill Killillay
Textpad - To write out my code. ColdFusion Studio 4.5.1 Visual Source Safe - For Version Control Same Golden32 - to help test and execute SQL for Oracle N/A for me Paint Shop Pro - To create and edit graphics Photo Shop 5.5 and Image Ready 2.0 both from Adobe ACDSEE - To browse photos

Re: database vs. txt files (was Re: probs. inserting textarea into database)

2000-05-02 Thread Jennifer
At 02:59 PM 5/2/00 -0400, you wrote: I fixed the textarea update problem .. it helps to have something in the database before you try to update it ;) I am wondering why you have a table with only one field and only one row. It seems rather strange, like maybe you should be saving the info as

RE: CFFILE

2000-05-02 Thread Bryan Love
When uploading more than one file from the same form you'll need to run cffile twice. After each one you should save the name of the uploaded file to a variable of some sort. Using cffile creates a host of default values that you can reference: full file name with extension =

waxing intellectually - database vs. directory server

2000-05-02 Thread Mike Amburn
this thread relates to managing user information for both storing data as well as authenticating users. by "user information", i mean a users personal information (name, address, etc.), work information, and security roles/permissions. every application i've worked with in the past stored user

RE: joining tables

2000-05-02 Thread Shawn Regan
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_01BFB475.9BA90EC0 Content-Type: text/plain; charset="iso-8859-1" sorry about the rich text. And that makes perfect sense.

CFENCRYPT w/url parameters

2000-05-02 Thread Andrea W
Can anyone come with a way to encrypt a url parameter that I am including in a cfmail that will be used to send people to a url which will then use the url parameters in a query? I tried to cfencrypt the parameters but the encryption puts in all sorts of special characters so that the link

RE: Flash/CF integration

2000-05-02 Thread Sean Brown
They were using generator and flash 4 i believe: http://www.macromedia.com/software/generator/ http://www.macromedia.com/software/flash/ and I found this on figleaf: http://www.figleaf.com/figleafhome/cfug/CFUGmar00/flash4pres.zip -S ___ Sean Brown

RE: Flash/CF integration

2000-05-02 Thread Dave Watts
At last year's dev conference, some folks from Fig Leaf showed a flash page with a list of fields on the left and on the right, where you could drag-and-drop from one list to the other, and then update a database with the result. I've been trying to find an example of that - anyone have

Query help

2000-05-02 Thread stäs
Hello, I am getting the below message: [INTERSOLV][ODBC Oracle 8 driver][Oracle 8]ORA-00937: not a single-group group function SQL = "SELECT SUM(PRICE) AS tot_price,ORDERID,CUSTOMERID,REPORTID,ORDERDATE,PRICE,TRANSAPPROVED,ORDER_TYPE FROM REIS.ORDERS WHERE TRANSAPPROVED = 'Y' AND ORDERDATE

Re: Thank you for choosing Smart Web Tech .............

2000-05-02 Thread Jeff Wilson
Speaking of crazy, while we're doing noise reduction, how about excluding other forms of useless traffic. Perhaps those of you who are sending your email as both text AND html could take pity on those of us who have to weed through double messages in to locate the real content in the cf-talk

Query Error

2000-05-02 Thread Duane Boudreau
Hi All, I know I'm missing something really simple but I'm beyond seeing it now. Any ideas what's up here? This is working in SQL server but using Access97 or 2000 I get the following error. [Microsoft][ODBC Microsoft Access 97 Driver] Missing semicolon (;) at end of SQL statement Data Source

CFSERVLET Tag

2000-05-02 Thread Scott Smith
I am trying to get the cfservlet tag to work in a CF template but keep getting the following error: Could not connect to JRun Connector Proxy Please contact the system administrator for this web site I can run servlets, SSI, and the JRun demos but can't get the cfservlet to work. I am

Re: Thank you for choosing Smart Web Tech .............

2000-05-02 Thread Reuben King
I would really appreciate this too. The main culprits are users of Outlook and Outlook Express. I would be a happy man if everyone would just post in plain-text. In [EMAIL PROTECTED], Jeff Wilson ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Speaking of crazy, while we're

Re: Microsoft MSDN Bug

2000-05-02 Thread Jon Hall
I am beginning to think I am missing posts or receiving partial posts...this is the second post I have received today that seems to make no sense. jon - Original Message - Sent: Tuesday, May 02, 2000 4:25 PM Subject: Microsoft MSDN "Bug" "Key" Really unbelievable! Greets, Felix

CF undeliverable mail

2000-05-02 Thread Tom Rainey
What do people do with the undeliverable mails that get stored in the logs? Is there a setting to resend these? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: CF undeliverable mail

2000-05-02 Thread Brian Peddle
There is a custom tag that will move them from undelve to spool folder You could even just copy them over there if you like. -Original Message- From: Tom Rainey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 5:31 PM To: [EMAIL PROTECTED] Subject: CF undeliverable mail What do

Simple Convert question.

2000-05-02 Thread Sreang Kim
This is a multi-part message in MIME format. --=_NextPart_000_0290_01BFB443.CF58B910 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have this string. 01/96 03/00 I want to convert it to this -MM-DD format. What is the easiest way

Re: Microsoft MSDN Bug

2000-05-02 Thread Reuben King
In 004e01bfb47c$bc0fce00$0b45a8c0@faxmandoo, Jon Hall ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: I am beginning to think I am missing posts or receiving partial posts...this is the second post I have received today that seems to make no sense. jon and then i said "WOW THATS

Microsoft MSDN Bug RE-POST

2000-05-02 Thread Felix Huber
http://msdn.microsoft.com/subscriptions/index/cdtable.asp - Try Ctrl+F and find the word "Key" Really unbelievable! Greets, Felix -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Charlotte CFUG 5.4.2000

2000-05-02 Thread Eric Bradburn
--A3ABB55E764949409BFCC182 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, All. The next meeting of the Charlotte CFUG is scheduled for next Thursday, 4 May at 6:30pm at the offices of iXL in uptown Charlotte. For more information go to

RE: CF undeliverable mail

2000-05-02 Thread Tom Rainey
anyone know the name of the tag? I did a quick search on the allaire developer exchange but no luck. -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 2:34 PM To: [EMAIL PROTECTED] Subject: RE: CF undeliverable mail There is a custom tag that

Re: Microsoft MSDN Bug

2000-05-02 Thread paul smith
Only two? You ARE missing many messages ;-) At 04:32 PM 5/2/00 -0500, you wrote: is the second post I have received today that seems to make no sense. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe

OT: Spec deals -- how much to ask for?

2000-05-02 Thread Reuben King
I have a deal brewing which is probably typical in this business.. A business guy and his attorney cooking up a dot.com idea in their heads. Interested investors, but no real funding until "something" exists. They are flirting with me hoping I'll develop it in my spare time in exchange for

SQLBindParameter?

2000-05-02 Thread stuart
Has anyone come across this error, and could you tell me a way to get around it? ODBC Error Code = S1090 (Invalid string or buffer length) [TCX][MyODBC]SQLBindParameter not used for all parameters The error occurred while processing an element with a general identifier of (CFQUERY) It comes

Re: ATTENTION ALL OUTLOOK AND OUTLOOK EXPRESS USERS

2000-05-02 Thread Dave Hannum
Hey Ruub! DON'T lump ALL Outlook and Outlook Express Users into the group that uses HTML!!! I use OE and DO NOT USE HTML! I agree that it should not be used but just because somebody uses OE or Outlook does not, in and of itself, make one out to be the kind of slime the tone of

RE: ATTENTION ALL OUTLOOK AND OUTLOOK EXPRESS USERS

2000-05-02 Thread Russel Madere
Here Here! I use Outlook and only send Text mail! I particularly loath HTML mail and would never force it upon this list. Russel Madere, Jr. Web Developer "Be good and you will be lonesome. Be lonesome and you will be free. Live a lie and you will live to regret it."

Re: OT: Spec deals -- how much to ask for?

2000-05-02 Thread paul smith
1/3 is a lot. But go for it! Jim Clark saves only 10% for founding entrepreneurs (see p 170 of March 2000 Business2.0 OTOH, what would the value of the company be at start? How much would your contribution be on the open market? Good luck! best, paul At 04:53 PM 5/2/00 -0500, you wrote:

Re: ATTENTION ALL OUTLOOK AND OUTLOOK EXPRESS USERS

2000-05-02 Thread Jennifer
At 06:09 PM 5/2/00 -0500, you wrote: Hey Ruub! DON'T lump ALL Outlook and Outlook Express Users into the group that uses HTML!!! I use OE and DO NOT USE HTML! I agree that it should not be used but just because somebody uses OE or Outlook does not, in and of itself, make one out

  1   2   >