RE: Hosting????

2001-05-23 Thread Peter Tilbrook
That's a good plug :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Parker, Kevin Sent: Wednesday, 23 May, 2001 3:22 PM To: CF-Talk Subject: RE: Hosting Try www.ozimage.com Kevin Parker Web Services Manager WorkCover Corporation [EMAIL

Re: Compromising Security

2001-05-23 Thread another programmer
no. the issue is how you use the info. A piece of text (eg Search text) like '; drop table myTable; select name as thatData from sysObjects where '' = ' shouldn't be a problem, if executed like so: cfquery select thatData from myTable where thatValue= '#form.thatvalue#'; /cfquery but if you do

How fast does CF process arrays/swucth statements?

2001-05-23 Thread Steve Vosloo
I am coding a single Header custom tag for all the pages in a large static site. Some of the pages will contain breadcrumb navigation at the top. As a parameter I can send through the breadcrumb title and URL to the custom tag, e.g. cf_header bc_title=About bc_URL=about.cfm I would prefer only

CF demon on Linux

2001-05-23 Thread Dian Oktosoma
All, I want to change owner of CF demon in linux. Where is the configuration file ? TIA ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: basic question

2001-05-23 Thread Thomas Chiverton
I downloaded an encrypted custom tag. When I make a call to the tag it shows up all encrypted on the output page. How do you make an encrypted tag display correctly. Do your other ColdFusion files work OK ? ~~ Structure your ColdFusion code

RE: [RE: CF on Linux]

2001-05-23 Thread Stephen Galligan
Or alternatively one could use MYSQLCLIENT. We have running at work MySQLGUI version 1.7 Stephen :) -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: 16 May 2001 17:41 To: CF-Talk Subject: Re: [RE: CF on Linux] MySQL GUI: link msaccess to the mysql database via ODBC and

Re: basic question

2001-05-23 Thread sebastian palmigiani
Yes they do. I call an encrypted tag like cf_counter which does not need any attributes and what gets outputted is the encryption. Sebastian on 5/23/01 4:04 AM, Thomas Chiverton at [EMAIL PROTECTED] wrote: I downloaded an encrypted custom tag. When I make a call to the tag it shows up all

RE: CF demon on Linux

2001-05-23 Thread Deb Dickerson
Stop CF, change the CFUser value located in the cf.registry file in the /cfusion/bin directory, then restart. Deb -Original Message- From: Dian Oktosoma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 4:22 AM To: CF-Talk Subject: CF demon on Linux All, I want to

RE: [Redirect From Popup]]

2001-05-23 Thread Adam Reynolds
Avoid putting business logic inside javascript. You can't guarantee it will work. -Original Message- From: Alex [SMTP:[EMAIL PROTECTED]] Sent: 22 May 2001 17:55 To: CF-Talk Subject:Re: [Re: [Redirect From Popup]] window.opener.location = page.cfm?var=#var#;

RE: [Redirect From Popup]]

2001-05-23 Thread Dick Applebaum
I generally agree with Adam... the same could said about Flash, Java or any client-side programming which is susceptible to platform incompatibilities,hacking, etc. However this does not appear to be business logic, rather application flow/user interface logic. How you perform the application

RE: CF demon on Linux

2001-05-23 Thread Deb Dickerson
Note to self: Never reply to messages before having morning coffee. :-) My original answer wasn't completely correct. The cf.registry file is in the /coldfusion/registry directory, not the bin directory. Deb -Original Message- From: Dian Oktosoma [mailto:[EMAIL PROTECTED]] Sent:

The Ugliest Function = PreserveSingleQuotes

2001-05-23 Thread Michael Lugassy
What's going on with this function? (PreserveSingleQuotes) I'm trying to set-up varaiables BEFORE inserting them into SQL table like this: cfset form.foo1=PreserveSingleQuotes(form.foo1) cfset form.foo2=PreserveSingleQuotes(form.foo2) this doesn't work, but weirdly, this works: cfset

RE: List of Datasources in CFServer

2001-05-23 Thread JoshMEagle
Thanks sabrina, I copied this code, put it in a tag, called the tag into my page and got about 29 rows of: C:/(Not a Disk File) I guess it's working, but it's not returning anything I can actually use. Guess I'll keep looking. Joshua Miller Web Development Eagle Technologies Group Technology

RE: The Ugliest Function = PreserveSingleQuotes

