RE: Cfmodule and execution mode end.

2000-07-11 Thread Larry Meadors
That is one COOL trick! [EMAIL PROTECTED] 07/10/00 11:16PM Call it in the form: cfmodule template="/tags/mytag.cfm" something /cfmodule -Original Message- From: Jared Clinton [mailto:[EMAIL PROTECTED]] Subject: Cfmodule and execution mode end. I'm wondering, if I use cfmodule

RE: cfx tags w/ java are NOT, I repeat NOT a pain! 8-)

2000-07-05 Thread Larry Meadors
[EMAIL PROTECTED] 07/05/00 11:22AM Both did not reload for me. I guess the only difference I can see is that your on AS/400 and I'm on NT. No, I'm not running on an as/400, I'm just using some classes to access our as/400 - I'm running on NT. Has anyone on NT been able to get the reload

RE: CFX API to create a structure?

2000-06-28 Thread Larry Meadors
Hmm, I just had an epiphany. I could use XML (or WDDX) to pass them in and out. I'll try it and follow up in the next week... Larry [EMAIL PROTECTED] 06/27/00 01:52PM Can you create a structure in a cfx? I haven't seen a way to do it yet. I guess I could return a query, but I'd prefer

CFX API to create a structure?

2000-06-27 Thread Larry Meadors
Can you create a structure in a cfx? I haven't seen a way to do it yet. I guess I could return a query, but I'd prefer structures so I can nest them... Any ideas? Larry -- Archives:

RE: Java and CF

2000-06-23 Thread Larry Meadors
I've used createobject() successfully. Didn't look to closely at the mem use. Is it possible that the mem use you're seeing is the jvm? We just had a thread about cfx tags in java. Read it before going that route unles you *like* to restart services... ;-) Larry [EMAIL PROTECTED]

Re: cfscript

2000-06-22 Thread Larry Meadors
No. For that matter, you can't even write a cfscript function. [EMAIL PROTECTED] 06/22/00 10:43AM Can I call a cfscript function through a link like a javascript function. Like ... a href="javascript:function_name('arg','arg')"blah/a

RE: foxpro deletes

2000-06-20 Thread Larry Meadors
Instead of an isapi dll, why not do it with a com object created in vfp6? I haven't tried this, but you should be able to use cfobject to create the com object and pack the files. Larry [EMAIL PROTECTED] 06/20/00 01:47AM I came up against the problem of Packing a Foxpro database some weeks

RE: cfx tags w/ java are NOT, I repeat NOT a pain! 8-)

2000-06-20 Thread Larry Meadors
PS. Here are my Java Settings: (if that helps!) Java Virtual Machine Path: c:\jrun\jre\bin\classic Class Path: C:\CFUSION\Java\classes CFX Jar Path: C:\CFUSION\Java\classes Thanks! Jim -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED]] WOO HOO! Put your compiled c

cfx tags w/ java are a pain

2000-06-19 Thread Larry Meadors
Am I missing something? I'm writing my first java cfx tag for CF4.5, and to get an new version after I compile it I have to restart the cf services. I know there's a better way. The docs talk about "modifying the coldfusion.cfx.class.reload setting of the config/jvm.init file" but after

RE: cfx tags w/ java are NOT, I repeat NOT a pain! 8-)

2000-06-19 Thread Larry Meadors
WOO HOO! Put your compiled class file in the cfusion\java\classes directory. Register it w/ CFAdmin. Use this syntax: cfx_hi reload="always" And it'll work! It really works! COOL! Larry (gleefully going to get a soda ;-) [EMAIL PROTECTED] 06/19/00 01:54PM Larry, I (and many other per

Re: [Re: [Re: [Re: personal oracle 8i]]]

2000-06-17 Thread Larry Meadors
CF4.5, Oracle Personal 8i, NT4(sp5). [EMAIL PROTECTED] OK, I am using Windows 98 and Personal Oracle 8i. I already have the NT machine with CF and Oracle 8i enterprise edition. I want to migrate the configuration from NT machine to the windows 98 machine, but the CF server can not connect to

Re: CF logins, authenticate against Novell NDS???how?

2000-06-06 Thread Larry Meadors
"newbies" in the right direction via URL to stuff on integrating NDS w/ cf4.5? Any help appreciated Steve - Original Message - Don't forget LDAP with NDS. With NDS8 and CF 4.5 it is blazingly fast and 4.5 supports SLDAP for security. Lanny Larry Meadors [EMAIL PROTECTED]

Re: [Re: [Re: personal oracle 8i]]

2000-06-06 Thread Larry Meadors
. Thanks. Irwan "Larry Meadors" [EMAIL PROTECTED] wrote: Exactly! ;-) [EMAIL PROTECTED] 06/01/00 09:11AM Thanks. So you are saying that I must install the personal oracle server and personal oracle client in the same machine, and configure the CF server to connect to the database usi

Re: query help - find duplicates

