Using CFX_Excel

2000-04-06 Thread Dave Hannum
Good Morning, Are there any known issues surrounding the use of the CFX_Excel tags? I'm using it for several applications now, and I was wondering if there are any issues to be aware of - like, how many concurrent calls to Excel can it handle? The reason I've asked is that two days in a row,

CFMAIL issues?

2000-04-06 Thread Dave Hannum
I saw some discussion about CFMAIL only being able to handle 40 email addresses at a crack. I'm looking for more insight into this issue. I have an application where instructors can email messages to their entire class list. Now, I do this by querying the database and getting the emails from

OT: OLE Viewer utility

2000-04-06 Thread Dave Wilson
Hi everyone, Could someone please tell me where I can find the Microsoft OLE viewer utility as mentioned in the cf4.o language reference (bottom of page121) Thanks in advance Dave Wilson Internet Technology Manager, BizNet Solutions Co-Founder CFUG Ireland http://www.cfug.ie 224, Lisburn Road

Re: - CFStudio saves snippets where?

2000-04-06 Thread Dave Wilson
Cheers Fred Dave Wilson Internet Technology Manager, BizNet Solutions Co-Founder CFUG Ireland http://www.cfug.ie 224, Lisburn Road Belfast BT9 6GE Tel: 02890 225 776 Fax: 02890 223 223 web: http://www.biznet-solutions.com email: [EMAIL PROTECTED] - Original Message - From: Fred Sande

client.variables

2000-04-06 Thread Daive
Heya, Someone know if client.variables are limited? Is there a process difference between 5 or 50 client variables? Thanks Daive -- [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe vis

Re: CFMAIL issues?

2000-04-06 Thread paul smith
At 08:01 AM 4/6/00 -0500, you wrote: >Is it an issue of only looping through 40 addresses before dying? No. Some of us send 1000s of messages with CFMAIL >Or is it a limit of 40 addresses in the "TO:" box. Yes (I assume. I never tried it.) best, paul --

Re: OLE Viewer utility

2000-04-06 Thread Brian Mitter
Here you go... http://www.microsoft.com/com/resources/oleview.asp - Original Message - From: Dave Wilson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 06, 2000 1:06 PM Subject: OT: OLE Viewer utility > Hi everyone, > > Could someone please tell me where I can find th

submit a form using img?

2000-04-06 Thread Ins Ins
Hi,I want to submit a form by using img.But the name fileds do not pass to the action page: In the next actionpage.cfm, I check isDefined("back") and isDefined("continue") all get 'NO',not exsist. How to make it work? Ins

Re: submit a form using img?

2000-04-06 Thread Brian Peddle
You would have to do: if isdefined('form.continue.x') if you want to see what formfields are being passed to a page you can do #form.fieldnames# -- Original Message -- From: Ins Ins <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Wed, 5 Apr 2000

Re: submit a form using img?

2000-04-06 Thread Dave Hannum
I don't know if this is the answer, but you don't have a VALUE="back" on your back button. Try putting that in. You have it on your continue button. Dave = "Technology" is stuff that was invented after you were born. David Hannum Web Analyst/Programmer Ohio U

Re: submit a form using img?

2000-04-06 Thread Daive
You cannot assign a name to a submit-img button. But something you can do, it's verify if isdefined("X") and isdefined("Y") .. x and y return the position on the img that the user clicked. Or just put something like for you back button.. Daive - Original Message - From: Ins Ins <[EMA

Re: Security holes revisited -- reward offered

2000-04-06 Thread Calvin Ward
Just for clarification This person would break into a local ISP, post the general information about the hole, smtp port open, etc, etc, go to the next local ISP and do the same thing, all on the same place. He wouldn't remove the information unless it was fixed AND he was informed/happened acros

RE: submit a form using img?

2000-04-06 Thread david
Try this on your actionpage.cfm Go Back Continue -Original Message- From: Ins Ins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 7:57 PM To: [EMAIL PROTECTED] Subject: submit a form using img? Hi,I want to submit a form by using img.But the name fileds do not pass to the

Re: OLE Viewer utility

2000-04-06 Thread Dave Wilson
Thanks Brian, I have just spent about 40 minutes trying to find this on the Microsoft site. Dave Wilson Internet Technology Manager, BizNet Solutions Co-Founder CFUG Ireland http://www.cfug.ie 224, Lisburn Road Belfast BT9 6GE Tel: 02890 225 776 Fax: 02890 223 223 web: http://www.biznet-solu

Re: OLE Viewer utility

2000-04-06 Thread Brian Mitter
yep, know what you mean, I've given up on the Microsoft site's search engine, I use Altavista which seems to do a better job at indexing their site! :) - Original Message - From: Dave Wilson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 06, 2000 2:25 PM Subject: Re: OL