2001-05-23 Thread Raymond Camden
In general, you only use PreserveSingleQuotes when you want CF to not automagically escape single quotes. Normally, if you do this: INSERT INTO Foo(var) VALUES('#Form.blah#') and Form.blah = Ray's World, CF would automatically change it to Ray''s World (see note at bottom for exception).

Counting

2001-05-23 Thread David Clay
Can someone help. Customers are signing up for classes and I need to know how many (Count) are in a class at any given time. That number needs to be output on the same row as the class number. Looking for code on this. Having a major brain fart. Your help is appreciated. Thank you Dave

RE: Looping 600 CFHTTP requests - Performance

2001-05-23 Thread Paul Sizemore
Zac, I am in App Dev working on an Intranet, and www.FinishLine.com is handled by E-Commerce Department (and out sourced). It costs us to do anything to our E-Commerce site. I brought up the fact that all the dead links coming from AOL will have an affiliate ID; we should be able to get a report

RE: Counting

2001-05-23 Thread Raymond B.
Heh, you answered your own question. count() *** Psycically trying to probe your table/field names)*** SELECT c.class_id, c.class_name, count(r.lname) FROM class c, registrant r WHERE c.class_id = r.class_id GROUP BY c.class_id, c.class_name -Original Message- From: David Clay

Re: How fast does CF process arrays/swucth statements?

2001-05-23 Thread Dave f
How about a structure? Readily comprehensible for when you come back to it 6 months later. - Original Message - From: Steve Vosloo [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 4:13 AM Subject: How fast does CF process arrays/swucth statements? I am

RE: Harpoon Release is Final Available

2001-05-23 Thread Dave Watts
I don't agree that they wouldn't benefit from merging, or ActionScript gaining some core CFML functionality. Given that ActionScript (being essentially a variation on JavaScript) relies on a Flash-specific object model with objects such as movie clips, etc, what exactly would it mean to merge

RE: How fast does CF process arrays/swucth statements?

2001-05-23 Thread Steve Vosloo
Yes, I could easily do that. If each page on the site had to run through a structure containing 300 items, would this significantly decrease the loading time? -Original Message- From: Dave f [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 3:35 PM To: CF-Talk Subject: Re:

RE: Harpoon Release is Final Available

2001-05-23 Thread Rich Wild
Heh, To be perfectly honest Dave others, I was a bit mental when that was posted (over a week ago!!!) not even thinking straight, dreadfully embarrased, sorry. But, having said that, some sort of CF functionality to write configs or variables to Flash *before* the movie is served (ie

Insertion of date and time of entry into a database field

2001-05-23 Thread Jerre Hale
I would like to capture the current date and time in an Access database file when a client logins and downloads software. I can capture the userid and password with the following code in template1 and this code in template2 cfinsert datasource=ssh tablename=ssh/cfinsert . I tried the create

Good resource on CF/XML integration?

2001-05-23 Thread river
Is there any good resources on CF/XML integration? Any good web sites?? Thanks ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

Re: deleting records in a dbase III table

2001-05-23 Thread ccook22
That e-mail I sent below was 5 days old, anyone else have 5 day delay in sending e-mails to this list? For a second I thought I was losing my mind. Casey C Cook/TMG/CSC@CSC on 05/18/2001 10:41:13 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc: Subject: Re:

RE: List of Datasources in CFServer

2001-05-23 Thread Dave Watts
Is there anyway to retrieve a list of all datasources on a cf server? Is there a struct or array or other collection that contains this information? You can use the CFREGISTRY tag, if available, to list the datasources. You can read the ODBC data sources, for example: cfregistry

RE: Harpoon Release is Final Available

2001-05-23 Thread Dave Watts
But, having said that, some sort of CF functionality to write configs or variables to Flash *before* the movie is served (ie server-side) would be very nice, which I think is what I was trying to get at in my own ill-communicated way. It seems a little backwards to write data to

Re: How fast does CF process arrays/swucth statements?

2001-05-23 Thread Dave f
Why not benchmark your options with GetTickCount() - Original Message - From: Steve Vosloo [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 10:12 AM Subject: RE: How fast does CF process arrays/swucth statements? Yes, I could easily do that. If each page

RE: Insertion of date and time of entry into a database field

2001-05-23 Thread Adkins, Randy
Post your Query Code that does the insert -Original Message- From: Jerre Hale [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 10:14 AM To: CF-Talk Subject: Insertion of date and time of entry into a database field I would like to capture the current date and time in an Access

SQL server connection problem

2001-05-23 Thread war ape
We have been having periodic , random hiccups on the connection between the application and the SQL server. They only last about 30 secs and contains either of the following messages. Also the hiccup can effect me when i am inside the SQL enterprise manager. Our network has been changed

2 submit buttins with one action

2001-05-23 Thread Ben Densmore
I hope someone can help me, I'm a little stuck. I have a form that has two images that are used to submit a form. They both use the same action but in my action file I am checking to see which button was pushed. Should this work? I have named my form and named each button. Here is the code I'm

RE: Good resource on CF/XML integration?

2001-05-23 Thread Dan Phillips
I did a quick search on Yahoo and found this. http://www.siteobjects.com/index.cfm?fuseAction=showProducts cf_SOXML version 1.5[r. 01/09/2001] SOXML provides ColdFusion programmers with an easy to use interface for integration of XML with CF. This custom tag is open-source (of course), free,

Re: [Good resource on CF/XML integration?]

2001-05-23 Thread Alex
granularity.com river [EMAIL PROTECTED] wrote: Is there any good resources on CF/XML integration? Any good web sites?? Thanks ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Problems going 'back' after a query in NS?

2001-05-23 Thread Sean Faulkner
Hi all : This is probably a very common problem that I just haven't encountered before but I'm currently doing just a normal database driven query whereby the results come out like a search engine.. however, my client is primarily using Netscape and whenever she hits 'back' after a set of query

RE: winzip and cfexecute

2001-05-23 Thread Kevan . Windle
So you can call 6.3 from the command line? How do you do that? -Original Message- From: David Fauth [mailto:[EMAIL PROTECTED]] Sent: 22 May 2001 15:51 To: CF-Talk Subject: Re: winzip and cfexecute I had to use winzip 6.3 to make it work. Newer versions of Winzip and the batch file

RE: Insertion of date and time of entry into a database field

2001-05-23 Thread John Wilker
INPUT TYPE=#createodbcdate(now())# NAME=#createodbcdate(now())# there is no input type of 5/23/01 etc.. You could use input type = hidden name = dbcolumn value = #createodbcdate(now())# That should do it. just makes sure the column name in your db is the same as the input name. J. John Wilker

RE: Good resource on CF/XML integration?

2001-05-23 Thread Neil Clark
SOXML - by siteObjects ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Running com objects from CF

2001-05-23 Thread Kevan . Windle
I need a bit of help with com objects. I've built one that opens Excel spreadsheets to pick up and output data. It does 4 different things, so I call it from cf and it is scheduled to do these spread across the hour. The problem I've got is that if one overruns the next one then the new one seems

RE: Insertion of date and time of entry into a database field

2001-05-23 Thread Tony Gruen
Jerre, Here is how we do this... cfform action=register2.cfm method=post cfoutput input type=hidden name=webreg_date value=#DateFormat(Now(), 'mm/dd/')# input type=hidden name=webreg_time value=#TimeFormat(Now(), 'HH:mm:ss')# /cfoutput . form elements . /cfform Tony Gruen

Re: Good resource on CF/XML integration?

2001-05-23 Thread John Quarto-vonTivadar
you could start with the custom tag CF_SOXML, which you can get from the TagGallery. There's also links in it for other places on the web where you can get started and see code in action. Is there any good resources on CF/XML integration? Any good web sites?? Thanks

All cfm pages give error on new Windows 2000 server

2001-05-23 Thread Earl, George
Our server people are setting up a new box with Windows 2000 Advanced server and CF 4.5.1 SP2 Enterprise edition. We keep getting the error page shown below whenever we try to access any .cfm file. They tell me they have made executable all the folders they think might be causing this problem.

Re: 2 submit buttins with one action

2001-05-23 Thread Terri Stocke
Ben, try this code below. You just have to change the first line to see which button was pressed. So if sendemail was clicked, it would be defined. Otherwise the other button would be passed and your cfelse clause would be executed. I know it works with regular buttons--I've never tried it

RE: 2 submit buttins with one action

2001-05-23 Thread Russel Madere
Ben I'm guessing that you use the IMAGE atrtribute of the INPUT tag to do this. Here is what I do for this: cfif isDefined(FORM.Login.X) ... Login Code cfelseif isDefined(FORM.ForgotPassword.X) ... Forgot Password Code /cfif I use the .X and .Y values of the image buttons to

Easy access question

2001-05-23 Thread Art Broussard
I want to search a dictionary table in an access database. I want to find all records where the name starts with the letter T. cfquery name=get datasource=#application.datasource# select * from dic where name like 'T*' order by name /cfquery This should give me any record that has

RE: 2 submit buttins with one action

2001-05-23 Thread Adkins, Randy
input type=submit name=EDIT value=Edit input type=submit name=SEND value=Send On the action page: CFIF Form.Submit is EDIT EDIT cfelse SEND /cfif -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 10:53 AM To: CF-Talk

Re: The Ugliest Function = PreserveSingleQuotes

2001-05-23 Thread another programmer
I don't remember having problem with scope before, but I have had a problem with using a function inside preserveSingleQuotes(), I overcame it by setting a tmp variable, then using that in preserveSingleQuotes. Annoying. It was a time ago... it could be my own stupid fault. Anyway, your SQL

RE: Harpoon Release is Final Available

2001-05-23 Thread Rich Wild
aha! of course, its as clear as day now. It was specifically those movies which required dynamic content but did not require multiple trips to server and back that I was concerned about.. And Generator 2 Dev edition is only £799! /me shakes the dust off the finance director... Thanks again

RE: Good resource on CF/XML integration?

2001-05-23 Thread alistair . davidson
Yeah, CF_SOXML is an absolutely fantastic tag, I use it all the time for all sorts of things. Well worth downloading and getting into. You should also read up on WDDX - start by looking in the CF Studio help for CFWDDX. Good luck! Alistair Davidson Senior Web Developer Rocom New Media

RE: Problems going 'back' after a query in NS?

2001-05-23 Thread Adkins, Randy
Well I can think of maybe two 1. Open the window in a new window WITHOUT the menu bar and provide your own BACK function which would only be a LOCATION tag 2. Still create your own BACK function and tell the client NOT to use the BACK button on the menu. The back button will produce the same

Access 2000 Date/Time

2001-05-23 Thread Ann Harrell
I have a date time field in an Access 2000 database. Looks like this on the SearchFrom.cfm: FONT COLOR=NavyBFONT FACE=ArialSearch by Day/FONT/B/FONTBR INPUT TYPE=Text NAME=bDay size=20 maxlength=50 /P !--- submit button --- p INPUT TYPE=Submit NAME=SubmitButton VALUE=Search Schedule Dates are

RE: Insertion of date and time of entry into a database field

2001-05-23 Thread Semrau, Steven L Mr SRA
Right off the top you are naming an INPUT field via (NAME=#createodbcdate(now())#) which will turn out to be a formfield with a name something like this == {d '2001-05-23'} You are also saying the TYPE of INPUT IS (NAME=#createodbcdate(now())#)... which is not a valid form input type. INPUT

Re: Create-edit-delete in Access - TAG

2001-05-23 Thread Michael Blair
I have one I made awhile back if you would like it. Let me know. Michael - Original Message - From: CF Crazy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, May 21, 2001 10:54 AM Subject: Create-edit-delete in Access - TAG Does anyone know have a good tag that gives

RE: 2 submit buttins with one action

2001-05-23 Thread Semrau, Steven L Mr SRA
When using an image for a submission (input type=image) IMAGE : An image field upon which you can click with a pointing device, causing the form to be immediately submitted. The co-ordinates of the selected point are measured in pixel units from the upper-left corner of the image, and are

RE: Running com objects from CF

2001-05-23 Thread Darren Adams
I dont know anything about accessing COM object but I am learning. What I can suggest is to take a look at www.cfcomet.com that seems to be quite helpful. -Daz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 23 May 2001 16:06 To: CF-Talk Subject: Running com

RE: 2 submit buttins with one action

2001-05-23 Thread Andy Ewings
If you are using images as submit buttons and detecting whether they have been clicked or not you need to follow the control with a .x i.e. if you have 2 images as submit buttons with names image1 and image2 and you want to test in your action page whether the user clicked image1 you need cfif

Re: All cfm pages give error on new Windows 2000 server

2001-05-23 Thread savan . thongvanh
looks like you still have a permissions problem. all the folders may be executable but win2k as well as NT has file level permissions. i would begin by checking the file level permissions of the suspect documents and going from there. Earl, George [EMAIL PROTECTED] on 05/23/2001 10:29:58

dynamic looping

2001-05-23 Thread Jones, Becky
is there anyway to make this javascript code more dynamic? i dont want to have to type in each individual picture name. i want to go thru my employee directory and that is over 400 people! plus if someone leaves, i will have to maintain this. instead i have all these peoples pics in a

Re: [Easy access question]

2001-05-23 Thread Alex
T% Art Broussard [EMAIL PROTECTED] wrote: I want to search a dictionary table in an access database. I want to find all records where the name starts with the letter T. cfquery name=get datasource=#application.datasource# select * from dic where name like 'T*' order by name /cfquery

RE: winzip and cfexecute

2001-05-23 Thread dave fauth
cfexecute name=d:\winzip6\winzip32.exe arguments=-min -e -o d:\temp\test1.zip d:\zipout timeout=20/cfexecute At 03:57 PM 5/23/2001 +0100, you wrote: So you can call 6.3 from the command line? How do you do that? -Original Message- From: David Fauth [mailto:[EMAIL PROTECTED]] Sent: 22

RE: Running com objects from CF

2001-05-23 Thread Patricia Lee
You might want to take a look at www.cfcomet.com. Its a site explicitly for CF - COM stuff. Maybe you can find a resource there to help you out. -Original Message- From: [EMAIL PROTECTED] To: CF-Talk Sent: 5/23/01 11:05 AM Subject: Running com objects from CF I need a bit of help

Re: Easy access question

2001-05-23 Thread Dimitar Michailov
In SQL, these are the wildcard options: % - match zero or more characters _ - match a single character [] - match one of a set of characters. So your query would be: cfquery name=get datasource=#application.datasource# select * from dic where name like 'T%' order by name

RE: Easy access question

2001-05-23 Thread Adkins, Randy
That should work. What are you getting? You can also do this: cfquery name=get datasource=#application.datasource# select * from dic where Left(name,1) = 'T' order by name /cfquery -Original Message- From: Art Broussard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001

RE: Easy access question

2001-05-23 Thread Semrau, Steven L Mr SRA
You are close, the percent sign (%) is your wildcard not (*) just replace the character and it should work fine. Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703) 655-1095 -Original Message-

RE: All cfm pages give error on new Windows 2000 server

2001-05-23 Thread Dave Watts
Our server people are setting up a new box with Windows 2000 Advanced server and CF 4.5.1 SP2 Enterprise edition. We keep getting the error page shown below whenever we try to access any .cfm file. They tell me they have made executable all the folders they think might be causing this

RE: cfcatch and email

2001-05-23 Thread Dave Watts
Date: #DateFormat(Now(), MM D, YYY)# #TimeFormat(Now(), h:mm tt)#br Just out of curiosity - which century is your server set in? We're currently in the 22nd century now... g I always knew you were a man ahead of your time! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

Re: 2 submit buttins with one action

2001-05-23 Thread Dave f
Both buttons should have the same name, but different values: form action=... method=post input type=submit name=xxx value=aaa input type=submit name=xxx value=bbb /form and your action page should check the value: cfif form.xxx eq aaa It's aaa cfelse It's bbb /cfif - Original

RE: Easy access question

2001-05-23 Thread James Mathieson
-Original Message- From: Art Broussard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 11:31 AM To: CF-Talk Subject: Easy access question I want to search a dictionary table in an access database. I want to find all records where the name starts with the letter T.

Re: Easy access question

2001-05-23 Thread jperlmutter
The wildcard should be a '%', not a '*'. cfquery name=get datasource=#application.datasource# select * from dic where name like 'T%' order by name /cfquery Art Broussard [EMAIL PROTECTED] on 05/23/2001 11:31:27 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL

Two database query questions

2001-05-23 Thread Tim
First, is there a way to NOT require an entry for a date field? I have a access database with a date/time field, but the date field is not required, and quite often is not initally entered. But leaving the date field blank gives me errors. Is there a way around this? Second, is there a way to

RE: Easy access question

2001-05-23 Thread Bryan Love
use percent (%) instead of star(*) as the wildcard Bryan Love ACP Internet Application Developer [EMAIL PROTECTED] -Original Message- From: Art Broussard [mailto:[EMAIL PROTECTED]]

RE: Access 2000 Date/Time

2001-05-23 Thread Bryan Love
use the month function in your SQL code SELECT whatever FROM table WHERE month(dateColumn) = 5 Bryan Love ACP Internet Application Developer [EMAIL PROTECTED] -Original Message-

Re: Easy access question

2001-05-23 Thread Seamus Campbell
where name like 'T%' At 01:31 am 24/05/01 , you wrote: I want to search a dictionary table in an access database. I want to find all records where the name starts with the letter T. cfquery name=get datasource=#application.datasource# select * from dic where name like 'T*'

Re: Easy access question

2001-05-23 Thread Paul E. Cross
Try % instead of * ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

Re: Good resource on CF/XML integration?

2001-05-23 Thread Dave Hannum
Yea, but how do you grab a .xml page and parse it out into your HTML? I have a company that wants to feed us info, and they have given me a url to a ..xml page. I want to group the info and format the output. Can CF_SOXML do this? Dave - Original Message - From: [EMAIL PROTECTED] To:

RE: Insertion of date and time of entry into a database field

2001-05-23 Thread Wjreichard
Randy ... give the date field in your Access database a default value of now(). Then anytime a record is created the date field will automatically be populated with the current time. You just insert userid and password and the timestamp is taken care of. Good luck, Bill -Original

Count check boxes?

2001-05-23 Thread Ann Harrell
I have a list of 67 names each with a unique ID. I've given each check box a corresponding ID. I just want to count the number of boxes checked and output that number for now. If you want to know what a wobber is, go to www.wob-l.org at your own risk. Thanks! CFQUERY NAME=MetList

Re: 2 submit buttins with one action

2001-05-23 Thread Ben Densmore
Thank you for the great explanation Steven, that helped alot. - Original Message - From: Semrau, Steven L Mr SRA [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 12:12 PM Subject: RE: 2 submit buttins with one action When using an image for a submission

RE: Harpoon Release is Final Available

2001-05-23 Thread Paul Mone
And they've also dropped the price on the Enterprise Edition! Thank god. It now costs about $4000 per cpu. Developer Edition is a single-threaded app, so it's performance is often lackluster. Also, converting your current Flash Movies (SWF) to Generator Templates (SWT) is not always a seamless

RE: Generator was Harpoon Release is Final Available

2001-05-23 Thread Paul Mone
One more thing: There is a free Generator alternative available...I haven't used it, but I have heard that it is well done and often outperfroms MM Generator. There are a few other alternatives as well, but this is as close as it gets to the real thing. http://www.flashgap.com/ --- Paul Mone

Hosting

2001-05-23 Thread kraybill
We're considering Atswebnet and Cosmotek (Webexpose) for possible use as web hosting services. I know atswebnet has been discussed previously but haven't seen much about Cosmotek. Any pros or cons from anyone familiar with the overall performance of this service? Gene Kraybill

Re: dynamic looping

2001-05-23 Thread Joseph Thompson
There is a dynamic image sequencer here to try. http://cfhub.com/tutorials/gallery/ - Original Message - From: Jones, Becky [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 9:43 AM Subject: dynamic looping is there anyway to make this javascript code more

Stuck on SQL Query

2001-05-23 Thread Richard Ramos
BlankHello, I have dug myself into a bit of a rut. I have two tables that are organized as so. Production ProdID | Step1ID | Step2ID | Step3ID AUTO |2|3|4 |3|2|1 User UserID | UserName - 1

RE: [Easy access question]

2001-05-23 Thread SMatthews
Art, try using a % instead of * in your Select statement. -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 12:42 PM To: CF-Talk Subject: Re: [Easy access question] T% Art Broussard [EMAIL PROTECTED] wrote: I want to search a dictionary table in an

RE: Easy access question

2001-05-23 Thread Scott Wolf
You should be using T% instead of T* Even though * is a valid wildcard in Access, all of your queries in CF have to be written in SQL, which uses % as it's wildcard character. Damned Microsoftalways gotta be different. Scott Wolf Goodfriend Computer Training -Original Message-

Activedit VS HTMLAREA

2001-05-23 Thread kknazek
Does anyone have any input good or bad about either or both of these cf tags? kurtknazek interactive developer | neulogic media 614.324.7866 | 800.442.6505 www.neulogic.com | information | innovation | application | ~~ Structure your

RE: Setting Dynamic Variables

2001-05-23 Thread Dave Watts
I don't know whether it's marked for deprecation - for that to happen, it would have to be part of the documented, desired behavior of the language in the first place. To the best of my knowledge, it isn't - it's a trick of the language which just happens to work. On the other hand,

RE: Two database query questions

2001-05-23 Thread Claremont, Timothy S
You could set a default value for that field in Access... Tim Claremont -Original Message- From: Tim

Re: [Two database query questions]

2001-05-23 Thread Alex
-use a default for the date field -input type password Tim [EMAIL PROTECTED] wrote: First, is there a way to NOT require an entry for a date field? I have a access database with a date/time field, but the date field is not required, and quite often is not initally entered. But leaving the date

RE: Two database query questions

2001-05-23 Thread Garza, Jeff
Would need to see the code on the insert portion of your template, but as long as you allow nulls in the column you can leave it blank... As for the password, are you using input type=password name=mypassword If you enter it as a text field it won't hide the input. HTH. Jeff Garza Web

CF 5.0 - any slow tags/functions speeded up?

2001-05-23 Thread Park, Simon
In CF 5.0, are there any tags or functions that have been re-written to run faster, beyond the general performance boost provided by 5.0? I'm thinking about CFLOOP or IIF which are known to drag performance. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Simon Park

Re: Create-edit-delete in Access - TAG

2001-05-23 Thread Jon Hall
Man, so many responses so few valid answers... ;-) In Studio: File/New/Data Entry Wizard jon - Original Message - From: CF Crazy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, May 21, 2001 1:54 PM Subject: Create-edit-delete in Access - TAG Does anyone know have a good

Re: Easy access question

2001-05-23 Thread Art Broussard
You are close, the percent sign (%) is your wildcard not (*) just replace the character and it should work fine. Doh!!! I should have seen that. : ] Thanks Art ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Good resource on CF/XML integration?

2001-05-23 Thread Larry C. Lyons
Dave, Use CFHTTP to grab the datafile, then you have 2 options, write the resulting variable (from the CFHTTP) to a file, or directly manipulate that variable. The next step is to use CF_SOXML to get the XML. This custom tag converts the data to a structure which you manipulate with the standard

Re: dynamic looping

2001-05-23 Thread Jon Hall
The script below is not really suitable for that many pictures. It is preloads all the pictures you tell it to, so it would be really fast after the first page, but that first ones a bear! ;-) You best would be to do what Michael did with the cf community pictures. Which was to store the path to

Re: Count check boxes?

2001-05-23 Thread Pooh Bear
first of all, i suggest you name all of your checkboxes the same, unless you have a different reason, and you should assign the ID's to the values of the checkboxes. the reason for this is that all of the boxes checked will come out in one form variable in a comma delimited list of their

Re: Good resource on CF/XML integration?

2001-05-23 Thread Jon Hall
Yes. There are some good examples that come with the tag that will answer your questions. jon - Original Message - From: Dave Hannum [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 1:53 PM Subject: Re: Good resource on CF/XML integration? Yea, but how do

RE: Count check boxes?

2001-05-23 Thread Howarth, Craig (IBK-NY)
Change the form like so: CFOUTPUT QUERY=MetList TR TDINPUT TYPE=checkbox NAME=MetCheck VALUE=#Met_ID#/TD TD#Met_ID#/TD TD#FirstName# #LastName#/TD

Operating system and Browser.

2001-05-23 Thread Shally
Hi Every one! Is there any way to know the Operating system and the browser the user is using through the CF code. Shally: ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Re: Count check boxes?

2001-05-23 Thread Dick Applebaum
Ann A better way... Define all checkboxes with the same name, but an unique value (the ID). That way you get a list containing the values of all the checked Items, The listLen() function will give you the number of checked boxes for example: input type=Checkbox name=MetCheck

Re: Generator was Harpoon Release is Final Available

2001-05-23 Thread Massimo Foti
Giving the new prices for Generator (4000 bucks for the Enterpriise version), I feel like it doesn't make that much sense anymore to look at cheaper alternatives... Massimo Paul Mone [EMAIL PROTECTED] wrote in message news:000d01c0e3b9$235594c0 One more thing: There is a free Generator

Re: Count check boxes?

2001-05-23 Thread tom muck
Have you thought about giving the checkboxes all the same name, and setting the value equal to the Met_ID? It's much easier to keep track of this way. On your action page, you can view #form.checkboxname# and see all the values that were checked. Then you can get a count with

  1   2   >