RE: Newbie Model Glue Questions

2006-04-08 Thread S . Isaac Dealey
tion of the application -- the application will work or not (measured by users' ability to perform tasks) independant of how graphically appealing it is. If it's ugly (a failure of the graphic design team), the company endures some complaints about its being ugly. If it doesn't wo

RE: Newbie Model Glue Questions

2006-04-07 Thread S . Isaac Dealey
th them now and be prepared, because employers will expect them. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fu

Re: Saving files

2006-04-07 Thread S . Isaac Dealey
t anyone have > any ideas? There's only one way I know of to accomplish that, and that would be to skip the cfcontent and cfheader tags in favor of a direct url to the server where the file is located, Example: edit s. isaac dealey 434.293.6201 new epoch : isn't it t

RE: cfform and bad tabindexes - wtf?

2006-04-07 Thread S . Isaac Dealey
out the new flash widgets or new validation >> features, they just >> suck. The only improvement has been xforms, and that >> shipped with a >> major (albeit easily fixed) bug in the default XSL sheet. >>> They do it to piss you off :) >>> On 4/6/06, S. Isaac

Re: cfform and bad tabindexes - wtf?

2006-04-06 Thread S . Isaac Dealey
the new flash widgets or new validation >> features, they just >> suck. The only improvement has been xforms, and that >> shipped with a >> major (albeit easily fixed) bug in the default XSL sheet. >> >> > They do it to piss you off :) >> >> > On

RE: cfform and bad tabindexes - wtf?

2006-04-06 Thread S . Isaac Dealey
> says about the new flash widgets or new validation > features, they just > suck. The only improvement has been xforms, and that > shipped with a > major (albeit easily fixed) bug in the default XSL sheet. >> They do it to piss you off :) >> On 4/6/06, S. Isaac Dea

Re: cfform and bad tabindexes - wtf?

2006-04-06 Thread S . Isaac Dealey
asily fixed) bug in the default XSL sheet. > They do it to piss you off :) > On 4/6/06, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: >> >> Why is cfform still so screwed? >> >> I generally avoid it, but I'm working on one for this >> small project &g

cfform and bad tabindexes - wtf?

2006-04-06 Thread S . Isaac Dealey
by cfinput, which of course makes the browser ignore them. Why is this screwed up? This is completely basic! s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys

flash cfgrid -- wtf?!

2006-04-05 Thread S . Isaac Dealey
he first 5 rows is passed to the form submission page. Thoughts? s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/a

Re: undefined array element

2006-04-04 Thread S . Isaac Dealey
Fairly heavy-handed way of accomplishing that task... it'd work for short arrays -- I wouldn't use it for large arrays or frequent operations. (Because it raises an exception if the element is undefined.) > http://www.cflib.org/udf.cfm/arraydefinedat > On 4/4/06, S. Isaa

RE: cftransaction

2006-04-04 Thread S . Isaac Dealey
stored procedure, then the scope is the procedure, but I digress)... but yeah, if you perform two inserts you have to be careful about where you place the scope_identity() in your batch, which does make it a coding issue.

Re: undefined array element

2006-04-04 Thread S . Isaac Dealey
think using ArrayResize may set a default value of "" for any undefined elements. I haven't tested the theory, since I've never needed it. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open sour

RE: cftransaction

2006-04-04 Thread S . Isaac Dealey
ch would require a serializable cftransaction (or equivalent) to make it thread-safe, which is not true of scope_identity(). But with the serializable transaction (CF or DB initiated) it could work reliably as I understand it, it just wouldn't be the most efficient method. s. isaac dealey 434

RE: getLineNumber()?

2006-04-04 Thread S . Isaac Dealey
ere probably wouldn't be any way to reliably output that value more than once without feeding in the instance of the function in each call to it. I.e. #getLineNumber(1)# -- #getLineNumber(2)#, etc... I assume you wouldn't ever use this within a CFC. s. isaac dealey 434.293.6201 new epoc

Re: CF not seeing tables

2006-04-04 Thread S . Isaac Dealey
produces the desired results, which I'm guessing is basically what's happening when you restart the CF server service (since as I understand it CF maintains one open connection for each dsn and of course they all go away when the CF service shuts down). If you have any luck isolating y