2000-06-03 Thread Larry Meadors
This always works for me: SELECT po,line, count(po) as test from table group by po, line having test 1 You may not need the "as" for your db. Good luck! Larry [EMAIL PROTECTED] 06/01/00 10:21AM Im trying to create a primary key and cannot because I have a few duplicate entries. There

Re: [Re: personal oracle 8i]

2000-06-01 Thread Larry Meadors
Exactly! ;-) [EMAIL PROTECTED] 06/01/00 09:11AM Thanks. So you are saying that I must install the personal oracle server and personal oracle client in the same machine, and configure the CF server to connect to the database using sql net from oracle personal client? Irwan "Larry Me

Re: personal oracle 8i

2000-05-31 Thread Larry Meadors
I got it working. Did you install the client part on the server? The default driver that comes w/NT won't do. Larry [EMAIL PROTECTED] 05/31/00 10:04AM Does anybody ever use CF server connect to Personal Oracle 8i? I tried but it can't work.

Re: CF logins, authenticate against Novell NDS???how?

2000-05-31 Thread Larry Meadors
We've used NDS for NT and basic authentication. That works pretty well because the NDS users get replicated as NT users. Easy to set up too. With CF 4.5's enhancements to cfheader, you can really use any data source to do basic authentication. We're also looking into using Novell's ODBC driver

RE: Some beginner questions

2000-05-31 Thread Larry Meadors
One thing to add/correct from Philip's response: #cgi.query_string# contains url parameters. You can reference those as url.variablename (or just variablename) to get the values most of the time. One exception to look out for on that is if you have a url like this: index.cfm?a=5a=6a=7

Re: CFInclude-Problem

2000-05-22 Thread Larry Meadors
You can't pass parameters with an include. You have several options: 1 - Change navigation_e to look for attributes.page cfmodule (look up the syntax ;-) 2 - Change navigation_e to look for attributes.page cf_navigation_e page="services" 3 - No changes to navigation_e cfset

RE: Boolean fields in Foxpro

2000-05-16 Thread Larry Meadors
The VFP ODBC driver also has a setting that will allow you to ignore deleted records. That would be easier and if you add an index tag on DELETED(), it's optimizable too! ;-) Larry [EMAIL PROTECTED] 05/15/00 03:43PM Michael, Not a problem getting back. I have never tried to do a pack via

Re: REVERSE QUESTION --- Is there anything that Cold Fusioncan do that ASP can't do?

2000-05-12 Thread Larry Meadors
My dream is for cfscript to support ActiveX scripting engines like ASP, so I could use javascript, vb script, perlscript, etc... I suspect this wouldn't work on Solaris or Linux tho... I want to have my cake and eat it too dammit! ;-) Larry [EMAIL PROTECTED] 05/12/00 05:55AM While I've

Re: REVERSE QUESTION --- Is there anything that Cold Fusioncan do that ASP can't do?

2000-05-12 Thread Larry Meadors
I agree, and you can sorta do that now. ;-) Look at this: squareit.cfm cfparam name="attributes.return" cfparam name="attributes.x" cfset temp = SetVariable("caller.#attributes.return#", attributes.x * attributes.x) test.cfm cfset y = 5 cf_squareit return = "z" x = 5 cfoutput#z#/cfoutput It

Re: Custom tag question

2000-05-12 Thread Larry Meadors
Are you looking for thistag.generatedcontent? Larry [EMAIL PROTECTED] 5/12 8:07p For instance if I use a custom tag like this: cfset var = "text" cf_customTag Long #var# string with variables embedded... /cf_CustomTag How do I capture what is nested within the tags into a variable in

CGI.HTTP_AUTHORIZATION?

2000-05-10 Thread Larry Meadors
I'm using WebSite 2.3.7 with CF 4.5.1, and the CGI.HTTP_AUTHORIZATION variable doesn't show up. Am I missing something? Larry -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: REVERSE QUESTION --- Is there anything that Cold Fusioncan do that ASP can't do?

2000-05-09 Thread Larry Meadors
A big one for me is the nice integration with java (CFXs and 4.5's CreateObject("java", ...) function). I haven't seen anything like that with asp. Someone mentioned ChiliSoft's ASP, but can it use the other ActiveX scripting engines (PerlScript, etc...)? [EMAIL PROTECTED] 5/ 8 7:34p Many

RE: Boolean fields in Foxpro

2000-05-09 Thread Larry Meadors
I know this works: CFQUERY INSERT INTO Tablename (BooleanField) VALUES (.T.) CFQUERY Larry [EMAIL PROTECTED] 05/09/00 01:50AM I can't believe that this is causing me so much grief. Last night I tried the following CFQUERY INSERT INTO (Tablename.BooleanField) VALUES ('.T.') CFQUERY I also

Re: Imp Atten: New Virus Info

2000-05-08 Thread Larry Meadors
It's a hoax: http://www.symantec.com/avcenter/venc/data/wobbler-hoax.html Bookmark this page: http://www.symantec.com/avcenter/hoax.html Larry [EMAIL PROTECTED] 05/08/00 09:37AM Don't now up to what extent it is true. But Prevention is better than Cure

Re: Is there anything that ASP can do and CF cannot?

2000-05-05 Thread Larry Meadors
One thing I've wanted from CF and haven't seen is an equivalent to the flush() method of the response object. It sends the page contents that have been created so far back to the browser. Another thing I've heard (I don't know the exact objects - are you reading this Chris?) is that CF can't