Captupturing Form Elements

2000-04-06 Thread Lee Moore
Hello all. I have a work page that may recieve form submission from several different pages. These pages may have different numbers of form elements and the forms elements have different names. Is there some generic code that I can right that will take any form submissions and pass them on to the

Table row formating???

2000-04-06 Thread joeug
Hello all, how are you all getting to display 3 records from the database at a time? Lets say the sql query returns 30 records, how can i display 3 in a row and have 10 rows? Appretiate it Thanks Joe -- Arch

RE: Table row formating???

2000-04-06 Thread jstiefel
myQuery.Column[i-2] myQuery.Column[i-1] myQuery.Column[i] Sort of corny, but it'll work. ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 9:40 AM To: [EMAIL PROTECT

RE: Security holes revisited

2000-04-06 Thread Dave Watts
> It could be possible. Consider a protocol that utilized public-key > encryption. Every packet would have to be signed with the > sender's private key. Of course, anonymity goes completely > out the window, but faking return-addresses would be impossible. > Faking return addresses seems to be

Processing multiple selections from a select list box

2000-04-06 Thread Ricq Pattay
How do I process multiple selections from a list box? My list box is populated with values from a query (see code), and I want the user to be able to select one or more values. I then want to insert the values selected into an Oracle table, along with the user's ID, which is determined elsewhere.

RE: Processing multiple selections from a select list box

2000-04-06 Thread Holger Lockertsen
On the actionpage: INSERT INTO YourTable (YourField) VALUES (#id#) rgds * Holger Lockertsen, Solutions Developer, Horisont Information Systems AS * Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway * 23 31 03 04 / 91 83 20 51 * [EMAIL PROTECTED] http://www.hor

[MSAccess] Getting column names in a table

2000-04-06 Thread Justin MacCarthy
Can some remind me how to get the column names from an Access Table, I never use access so I've forgotten :-) something alone the lines of "Select * from Systable" of something ??? ~Justin who hates MsAccess but has to use it today -

Re: submit a form using img?

2000-04-06 Thread S V
Is there a way to have that image button trigger a javascript fx. This fails in netscape 4.0 Original Message Follows From: "Dave Hannum" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re: submit a form using img? Date: Thu, 6 Apr 2000 09:00:42 -0500

RE: Table row formating???

2000-04-06 Thread david
Re-post from stas [[EMAIL PROTECTED]] on 4/5/2000 Give thanks to stats... something like this: #myquery.myvar# -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 6:40 AM

RE: CFGRID Problems abound

2000-04-06 Thread Greg Saunders
At 11:11 PM 4/4/00 -0400, Dave Watts wrote: >> This is common of both CFTree and CFGrid. Both applets are >> HIGHLY unstable. > >I haven't had any stability problems, and have been using them for years! >(Of course, I may simply be lucky.) I'd be curious to hear if anyone else >has had stability

Image Size

2000-04-06 Thread Vinicius Caldeira Carvalho
I guess I've already seen this question but... Is the a CF/CFX tag that tells me the size of an image sent by the user? This value must be returned to me in a way that I could check if the Width/height does not override my maximum setting. Thanks vinicius

No Subject

2000-04-06 Thread paul smith
I know how to use CF to prefix "http://" to DB URLs that don't have it. How can I do it with SQL7 only? (The following doesn't work.) UPDATE orgs SET website = 'http:// + website' WHERE id IN (SELECT id FROM orgs WHERE website LIKE 'www%' ) best, paul

Date Display Weirdness (CF bug?)

2000-04-06 Thread Eric Hoffman
I have an Access database with a Date/Time Field. I have the following code on the page...it runs through the schedule of games properly detailing the day of the week and it goes haywire. (thurs games display as Monday, Sunday as Tues) October is the only one that displays properly. #dayof

RE: Apache VS IIS

2000-04-06 Thread James Hancock
I don't have any statistics but I've experimented with both and Apache seems to be the clear winner on NT. J. > -Original Message- > From: Tariq Ahmed [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 05, 2000 6:22 PM > To: [EMAIL PROTECTED] > Subject: Apache VS IIS > > > > >

Re: Captupturing Form Elements

2000-04-06 Thread Brian Peddle
You can loop over all the fieldnames submitted: Put whatever processing on the fieldnames you need here -- Original Message -- From: "Lee Moore" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Thu, 6 Apr 2000 09:36:42 -0400 >Hello all. I have a

Rather annoying CFObject problem

2000-04-06 Thread Dave Wilson
Hi everyone, I'm having some problems getting cfobject to connect to some COM objects with which I am working. In fact the only COM object I am able to connect to and create at the moment is the Allaire.DocEx1.1 class. What I really want to connect to is a custom COM class called AS_IH010 but ke

Problems with AOL browsers

2000-04-06 Thread Eddie Shipman
I have two pages that have these links to the SAME cfm page: soft_chart.html: tops_chart.html: The soft_chart.html link works in AOL 4.0 browser but the tops_chart.html link does not. Any ideas as to why it wouldn't? This message has been scanned for viruses using Sophos

RE: Security holes revisited

2000-04-06 Thread Dave Watts
> I disagree. Your open ports are your "interface" to the > world. Is it wrong for me to test one port? That's essentially > what I'd do if I tried typing http://yoursite.com/ in by browser. > Two, what if I fingered your box when I found we were[n't] > running a webserver. If one or two ports

RE: Image Size

2000-04-06 Thread Stephen Moretti
Vinicius, There is a CFX tag in the gallery called IMGSIZE. It returns the sixe in bytes plus height and width. Regards Stephen > -Original Message- > From: Vinicius Caldeira Carvalho [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 06 April 2000 15:36 > To: Cftalk > Subject: Image Size >

Using CFX_Excel

2000-04-06 Thread Dave Hannum
Anybody got a clue on this??? 8-) + Original Message Sent 7:47am ET + Good Morning, Are there any known issues surrounding the use of the CFX_Excel tags? I'm using it for several applications now, and I was wondering if there are any issues to be aware of - like, how many concurren

Stock Ticker/Quote getter?

2000-04-06 Thread William James
Does anybody know of a good (free) tag or way to get stock quotes (delayed is more than good enough). I've been trying to get the getdelayednasdaqquote.cfm to work (downloaded from Tag Gallery) but it somes to crap out whenever you enter a stock symbol that's only 3 characters instead of 4 (I've t

RE: Rather annoying CFObject problem

2000-04-06 Thread Bill Plummer
Dave, Are you sure you have the name of the class correct. Use the GUID instead of the class name and that will assure you can connect if its a class name problem. After using the GUID, and getting the connection, I can usually figure out the class name when looking at the key in the registry.

RE: Captupturing Form Elements

2000-04-06 Thread Sean German
Is there an analogous solution to looping through the fields of a query? -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 10:51 AM To: [EMAIL PROTECTED] Subject: Re: Captupturing Form Elements You can loop over all the fieldnames submitted:

RE: Security holes revisited

2000-04-06 Thread Dave Watts
> Would it make a difference if I scanned ports 1-1024 with a > port scanner vs. first using a browser to see if you had a > HTTP daemon running on any port, then a FTP client on every > port to see about a FTP daemon, etc, etc.? I'm not trying to > be a smart@$$ or anything, I just like philosoph

CFX_ONCR_Cybercash error questions ...

2000-04-06 Thread jmentzer
Hi all I've been asked to determine why a site using the CFX_ONCR_Cybercash tag occaisionally has an error. The symptom: the card is charged, but the software (the product) is not delivered. Instead, the customer gets an error. I have hardcopies of the errors. All they say is 'error occured in

RE: Stock Ticker/Quote getter?

2000-04-06 Thread Steve Reich
Try StockGrabber.. it's free and works great! http://www.amkor.com/proving_grounds/cf_stockgrabber/index.cfm Steve -Original Message- From: William James [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 11:14 AM To: CF-Talk Subject: Stock Ticker/Quote getter? Does anybody kn

Re: Rather annoying CFObject problem

2000-04-06 Thread Dave Wilson
Thanks Bill, I've checked and rechecked that the class name is indeed correct, but still cannot connect to it. Any other suggestions or pointers? Dave Dave Wilson Internet Technology Manager, BizNet Solutions Co-Founder CFUG Ireland http://www.cfug.ie 224, Lisburn Road Belfast BT9 6GE Tel: 0

RE: Captupturing Form Elements

2000-04-06 Thread Chris . Austin
You could use the CFWDDX tag to convert the form structure to XML and store it as hidden form field within the next form. This prevents any looping. -Original Message- From: Sean German [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 9:16 AM To: '[EMAIL PROTECTED]' Subject: RE:

RE: Captupturing Form Elements

2000-04-06 Thread Brian Peddle
YOu are saying WDDX will parse out all the fieldsnames and there values? -- Original Message -- From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 6 Apr 2000 09:17:58 -0600 >You could use the CFWDDX tag to convert the form structure to XML and

looking for a message board tag

2000-04-06 Thread John N Westerlund
Has anyone made a message board tag or set of tags for CF? I thought I saw one but dont remember where. Thanks -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?

Re: Security holes revisited

2000-04-06 Thread John N Westerlund
Kind of makes you wonder, if its legal to shoot someone trespassing on your property, then what is the electronic equivalent? -Original Message- From: Dave Watts <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, April

LDAP and MS Exchange

2000-04-06 Thread cf - borders
Does anyone have any scripts to share using cfldap to query and update Microsoft exchange servers. Thanks Rob -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?s

Re: looking for a message board tag

2000-04-06 Thread Erika Foster
John: http://www.cfboards.com/cfb/index.cfm?CFB=1: $395 http://www.cfcode.com/cfforum2000/: $300 http://www.orbwave.com/forum/: $49.95, Depending on what you need and what your users' technical abilities are - these are three great solutions I've found. Erika - Original Message - Fr

RE: Using CFX_Excel

2000-04-06 Thread Dave Watts
> Are there any known issues surrounding the use of the > CFX_Excel tags? I'm using it for several applications now, > and I was wondering if there are any issues to be aware of > - like, how many concurrent calls to Excel can it handle? > The reason I've asked is that two days in a row, Excel on

Solaris vs. NT

2000-04-06 Thread Ellert, Charles
Does anyone have a performance comparison of Cold Fusion running on Solaris versus Winnt? Thanks, Charles -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?side

RE: Rather annoying CFObject problem

2000-04-06 Thread Dave Watts
> I've checked and rechecked that the class name is indeed > correct, but still cannot connect to it. Any other > suggestions or pointers? If you're unable to connect to any classes, other than an Allaire class, perhaps when you installed an Allaire product it damaged COM information in some way.

RE: looking for a message board tag

2000-04-06 Thread Paul's Mail
Hi, Yes - I use CF_MessageBoard - its good. http://www.coldfusionwebsites.com Paul Burgess > -Original Message- > From: John N Westerlund [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 06, 2000 4:33 PM > To: [EMAIL PROTECTED] > Subject: looking for a message board tag > > > Has a

RE: Is HomeSite Soon To Be History?

2000-04-06 Thread Steve Bernard
If I was wrong I apologize. I really, really hate SPAM and I've seen way too many attempts to veil it with a thinly disguised, "Hey guys check this out", followed by 2 pages of propaganda. No harm done. Steve -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 0

Re: CF Quiz

2000-04-06 Thread Billy Cravens
Also, http://www.teamallaire.com/hal --- Billy Cravens [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or

RE: Captupturing Form Elements

2000-04-06 Thread Chris . Austin
Well, if I understand it correctly... CF 4.5 stores the FORM elements as a structure. Since you are able to convert structures and other complex data into WDDX packets as they do in Spectra, you should be able to do this. Now, I think it was not until 4.5 that Allaire coverted the FORM,URL and et

RE: Captupturing Form Elements

2000-04-06 Thread Dan G. Switzer, II
Brain, WDDX won't do it natively, but I have a library that will: http://www.oacfug.org/users/dswitzer/forms/ -Dan ++---+ | name | Dan G. Switzer, II| |company | PengoWorks.com| |www | http://www.pengoworks.com | | mailto | [EMAIL PROTECT

RE: Captupturing Form Elements

2000-04-06 Thread Chris Evans
Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Sean German [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 11:16 AM To: '[EMAIL PROTECTED]' Subject: RE: Captupturing Form Elements Is there an analogous solution to looping through the fiel

Re: Captupturing Form Elements

2000-04-06 Thread Stephen M. Aylor
WDDX wont parse and evaluate the form field elements, but it seems it would make a for an easy way to pass the elements on to the next template, as the poster's message indicated that the next cfm/page wouldnt be processing them. Also it seems it would depend on what ver of CFAS the poster is usi

Re: looking for a message board tag

2000-04-06 Thread paul smith
Check out eForums2 by Xing Li ([EMAIL PROTECTED]) & Dan Switzer. The beta looks interesting. It should be released soon. best, paul At 09:35 AM 4/6/00 -0700, you wrote: >John: > >http://www.cfboards.com/cfb/index.cfm?CFB=1: $395 > >http://www.cfcode.com/cfforum2000/: $300 > >http://www.orbwave.

RE: Image Size

2000-04-06 Thread Stanislav Maximov
Check Allaire site, there are plenty of them. I'm using and it works fine for me. > -Original Message- > From: Vinicius Caldeira Carvalho [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 06, 2000 6:36 PM > To: Cftalk > Subject: Image Size > > > I guess I've already seen this question

Problems with CF Solaris

2000-04-06 Thread Helge Hetland
Can anybody tell me where to look, I get this message in server.log: CFSPClient::rpc(): connect to server failed, No such file or directory CFSPClient::rpc(): connect to server failed, No such file or directory SunOS * 5.6 Generic_105181-19 sun4u sparc Server version: Apache/1.3.9 (Unix) Server

Re: Captupturing Form Elements

2000-04-06 Thread Emily B. Kim
if you're using 4.5, form variables are automatically in a structure (named FORM) that always exists - it's just empty if there is no form submission. what i would suggest is on your action page, just do a StructKeyList(FORM) which will give you a list of all the keys (the formfield names). from t

(OT) SQL Server 7 data input/retrieval question

2000-04-06 Thread Bob Hill
Hello, Forgive the off topic post, just not sure where else to get the best answer. I have an application where I use a list box from which multiple selections can be made. When a selection is made and the form is submitted, that selections ID is sent to the appropriate table column. If two sel

CFHTTP - How to set browser version

2000-04-06 Thread Andrea Wasik
Does anyone know how to set the browser version on a CFHTTP request. I need to set it to something that is at least a version 4 browser, for example: "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)" because right now my request is being rejected by the asp page I am trying to send info

RE: Security holes revisited

2000-04-06 Thread Steve Bernard
Hey! My heart's good as gold, it's that damn voice in my head. It tells me to do things, aggh! More seriously though, I understand and agree with much of what you are saying. As part of my job I perform local security scans and audits as well as serve on a security response team. On the other

RE: submit a form using img?

2000-04-06 Thread Jeff Bryan
I do this and check for the x or y co-ordinates of the image: ie isDefined("form.back.x") -Original Message- From: Ins Ins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 10:57 PM To: [EMAIL PROTECTED] Subject: submit a form using img? Hi,I want to submit a form by using img.B

RE: CFHTTP - How to set browser version

2000-04-06 Thread Dave Watts
> Does anyone know how to set the browser version on a CFHTTP > request. I need to set it to something that is at least a > version 4 browser, for example: > > "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)" > > because right now my request is being rejected by the asp > page I am trying

Re: Image Size

2000-04-06 Thread Seth Petry-Johnson
>I guess I've already seen this question but... >Is the a CF/CFX tag that tells me the size of an image sent by the user? >This value must be returned to me in a way that I could check if the >Width/height does not override my maximum setting. The CFX_GIFGD tag can read an image and will return

RE: (OT) SQL Server 7 data input/retrieval question

2000-04-06 Thread Dave Watts
> I have an application where I use a list box from which > multiple selections can be made. When a selection is made > and the form is submitted, that selections ID is sent to > the appropriate table column. If two selections are made, > both ID's are sent to the column, etc. > > My problem is t

RE: Programatically setting search path for custom tags

2000-04-06 Thread Pecora, James
OK - (seriously) can I get a show of hands (via email) of thos developers who think the ability to specify the path to a custom tag would be a good feature - specifically NOT using cf module...and here's why. I like the ability to call a custom tag inside a site, while having that sites/apps stru

Re: (OT) SQL Server 7 data input/retrieval question

2000-04-06 Thread paul smith
Change to check boxes. Your results are then made into a list, for example "1,2" best, paul At 12:04 PM 4/6/00 -0400, you wrote: >Hello, > >Forgive the off topic post, just not sure where else to get the best answer. > >I have an application where I use a list box from which multiple selections

RE: Security holes revisited

2000-04-06 Thread Steve Bernard
I've heard views as extreme as hack'em back. If you feel that malicious intent exists, possibly evidenced by repeated or escalating probes, I would track down the source of the probes and contact the respective ISP(s). This can be VERY difficult. If action isn't taken by the ISP(s) try the legal r

Re: Using CFX_Excel

2000-04-06 Thread Stephen Garrett
I can only guess, but... This tag may not be thread safe. Since it is a DLL and if multiple accesses were to occur while the DLL was "active", I could see this happening. I've been using the tag but the volume is low, and thus have never seen it. I guess the safest way around this would be to

HTML question about spacer GIF's

2000-04-06 Thread Reuben King
At the risk of sounding like I'm trolling, I really am starting to think Navigator sucks. As far as development goes, IE has always treated me better. Here's my question: I use transparent spacer GIF's to assist in positioning stuff on my page. They work fine in IE, but in Netscrape it ins

Re: submit a form using img?

2000-04-06 Thread Reuben King
In <[EMAIL PROTECTED]>, =?iso-8859-1?q? Ins=20Ins?= ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Hi,I want to submit a form by using img.But the name > fileds do not pass to the action page: > > > > src="back.gif" alt="back"> > > alt="continue" VALUE="continue"> > > > In th

RE: Combining Cf and ASP in the same Template

2000-04-06 Thread Pecora, James
Steve - I believe your wrong on this issue asn only ONE application server mapping can be made to a file extension - you CAN NOT make a mapping that follows a path... When you set up CF or ASP you create amapping on the webserver that points to a .dll so the resolution process looks like this: A

Re: Oracle 8i via ODBC - first query always 350ms?

2000-04-06 Thread Reuben King
In <[EMAIL PROTECTED]>, Stephen Garrett ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > > It sounds like the "maintain DB connection" is not really working. > Are you using the Oracle ODBC drivers, or M$?? I had better luck > with the Oracle Drivers. > > You also may need to reboot

Re: submit a form using img?

2000-04-06 Thread Reuben King
In <[EMAIL PROTECTED]>, =?iso-8859-1?q? Ins=20Ins?= ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Hi,I want to submit a form by using img.But the name > fileds do not pass to the action page: > > > > src="back.gif" alt="back"> > > alt="continue" VALUE="continue"> > > > In th

Re: frame url question

2000-04-06 Thread Jeff
tom, :~~ : From: Tom Rainey <[EMAIL PROTECTED]> : : I have a frame set with two frames. I want the user to : surf around another site in frame one and when they : are done, click a button in frame two and have the new : url for frame one set as the value of a varia

Re: HTML question about spacer GIF's

2000-04-06 Thread Dave Hannum
You MUST have the attribute BORDER="0" in your tag. Dave = "Technology" is stuff that was invented after you were born. David Hannum Web Analyst/Programmer Ohio University [EMAIL PROTECTED] (740) 597-2524 - Original Message - From: Reuben King <[EMAI

Re: Using CFX_Excel

2000-04-06 Thread Dave Hannum
I put the tag in a CFLOCK and hammered it. Seems to maybe have solved the problem. I kind'a thought that was the problem, but I was not sure. Thanks for the input. Dave = "Technology" is stuff that was invented after you were born. David Hannum Web Analyst/P

Annoying CF Studio 4.5a Interface problems

2000-04-06 Thread Reuben King
I have Win 2000 on a Compaq Armada 1750.. In CF Studio 4.5a (also tried 4.5.1rc2) the interface with the mouse pointer acts quite hokey when trying to select text. Double clicking on a word doesn't select the word like normal -- it selects everything to the left of the cursor and to the begi

Retrieving Unique ID in from sql table.

2000-04-06 Thread Steve Weiner
Can anyone help me here, I'm really stuck. I come from a Microsoft Access background and now they've thrown me into SQL with no training. What I am trying to do is the following: - In access I have an autonumber column that would get updated here automatically. - Here I would go through and

Re: Solaris vs. NT

2000-04-06 Thread Tariq Ahmed
> Does anyone have a performance comparison of Cold Fusion running on Solaris > versus Winnt? I've been doing load testing for the last two weeks. And yesterday we decided to exchange our Ultra 10's for NT solutions. Our application causes cfserver to hit 100% CPU usage extremely fast, an

Re: HTML question about spacer GIF's

2000-04-06 Thread Stephen Garrett
So, are you saying that spacer gifs are not working for you??? This IS the standard way to do this across browsers for a number of layout editors like dreamweaver etc... Steve At 11:39 AM 4/6/2000 -0500, Reuben King wrote: >At the risk of sounding like I'm trolling, I really am starting to think

RE: HTML question about spacer GIF's

2000-04-06 Thread Holger Lockertsen
Dave. He HAS the attribute "border=0" in the tag. That's the problem. Question is: Does Reuben have a stylesheet that defines a border for the TD-tag or even the IMG-tag? On MSIE vs NS: Yes oh yes. I tear my hair off over Netscape at times (that's why I shave my head)... Someone know how NS5 wi

RE: Retrieving Unique ID in from sql table.

2000-04-06 Thread Dave Watts
> I come from a Microsoft Access background and now they've > thrown me into SQL with no training. What I am trying to > do is the following: > > > - In access I have an autonumber column > that would get > updated here automatically. > - Here I would go through and selected max(id) as > last

RE: Speed of CFMAIL

2000-04-06 Thread Len Conrad
>Do you have a URL for postfix? vbg www.postfix.org > And is there a Solaris/Linux port? yeah, sure. Wietse has done a world-class job with postfix, including a beautiful install routine. IBM doesn't publish crap under their public software license and hire Venema for a sabbatical to do

RE: Retrieving Unique ID in from sql table.

2000-04-06 Thread Brian Peddle
What I do is use a stored procedure to do the insert and then pass back if identity column EX STORED PROC: CREATE PROCEDURE insert_user @username varchar(20), @password varchar(20), @IDcol int = NULL AS INSERT INTO u_users (u_users.username, u_users.password) VALU

RE: Programatically setting search path for custom tags

2000-04-06 Thread Dan G. Switzer, II
It's been something I've requested a few times. I'd love to be able to define a user-defined "CustomTags" directory within the tag. -Dan ++---+ | name | Dan G. Switzer, II| |company | PengoWorks.com| |www | http://www.pengoworks.com | | m

Re: Is HomeSite Soon To Be History?

2000-04-06 Thread Chris Lott
The fact is that as technology progresses, some things that it was important to do by hand become less so. Using SQL Server is a good example of this. A good admin needs to know more than the new wizards in SQL server 7, but that doesn't mean that the wizards are all bad, are necessarily inferior,

PROBLEM with SingleQuote in SQL evaluate Insert

2000-04-06 Thread stephen holland chang
Hi Cfers! This just seems like a lame problem i keep getting errors when trying to insert a string with a singlequote in it (ie. Intel's Processor) example stringTypeID = 1 formstring1 = "intel's processor" - INSERT INTO test_tbl string = '#evaluate("formstring#stringTypeID#")#' Isnt there

Re: Annoying CF Studio 4.5a Interface problems

2000-04-06 Thread Stephen M. Aylor
Si senior Studio 4 does the left mouse dbl click only to the left of the cursor as well, and the wheel mouse doesnt scroll at all. 4.5 at least scrolls - un-smoothly, and out of control, however. Those fixes would make me a happy dude. Steve > I have Win 2000 on a Compaq Armada 1750.. >

Re: HTML question about spacer GIF's

2000-04-06 Thread Stephen M. Aylor
There will be no NS5 - they're at NS6 - the preview is available for download off www.netscape.com - check it out and see :-) Steve > Someone know how NS5 will be different from NS 4.x? > Will the CSS-implementation be better? Will the pixel-difference be gone? > Have you checked out Mozilla? >

OT PCAnywhere on Port???

2000-04-06 Thread Nick Call
Anyone know what port PCAnywhere listens on? Nick -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMA

Re: Captupturing Form Elements

2000-04-06 Thread Fred Sanders
Lee, The very act of passing the form variables is automated by the forms action and method. I don't understand what else your trying to accomplish once they get there. Are you just trying to list them out on the action page? MORE INPUT MORE INPUT, NEED MORE INPUT! LOL Fred Sanders Galveston

Re: HTML question about spacer GIF's

2000-04-06 Thread Dave Hannum
Double check that the path to the image is correct and that the image actually does exist. Netscape has a habit of putting the dropshadow box on small images where IE will ignore it. I"ve seen this many times too! Dave - Original Message - From: Holger Lockertsen <[EMAIL PROTECTED]>

RE: PROBLEM with SingleQuote in SQL evaluate Insert

2000-04-06 Thread jstiefel
Is there a reason you wouldn't use an array here? i.e. formstring = ArrayNew(1); formstring[1] = "intel's processor"; #formstring[1]# -Original Message- From: stephen holland chang [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 1:29 PM To: [EMAIL PROTECTED] Cc: dennis dowli

Re: HTML question about spacer GIF's

2000-04-06 Thread Sharon DiOrio
I've found that your pathing can make all the difference. IE ignores when it can't actually find the image, Netscape outlines the missing image in the size given in the attributes. Double-check your pathing to the image. Sharon At 11:39 AM 4/6/2000 -0500, Reuben King wrote: >At the risk of sou

RE: Annoying CF Studio 4.5a Interface problems

2000-04-06 Thread Dave Watts
> In CF Studio 4.5a (also tried 4.5.1rc2) the interface with the mouse > pointer acts quite hokey when trying to select text. Double > clicking on a word doesn't select the word like normal -- it selects > everything to the left of the cursor and to the beginning of the word. > Clicking inside a

  1   2   3   >