Re: cftransaction

2006-04-04 Thread S . Isaac Dealey
orted about an awful lot because search engines were slow to meet our needs, although this is no longer an issue because the search engine providers have been faster to accomodate us than those responsible for the email standard. s. isaac dealey 434.293.6201 new epoch : isn't it time

RE: cftransaction

2006-04-04 Thread S . Isaac Dealey
r. It's also a vanishing issue as hardware and database evolution diminish it over time. Some of the other issues related to large data sets, most notably usability issues are not diminished over time by hardware or human evolution. s. isaac dealey 434.293.6201 new epoch : isn't it ti

Re: 404's

2006-04-04 Thread S . Isaac Dealey
Well I hope so. :) If not I have to wonder why they're in the Windows hosting business. :) > these instructions will suffice? I'll just copy and > paste, if that's > the case. > S. Isaac Dealey wrote: >> Yup... But they may not know about the fix for it (or >

Re: 404's

2006-04-04 Thread S . Isaac Dealey
to write to support people right now. > Thanks again. > S. Isaac Dealey wrote: >> There's a setting for that in your IIS site preferences. >> >> Home Directory tab >> Configuration button @ lower right >> select the .cfm extension and press the Edit butt

Re: 404's

2006-04-04 Thread S . Isaac Dealey
doesn't > it work when > using cf file extensions? Is this an IIS or other setting? > When I go to > (nonexistent) foo.cfm on my page, I get the "File Not > Found" CF error. > If I go to (nonexistent) foo.html, IIS delivers the nice > 404 page I created. > I

LRE: cftransaction

2006-04-04 Thread S . Isaac Dealey
e something like >> >> this >> >> (assuming SQL Server): >> >> >> >> >> >> > >>datasource="#APPLICATION.dsn#"> >> >>INSERT INTO t_doctors (#ColNames#) >> >>V

RE: cftransaction

2006-04-04 Thread S . Isaac Dealey
gt;INSERT INTO t_doctors (#ColNames#) >> VALUES >>(#preserveSingleQuotes(ColValues)#); >>SELECT SCOPE_IDENTITY() AS newpkey; >> >> s. isaac dealey 434.293.6201 new epoch : isn't it

RE: cftransaction

2006-04-04 Thread S . Isaac Dealey
tion I've read in the BOL as well as > been informed from > our DBA. I can say that when using SCOPE_IDENTITY() I've > never found any > errors under load, but if anyone else has any input I'd > love to hear it. > Rich Kroll > Application Developer s. isaac

Re: cftransaction

2006-04-04 Thread S . Isaac Dealey
cftransaction (and I believe it will also improve performance in comparison to using the cftransaction around either one or two queries). I don't think I've actually tried using scope_identity() with two cfqueries, so I don't know if it would produce an error or just produce bad or unreliabl

Re: VAL() and IsValid()

2006-04-03 Thread S . Isaac Dealey
al() the myVar when you >>already have it >>set as a numeric value? (since it isn't set in quotes then >>it wouldn't >>be considered a string, right?) Not sure about your test >>there. Haven't >>really seen this isValid() function yet... >> >&

RE: Anything inherently wrong with this query?

2006-04-01 Thread S . Isaac Dealey
, then changing it later could also make nonsense out of the thread), or to update all forum messages with the user's current name information when the user is deleted. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with

RE: Anything inherently wrong with this query?

2006-04-01 Thread S . Isaac Dealey
> Thanks for the explanation, Isaac! Glad to help. :) s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806De

RE: Anything inherently wrong with this query?

2006-04-01 Thread S . Isaac Dealey
'p1' in the child record for Reginald would no longer match any of the records in the parent table. The foreign key constraint prevents you from losing referential integrity in this case by producing an error if you attempt to delete Rick without first deleting Reginald. s. isaac dealey 4

Re: When does onSessionEnd get called?

2006-04-01 Thread S . Isaac Dealey
trap a compile error. As a result, cferror can not be used to trap compile errors which occur while compiling the Application.cfc because no other code can compile or execute prior to Application.cfc. The same is also true of Application.cfm if no Application.cfc is present. s. isaac dealey 43

re: cfinvoke method attribute erroneously unrecognized

2006-04-01 Thread S . Isaac Dealey
ch on immediately to the fact that the CFC being invoked contained a bad cfinvoke tag. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806

cfinvoke method attribute erroneously unrecognized

2006-04-01 Thread S . Isaac Dealey
ebox4.runtime.cfmx.cfm: line 433 Called from C:\Inetpub\wwwroot\dev\echo11\raccf\fusebox4.runtime.cfmx.cfm: line 426 Called from C:\Inetpub\wwwroot\dev\echo11\raccf\fusebox4.runtime.cfmx.cfm: line 1 Called from C:\Inetpub\wwwroot\dev\echo11\raccf\index.cfm: line 9 1 : 3 : s. isaac dealey 434.293.620

Re: ResourceBundles

2006-04-01 Thread S . Isaac Dealey
> S. Isaac Dealey wrote: >> I guess this does means I should start figuring out a way >> to provide support >> for both UTF-8 and ASCII resource bundles in the >> framework to > i wouldn't bother unless your apps will be that complex & > you forsee the ne

Re: ResourceBundles

2006-03-31 Thread S . Isaac Dealey
sing the framework yet to begin with.) > S. Isaac Dealey wrote: >> I remembered reading an article you wrote Paul, which >> said rather >> specifically to use UTF-8 instead of ASCII files with >> ColdFusion, > if you did, it was old (like cf4.5/5 old) & i hadn'

Re: ResourceBundles

2006-03-31 Thread S . Isaac Dealey
> S. Isaac Dealey wrote: >> On ColdFusion, never... :) it should never have \u in >> it if you're >> using ColdFusion. Java ResourceBundles work that way >> because the spec >> for Java says that the file has to be ASCII text, so the >> \u &

Re: ResourceBundles

2006-03-31 Thread S . Isaac Dealey
> S. Isaac Dealey wrote: >> It's hard to understand what you mean by "nothing >> happens" without >> more information... My understanding is that the unicode >> characters >> used by the resource bundles Paul recommends (for >> performance rea

Re: When does onSessionEnd get called?

2006-03-31 Thread S . Isaac Dealey
mes for individual pages if their user interface is pleasant to use (since most of them aren't) because a pleasing UI helps them succeed and doesn't make them feel stupid or incompetent. (As compared to say a typical Oracle error message which appears to be designed to intentionally belittle

Re: ResourceBundles

2006-03-31 Thread S . Isaac Dealey
ng resources) and one for pure ColdFusion, which is the one you want for any new CF project. If you're using the java version, stop. Please. For the love of God! :) s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap op

RE: Eolas CFForm Fix: Beta

2006-03-31 Thread S . Isaac Dealey
gt; changes in IE7 may >> cause the method being used by the tag to not work >> properly for any >> random and probably obscure reason. > True. But, aren't they only going to release it with > Windows Vista? If so, > IE7 won't be available until next year, and may

Re: Anything inherently wrong with this query?

2006-03-31 Thread S . Isaac Dealey
ries with only 2-5 tables, I don't see a problem. I also will lengthen the alias if there are two tables that compete for a given character, such as if I have a category table and a client table in the same query, then I'll definately use cat and clnt. How many people here don't use

Re: ResourceBundles

2006-03-31 Thread S . Isaac Dealey
27;s name in a letter, you're leaving the name alone and replacing the remaining text to match their preferred language. hth s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with

RE: Eolas CFForm Fix: Beta

2006-03-31 Thread S . Isaac Dealey
hat they'd done that with a previous version of IE). s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm ~

RE: Eolas CFForm Fix: Beta

2006-03-31 Thread S . Isaac Dealey
changes in IE7 may cause the method being used by the tag to not work properly for any random and probably obscure reason. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.

Re: When does onSessionEnd get called?

2006-03-31 Thread S . Isaac Dealey
ike to post the whole Application.cfc or email it to me privately, I'd be happy to have a look at it and see if I have any ideas why that might happen. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open sourc

Re: When does onSessionEnd get called?

2006-03-31 Thread S . Isaac Dealey
ry > request, triggering an error. > On 3/31/06, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: >> I wouldn't expect it to mean that... I'd have to get a >> closer look at >> your application, but it sounds like you'd have had the >> onSessionEnd() >

Re: When does onSessionEnd get called?

2006-03-31 Thread S . Isaac Dealey
r, NSW, Australia > Certified Advanced ColdFusion Developer > AFP Webworks > http://afpwebworks.com > ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month > On 3/31/06, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: >> > I am using application.cfc in my application. I put a &

Re: CF on Wheels

2006-03-30 Thread S . Isaac Dealey
rnative. I could be wrong, but that's my gut feeling from what I've seen and heard in the community. So that could also be a contributor to lack of involvement in CF on Wheels, although I can't say it is with any certainty. Is this more PC than my previous comments about PLUM? :)

Re: OOP/CF - Update Function in a DAO

2006-03-30 Thread S . Isaac Dealey
my friend Mr. NODATA Smith? Or perhaps more likely Hayao Nodata. :) Very good point by the way. Reminds me, I have an apointment tomorrow with Bob Empty. :) s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open

Re: When does onSessionEnd get called?

2006-03-30 Thread S . Isaac Dealey
"application").onSessionEnd(). Or you could simply execute the onSessionEnd() method in your onRequestEnd() method, which would produce similar results. Note that in either of these cases, the session will not expire when you execute the method this way, it will only execute the code in y

RE:_scope_=_"session"_-_can_I_dump_the_session_scope?

2006-03-30 Thread S . Isaac Dealey
valuate() (yes, several people will say ugh! to this also, but this is a case in which it may be warranted) to get your first level variable... something like this ought to work: Don't forget to use cflock to prevent potential race conditions when doing

Re: CF REGEX & deleting IMG tags from content

2006-03-30 Thread S . Isaac Dealey
t of double quotes instead of two with escapes. In general, the less escaping you do in the template imo the more legible the code will be, so if you can alter your syntax to avoid the need to escape, that's a win-win situation. s. isaac dealey 434.293.6201 new epoch : isn't it tim

RE: CF REGEX & deleting IMG tags from content

2006-03-30 Thread S . Isaac Dealey
>> Yet, when I pass in "tanlines.jpg" as URL.img, it doesn't >> delete the >> image from this content: >> >> > src="/site/images/siteimages/Image/tanlines.jpg" >> />Welcome to the web >> site. >> >> I figured out th

Re: Webservice

2006-03-29 Thread S . Isaac Dealey
to this a lot. Just > hard for me to > remember all the details since I have not had to do it in > months. > On 3/29/06, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: >> >> >> Thanks Dave, I rather assumed that would be the case, >> just unsure >>

RE: Webservice

2006-03-29 Thread S . Isaac Dealey
; belonging to the > CA from which the server got its certificate. You can > figure out who's the > CA by examining the certificate information within your > browser. Thanks Dave, I rather assumed that would be the case, just unsure about how to go about finding the info (or searching

RE: Web service

2006-03-29 Thread S . Isaac Dealey
from the cfc and problem > went away. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.s

RE: Webservice

2006-03-29 Thread S . Isaac Dealey
system somewhere being ued by the browser, right? s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfu

Webservice

2006-03-29 Thread S . Isaac Dealey
: peer not authenticated It is recommended that you use a web browser to retrieve and examine the requested WSDL document for correctness. If the requested WSDL document can't be retrieved or it is dynamically generated, it is likely that the target web service has programming errors. thanks,

RE: Update on eolas/cfform/cfchart fixes

2006-03-29 Thread S . Isaac Dealey
ce, if I were > the type of person > who'd do that sort of thing. You're so stolid. Dave is a closet smiler. :) s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com ht

Re: Flash Forms and the Microsoft Eolas Fix.

2006-03-29 Thread S . Isaac Dealey
nteronmousemove > The fix from microsoft says to generate the embed, object, > etc tags > through an imported js or jscript file, but I don't > generate these, > CFMX7 does when I use cfform. > Does anyone know how I can restore the functionality? Our > users will >

Re: CF REGEX & deleting IMG tags from content

2006-03-28 Thread S . Isaac Dealey
Don't need to know the version for this one: REReplaceNoCase(content,"]*src="[^"]*whatever.jpg[[: space:]]*"[^>]*>","","ALL") > CFMX or CF 5.0? > On 3/28/06, Pete Ruckelshaus <[EMAIL PROTECTED]> > wrote: >> I'm extending the content management system that several >> sites I >> manage is based up

Re: cfm vs. php?

2006-03-28 Thread S . Isaac Dealey
ere we sat in a conference room and I went over best > practices, some > SQL basics, and went into some CF intricacies. Within a > couple of > months, I felt that the entire team was proficient in CF, > with one or > two showing true talent. We never looked back from there. > Pete

Re: problems with cfqueryparam

2006-03-28 Thread S . Isaac Dealey
And of course, you shouldn't perform the query without cfqueryparam tags, so in general you should find another way to execute your query. I have a sql abstraction layer in my onTap framework which prepares query syntax in sort of a similar manner that does use cfqueryparam, however, creating that

Re: Invalid object name

2006-03-27 Thread S . Isaac Dealey
n SQLServer2000 > there's a SP you > use as follows: > exec sp_changeobjectowner 'dbo.secSQLine', 'otherlogin' > Cheers > Mike Kear > Windsor, NSW, Australia > Certified Advanced ColdFusion Developer > AFP Webworks > http://afpwebworks.com > C

Re: Invalid object name

2006-03-27 Thread S . Isaac Dealey
Are there other common causes of "invalid object name" > errors that any of > you have run across? I've seen it throw that error on a view that contains reference to a deleted table, but that doesn't sound like what you're experiencing. s. isaac dealey 434.2

RE: International Contact Manager

2006-03-25 Thread S . Isaac Dealey
although I have no plans to encrypt the source). At the moment I'm not certain if the first version will include a webservice for external integration. I'm inclined to say that will be in a later version. Thanks Eric, s. isaac dealey 434.293.6201 new epoch : isn't it time

RE: Creating Java String

2006-03-24 Thread S . Isaac Dealey
urns the following error: "Unable to find a >> constructor for class java.lang.String that accepts >> parameters of type ( coldfusion.runtime.LocalScope )". > What do you need a Java string object for? I would bet > that you don't > need it. s. isaac dealey

Re: Creating Java String

2006-03-24 Thread S . Isaac Dealey
t do you need a Java string object for? I would bet that you don't need it. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://

Re: Having a common directory shared by several sites

2006-03-24 Thread S . Isaac Dealey
thereby decrease the likelyhood of namespace conflicts with templates in the directory containing the calling template. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusion

OT: International Contact Manager

2006-03-23 Thread S . Isaac Dealey
me subsidation of my efforts to make it available. If there is simply no demand for it to be a commercial application, then I'll release it as an OSS project, but having some income from it would make it a lot easier for me to support it. Thoughts? Opinions? s. isaac dealey 434.293.6201 new

RE: Merging two queries

2006-03-22 Thread S . Isaac Dealey
Yes it is, and so query of query will work fine. select * from q1 union select * from q2 > It's still a query object that is returned though, right? > -- > Tim Heald > [EMAIL PROTECTED] > 703-300-3911 > -Original Message- > From: Andy Matthews [mailto:[EMAIL

RE: Application.cfc

2006-03-20 Thread S . Isaac Dealey
yes > Does application.cfc affect subdirectories like > application.cfm? Nothing works in subdirectories anymore > :( > -- > Oleg Gunkin > Email: [EMAIL PROTECTED] > Phone: (604) 666-9392 > Emerging Technologies / Pacific Web Services > Information Technology Services > Public Works and Governmen

Re: write cfml page

2006-03-20 Thread S . Isaac Dealey
Welcome > Thanks so much Dealey. > ta, > vik s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/

Re: SQL Server error 15250

2006-03-20 Thread S . Isaac Dealey
error occurs when trying to > run "sp_help" > on a table in another db. > --Ferg > S. Isaac Dealey wrote: >>> http://www.mcse.ms/archive94-2005-5-1594364.html >>> >>> What's he trying to do when he get's the error? >>> >>>

Re: write cfml page

2006-03-20 Thread S . Isaac Dealey
hing like this > > > == > I want the below code to display the item value dd, but > not process the cfset tag > > == > > > So the variable will have a list of cfset tags which I > will be writing to a coldfusion page s. isaac dealey 4

Re: cfexecute

2006-03-20 Thread S . Isaac Dealey
edia.com/coldfusion/7/htmldocs/0243.htm#1098 198 Just give it a variable name then output that variable in your cf page. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework htt

Re: How to Programmatically select a radio buttons in CFFORM

2006-03-19 Thread S . Isaac Dealey
;t installed, that attribute is just ignored by the browser (or you could add another XSL sheet to remove them). That's applied application wide, and unlike similar transformations which might be applied in a cfform implementation, it's nearly irrespective of the skin that's applied

Re: How to Programmatically select a radio buttons in CFFORM

2006-03-19 Thread S . Isaac Dealey
of options automatically... So in a lot of cases, it's even simpler: So that produces all the options and pre-selects the appropriate option. God, do I love not typing. :) Although I recommend always including an empty option at the top of the element Unless you want to be inundated

Re: How to Programmatically select a radio buttons in CFFORM

2006-03-19 Thread S . Isaac Dealey
You don't need the de() around numeric values or true and false, so either of these would also work: iif(condition,1,0) iif(condition,true,false) de() is only necessary if you provide a string value and either evaluate(string) would produce an error or you don't want the string to be evaluated, s

Re: Two functions in OnSubmit

2006-03-19 Thread S . Isaac Dealey
The "if" statement isn't a function, and event handlers like onSubmit don't require the javascript: prefix. I.e. onsubmit="if (confirm('are you sure?')==true) { return function2(); } else { return false; }" also works. I try to include the == true with javascript because js is known to treat non-bo

Re:_Strip_"$"_and_","_from_entered_numbers

2006-03-18 Thread S . Isaac Dealey
does), there's no easy/elegant way to handle parsing locale-specific numbers and you have to instead rely on try-catch for each number you need to convert. I would put something like this in a CFC you can reuse throughout your application (or maybe one you're already using):

Re: SQL Server error 15250

2006-03-17 Thread S . Isaac Dealey
at he's doing, but I honestly am not certain. :) I think creat or drop table. That's my best guess based on the other variables involved here and the fact that he seems to be okay selecting and updating data once these tables are created. s. isaac dealey 434.293.6201 new epoch : is

RE: SQL Server error 15250

2006-03-17 Thread S . Isaac Dealey
te or drop tables in an alternate database, but unable to produce the same error. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com

Re: Deployment licencing cost

2006-03-17 Thread S . Isaac Dealey
Mark Drew wrote: > Both of the machines will be production. > So the answer is that yes.. even the machines that we are > deploying > to will need a licence. > Pants :) > thanks! > MD Yes, I suspect they'll also need pants. :P s. isaac dealey 434.293.6201 new e

Re: Application.cfc

2006-03-17 Thread S . Isaac Dealey
Because the onRequest method doesn't correspond to the Application.cfm behavior -- it corresponds to the execution of the base template... However, in some cases you can simply inlcude the Application.cfm in the onRequestStart method. If you set any local varaibles (not in request or other shared s

SQL Server error 15250

2006-03-17 Thread S . Isaac Dealey
ent of the object qualifier must be the name of the current database. I've tried every permutation of database names I can think of to reproduce this error with no luck. If anybody's seen this before or has any idea what might cause it, I'd be very appreciative for a solution or a hi

Re: Weird error

2006-03-16 Thread S . Isaac Dealey
ope. -- put a try-catch block around where the variable error is produced and have it dump the url scope to a file or database table so you can see what's actually in the url scope the next time it happens. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? a

Re: Weird error

2006-03-16 Thread S . Isaac Dealey
ex.cfm?p=partenaires&st I receive emails like this all the time and it really makes me wish the folks responsible for the email standard would revise it. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open

Re: Any way to suppress a tag at the applicaiton level?

2006-03-16 Thread S . Isaac Dealey
hanks > Pete Not using either of application.cfm or application.cfc... You could create a wrapper method/tag for cfdump, which wouldn't be terribly difficult to accomplish. I don't think that's possible with cftimer except in certain controlled circumstances, such as around exist

Re: Object Maze

2006-03-15 Thread S . Isaac Dealey
an OO application is that each object can be used by another object or calling page without knowing anything about its internal structure. Beyond that there's a fair amount of debate about when to create another sub-object. s. isaac dealey 434.293.6201 new epoch : isn't i

Re: ColdFusion, IE and the transitional doctype...a story of identity crises...

2006-03-14 Thread S . Isaac Dealey
I've not had luck with it myself... I tried it once and it totally failed. The onTap framework provides an alternative method of ensuring that html head content occurs in the right place in the document. > is your friend. I never thought I'd say > that. > Ric

RE: How to keep unrelated CFML tags from repeating includes?

2006-03-14 Thread S . Isaac Dealey
les in the request scope, but that obviously > requires all tags to > play nicely together. Is there a way to do it without the > tags knowing > anything about one another? s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without f

RE: OT: Copyright Attorney

2006-03-14 Thread S . Isaac Dealey
I do. A few times every year. (If you're referring to this thread, I commented about it at least twice, but only actually did it once.) > Lol, you do that a lot. > -Original Message----- > From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] > Sent: 14 March 2006 17:51 > T

RE: OT: Copyright Attorney

2006-03-14 Thread S . Isaac Dealey
ng ecommerce hosting using my cart so I don't want to > ruffle any > feathers needlessly. :) Sorry Bud, my bad. It occurred to me that probably wasn't a smart idea right after I'd posted it. :-/ s. isaac dealey 434.293.6201 new epoch : isn't it time for a change?

RE: OT: Copyright Attorney

2006-03-13 Thread S . Isaac Dealey
at include the > product. I believe the ColdFusion server license permits it being leased out as a service. I don't think it's legal to lease out something you've purchased as a service unless the license permits that. At least that's my expectation. s. isaac deal

RE: OT: Copyright Attorney

2006-03-13 Thread S . Isaac Dealey
isn't it?). So whether or not he wants to buy it for himself first may depend on how much they inflated the price in order to rip him off. s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http:

RE: OT: Copyright Attorney

2006-03-13 Thread S . Isaac Dealey
of it that would entitle him to an enormous settlement, it's important that he get them to stop, since it is his livelihood. Although I just realized this thread is on cf-talk not cf-community, which might have been better for both being on-topic and for reducing the likelyhood that the bad

Re: OT: Copyright Attorney

2006-03-13 Thread S . Isaac Dealey
> S. Isaac Dealey wrote: > >my guess: > Well that site looks completely different to me, and their > CF Features page throws a 404. Bud I sure hope you used a > web site scraper to get copies beforehand. It did to me too... although the first sentence in the last paragrap

Re: The Open Source CF NCAA Pool

2006-03-13 Thread S . Isaac Dealey
e it out ;) You mean a permanent redirect. ;) s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http

Re: Is this illegal in query of queries?

2006-03-13 Thread S . Isaac Dealey
IS NULL) >> UNION >> (SELECT USERID, BUSADDR AS ADDRESS FROM QURYUSERS WHERE >> USERID NOT IN >> ( >> SELECT USERID FROM QRYUSERS WHERE NOT HOMEADDR IS NULL) >> AND NOT BUSADDR IS NULL) >> >> This statement runs perfectly fine in SQL Query Ana

RE: OT: Copyright Attorney

2006-03-13 Thread S . Isaac Dealey
lly > limited to one > specific area of law. So if the bar gives them a license, > they can practice > any law. But in practicality, they do have their areas of > personal > expertise. So be aware that while a lawyer may tell you > that they can take a > copyright case, it may

Re: References for Beginners

2006-03-12 Thread S . Isaac Dealey
atid=8C3B >>> 9E >>> 31-802D-00D5-7 >>> 3ADB5D764E60C74> >>> &catid=8C3B9E31-802D-00D5-73ADB5D764E60C74 >> >>> http://www.macromedia.com/cfusion/webforums/forum/index. >>> cf >>> m?forumid=1 >> >>> http://w

<    1   2   3   4   5   6   7   8   9   10   >