Re: CF VFP ODBC

2000-05-01 Thread Larry Meadors
No, sorry, I never reported it. If you're serious about the COM option, Rick Strahl wrote a book on using vfp6 as a com server for internet applications - "Internet Applications with Visual FoxPro 6.0" that you might look into. Good luck! ;-) Larry [EMAIL PROTECTED] 04/29/00 06:40AM

Re: Very Weird INSERT Problem

2000-05-01 Thread Larry Meadors
You don't want a where in your insert. Try this: INSERT INTO USACopy (BusUnitID, ID) VALUES (8, 3) Larry [EMAIL PROTECTED] 05/01/00 11:08AM I have tried everything, changing the name of the query, recreating the table, Naming the field different names and I still get the error: Missing

Re: Context for cfparam

2000-04-27 Thread Larry Meadors
Not always. ;-) cfparam name="bob" default="123" cfparam name="url.bob" default="234" cfparam name="form.bob" default="345" cfparam name="attributes.bob" default="456" cfoutput bob = #bob# br url.bob = #url.bob# br form.bob = #form.bob# br attributes.bob = #attributes.bob# br /cfoutput [EMAIL

Re: joining tables from a DB

2000-04-27 Thread Larry Meadors
A few things: Do any of the tables have 0 records? If they do, you'll get nothing unless you do an outer join. Also, you're doing what's called a "cartesian join", pronounced "call-from-admin join". ;-) To keep your phone from ringing, you need some type of join condition in your query to

Re: VisualFoxpro Datasource

2000-04-19 Thread Larry Meadors
Are there data files with the database? They would have dbf/cdx/fpt extensions - at least one dbf file per table and potentially one cdx file and one fpt file per table. Also, be careful using VFP data - the vfp odbc driver only allows queries (select update) around 250 characters long...

RE: Anyone selling CF Server cheap?

2000-04-05 Thread Larry Meadors
Have you looked into cf express, the free but limited version of CF?: http://www.allaire.com/cfexpress/ Feature comparison: http://www.allaire.com/products/coldfusion/techinfo/features/cf4Matrix.cfm Larry [EMAIL PROTECTED] 04/04/00 11:47PM I have that version. I need to setup this prototype

Re: OT: Onchange submit

2000-04-04 Thread Larry Meadors
Try this: form action="index.cfm" SELECT NAME="PayType" ONCHANGE="this.form.submit()" /form [EMAIL PROTECTED] 04/04/00 05:19AM I want a form to be submitted when the user makes a change in a select box. The form name is "Employeeform". This doesn't work: SELECT NAME="PayType"

Re: View-Source in IE

2000-04-03 Thread Larry Meadors
File - Save As... [EMAIL PROTECTED] 04/03/00 09:40AM The coldfusion server, after executing a request/file , sends only pure html to the browser. Is there a way to catch this pure html code and save it as a file? Thanks Aslam __ Do You Yahoo!?

Re: Javascript Arrgh!!

2000-03-31 Thread Larry Meadors
I don't think that the form object in ie4 has an onClick method, the button does. Also (and this is just a style thing) I think I'd break the onClick into a seperate function like this: script function SetAction(oForm, sAction){ oForm.action = sAction; }; function SetActionAndSubmit(oForm,

[OT] Buying certificates

2000-03-30 Thread Larry Meadors
I'm looking into buying a certificate in the next 3-6 months, and am looking for input. I know there are several certificate authorities. Who do *you* buy certificates from? Why did you choose them? How are they to work with? Larry

Re: [OT] Buying certificates

2000-03-30 Thread Larry Meadors
right now, only $45 to get a one year certificate if you purchase it before May 15th, I think. Much cheaper than Verisign's $300 or so. Larry Meadors wrote: I'm looking into buying a certificate in the next 3-6 months, and am looking for input. I know there are several certificate authorities

Re: Automated Error pages

2000-03-30 Thread Larry Meadors
I haven't done this, but I know you can use cfoutput. Couldn't you create a form with hidden fields containing your error message and submit it automatically using javascript? Larry [EMAIL PROTECTED] 03/30/00 02:02PM I am trying to work on making an automated error page. Thing is

iPlanet Web Server

2000-03-29 Thread Larry Meadors
Does CF run on the iPlanet Web Server? I see both support NSAPI, so I presume the answer is "yes". Also is anyone out there familiar with WebSite or IIS using it? How does it compare? Larry -- Archives: