Re: CFDumping a bean

2006-08-15 Thread Robert Everland III
Oh I thought you meant it in a different context. I think what you talk about is valid, but not really pertinent to the issue at hand. To get past this issue you can just use sticky sessions on clusters, that way you don't have to worry about it. Bob ~

Re: CFDumping a bean

2006-08-15 Thread Robert Everland III
>Dave, > >How exactly does this help in clustered environments? Where do you store >the beans and how do you do snapshots? > >Russ > >> The beans should be unique per session, not per server like a Gateway or DAO. So a dump of a bean would be for that bean on that machine. This is the winner,

CFDumping a bean

2006-08-15 Thread Robert Everland III
I want to dump a bean, but a dump on a bean only gives me a list of the functions. How do you dump a bean? Do you create a function that displays the parameter with the value? Or another way? Bob ~| Introducing the Fusion Aut

Re: Multiple joins between the same tables.

2006-08-15 Thread Robert Everland III
FROM main m JOIN companies c1 on (c1.companyid = m.manufarturerid and/or c2.companyid = m.publisherid Bob ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by you

Re: Parsing a file

2006-08-08 Thread Robert Everland III
I have rewritten this procedure using the java string as opposed to listgetat, and let me tell you this thing is lightning fast. I couldn't even get this thing to run before, now it's faster than it ever was. Thanks for the help. ~~

Parsing a file

2006-08-08 Thread Robert Everland III
I know this has been asked before, but I can't seem to find this in the archives. I have a file that I am doing a ton of parsing on. It's has fake encryption (basically obsfucation) and I am doing a ton of listgets and going through each line and putting it into a structure. The thing is it's o

ColdFusion in a cluster, how do you synch

2006-08-01 Thread Robert Everland III
We are about to implement a cluster using a piece of hardware and I was wondering what the users here use to copy the settings of coldfusion from one to another. We were planning on having a staging server and then have a way to kick off processes from that server to all of the other servers in

Re: Lyla captcha

2006-07-31 Thread Robert Everland III
That is exactly what the problem is, I completely missed that. Thanks. Bob ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door

Re: Lyla captcha

2006-07-31 Thread Robert Everland III
Well first I had to take out the check of isXML because that is CFMX 7 only. Now I am having an issue with the setColor function which is java based. I was just curious if anyone has gotten it working on CF 6. Bob ~| Introduc

Lyla captcha

2006-07-31 Thread Robert Everland III
I started playing with this yesterday and have come across an issue with it. Has anyone been able to get this to work correctly in CFMX 6? Bob ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-

Re: CF Ajax and passing a ####

2006-07-25 Thread Robert Everland III
This is a coldfusion error, jssStringFormat does not fix this issue. Bob ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door fou

Re: CF Ajax and passing a ##

2006-07-25 Thread Robert Everland III
I am passing in a #, for instance it has to do with a teacher inputting an assignment, so she puts in Do #1-9 and then it throws the error I sent. I tried the function you sent but that is not working. Bob ~| Introducing the

CF Ajax and passing a #

2006-07-25 Thread Robert Everland III
I am getting an error Missing argument name.When using named parameters to a function, every parameter must have a name. Whenever one of my parameters contains a # , has anyone come across this and if so how did you get by it? Bob ~~

Re: OT: Firefox, background, SSL

2006-07-14 Thread Robert Everland III
Well looks like that was my issue, I forgot about that issue. I am using the filter method to do a transperancy and it looks like that doesn't want the path from the css, but from the calling file, but the background-image did. Thanks. Bob ~

Re: SOT: Share Point running on a server with CF

2006-07-14 Thread Robert Everland III
> Why? Is it a nightmare to modify SharePoint? Yes it is. If it can do what you want out of the box, it's awesome. But as soon as you want to start adding to it, it's very difficult. Bob ~| Introducing the Fusion Authority Q

Re: SOT: Share Point running on a server with CF

2006-07-14 Thread Robert Everland III
> I don’t know any thing about MS Share Point. > > A client of ours is ask if they can install Share Point on a server > that has CF installed on it. > > Are there any conflicts that will occur? Does Share point just run as > a web site in IIS? No conflicts will occur. It runs on ASP.NET a

Re: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Robert Everland III
>> So, you can take a VM and move it from one machine to another, and the >hardware seen by the VM is identical. > >Having a hard time understanding... > >So...if one the first hardware has a GeForce 5900 Graphics >card, and the Virtual OS is moved to a second hardware setup >with a Radeon graphics

Re: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Robert Everland III
I hear VMWare is very fast because they have a very slim version of Linux running. It's fast not because it's Linux, but because they took out every bell and whistle that they could and make it so it only ran what was needed to run virtualization. Microsoft on the other hand has the full bloat o

Re: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Robert Everland III
>Not quite sure what you mean by "hardware agnostic OS and >software"...wouldn't >each OS have to be just as aware of the hardware it's running on and the >software >running on it? > >Rick VMWare and Microsoft emulate hardware to the OS. So no matter what kind of machine you're on, to the OS it's

Re: Microsoft Virtual PC / Should I be interested, or not?

2006-07-14 Thread Robert Everland III
I could see people using VM Servers in a production enviroment, mostly because you now have a hardware agnostic OS and software install. So while you see 1 point of failure, someone else sees a way to easily move their production server to new hardware if their old hardware fails. Even if you on

OT: Firefox, background, SSL

2006-07-14 Thread Robert Everland III
I just had the weirdest thing happen to me. I was messing with trying to get a background to be transparent in firefox and IE at the same time by following this example http://www.daltonlp.com/daltonlp.cgi?item_type=1&item_id=217 . Firefox wouldn't work, just kept not displaying anything. So I t

Re: Need ColdFusion Rental Reservation eComm System

2006-07-12 Thread Robert Everland III
Richard, My company, Reactive Vision, has created a reservation engine for ColdFusion. We have just finished an upgrade, contact me off the list and I will give you a demo and we can see if it fits your needs. Bob Everland

Re: MySpace - How they do it: Staff, Software & Servers

2006-07-10 Thread Robert Everland III
That's been the view here as well. The entire state of Florida is standardizing on .NET and we are completely a ColdFusion shop. The only way for us to transition to .NET is to start writing apps in .NET without losing the functionality of our other apps. I'm not saying New Atlanta doesn't hav

Re: MySpace - How they do it: Staff, Software & Servers

2006-07-10 Thread Robert Everland III
That's why I stated it's an opinion. There is no way anyone could possibly research every reason each company does what decision, but the few that have been mentioned have been that they are moving to BlueDragon.NET to transition completely to .NET, so as I said, it was my opinion. Bob ~~

Re: MySpace - How they do it: Staff, Software & Servers

2006-07-10 Thread Robert Everland III
Ok, let me get this straight. Someone just threw out the comment ".NET is a better platform than Java/J2EE on Windows" and you agree with that when there was no research given at all. The only example to back that statement up was that a customer went from 12 servers to 4. I realize that manag

OT: Eclipse 3.2 User Operation is waiting

2006-07-10 Thread Robert Everland III
Has anyone seen this message? I keep getting it when I try to save a file. Seems there is always a refresh going on behind the scenes and I have no idea how to find out what it is doing. Bob ~| Introducing the Fusion Authorit

Re: OT: stored proc template

2006-07-10 Thread Robert Everland III
Here is what I normally do /** *Purpose: * * *Outputs: * * * * Action Who WhenChange Description *

Re: MySpace - How they do it: Staff, Software & Servers

2006-07-10 Thread Robert Everland III
> True, but say you've got a beloved CF app in your company. You're > manager was recently convinced that .Net is the way to go, and he > wants > to convert all company apps to .Net. If you use BD.Net you have a > chance of convincing him to keep this app in CF. Yeah, but why do you have to us

Re: MySpace - How they do it: Staff, Software & Servers

2006-07-10 Thread Robert Everland III
> I don't know this from experience, but I've heard people say that BD. > Net > can be useful in a business that is running .Net for most everything > else, but you still want to use ColdFusion. That way you can run on > the > same app server as all the other apps. I understand that logic, but

Re: MySpace - How they do it: Staff, Software & Servers

2006-07-10 Thread Robert Everland III
I have been saying I haven't seen a point in Bluedragon.NET except as a stepping stone to get off of ColdFusion to go to .NET. Why spend as much as CF Enterprise just to be able to use .NET and that's all. If you're programmers are learning .NET then it would make sense to transition the entire

Re: Reading PDF Content

2006-07-07 Thread Robert Everland III
That would be awesome Neil, so far the functions I have is fillInForm(sourcePDF, query, destinationPDF) - This takes a pdf and loops through all of the fields in the pdf and matches them with the fields from a query to automatically fill them in. listFields(sourcePDF) - This sends a comma deli

Re: Reading PDF Content

2006-07-07 Thread Robert Everland III
You can download ColdPDF to help you get started in using iText , http://www.reactivevision.com/coldpdf.txt , if you figure out how to pull out the text please share the code so I can add it to the CFC. Bob ~| Introducing th

Re: Upgrade CFMX Devel to CF7

2006-07-07 Thread Robert Everland III
The only code that I can think of that can give you problems is the cfgrid tags and the others that are related, other than that everything else is backwards compatible and should work without incident. Are you having an issue with an upgrade? Bob

Blog entry detailing upgrade from cf4.5 to cf 7.01

2006-07-06 Thread Robert Everland III
I know there are some people still on older versions of CF and this read may be worth your while. http://buckingkitty.wordpress.com/2006/05/07/coldfusion-upgrade-45-to-mx-701/ Bob ~| Message: http://www.houseoffusion.com/lis

Re: TMT tabs question

2006-07-05 Thread Robert Everland III
>For making anything but the first tab whenever the page loads, you could >leverage the "selectedtab" attribute (I added it a few months ago). > >As far as I understood, Andy wants to do a different thins, he has to >"switch" tab, client-side without clicking on the tab "label". I forgot that p

Re: TMT tabs question

2006-07-05 Thread Robert Everland III
I just added a new attribute called link and if I want the tab to go to a new page I put the whole url in, something like this index.cfm?tab=5 .Then in my code I can see which tab to display so it doesn't have to be written for all of the tabs. ~~

Re: Eclipse 3.2 VSS 1.61

2006-07-05 Thread Robert Everland III
I just tried ESSTP and the only thing I didn't like which is a deal breaker for me is that it won't ask me to check it out once I start typing. I was able to get VSS to work, I just had to make sure I had the SDK version of Eclipse. Bob

Re: Framework suggestions

2006-07-03 Thread Robert Everland III
Snake, I said nothing deragatory to you, I asked you to not post on this topic because what you had to say wasn't relative to the question asked. As for the issues you addressed to me publicly I will address them publicly. "Sorry if your single, have no kids and/or are unemployed/on welfare, bu

Re: Framework suggestions

2006-07-03 Thread Robert Everland III
I was referring to this comment: Unfortunately I have a full-time job, so I don't have the luxury of just taking time off at a whim to play with new frameworks. Things like this have to wait until I have some free time. snake Stop "imagining" and actually try it. Bob ~~~

Re: Good blog post on the frameworks debate

2006-07-03 Thread Robert Everland III
> > There was no logic in the framework file that had > > different syntax based on what CF version you were on , > > There could have been, and you would never have known :-) Actually, because the code is open I was able to browse through the source and see for myself. Bob ~

Re: Framework suggestions

2006-07-03 Thread Robert Everland III
Claude Snake, We know you both either don't have the time or just don't think it's worth your time to code using frameworks. I think it's time for you to stop contributing to threads on them since you have no actually looked at any of the code in frameworks. This thread started as a recomendat

Re: Good blog post on the frameworks debate

2006-07-03 Thread Robert Everland III
Tom, All of the new frameworks use CFC, so they won't even work on CF 4.5 or CF 5. One of the frameworks I know , fusebox 3, used a cfswitch in the main file and included a specific framework depending on which server you were on. You didn't need this logic, you could just include the correct f

Re: Eclipse 3.2 VSS 1.61

2006-07-03 Thread Robert Everland III
I think my main issue was that I didn't get the SDK. If installing the SDK doesn't work I will try the -clean, thanks. bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245296 Archives: http://www.houseoffusion.c

Re: Good blog post on the frameworks debate

2006-07-03 Thread Robert Everland III
Claude, You've tried to make your point with frameworks, but you haven't made any factual statements. It's fine if you don't want to use frameworks, but if you want anyone else to not use them then I think you need to document any issues with them as opposed to things like "Includes CF 4.5 and

Eclipse 3.2 VSS 1.61

2006-07-03 Thread Robert Everland III
Has anyone found a way to get this plugin to work with the new Eclipse? http://vssplugin.sourceforge.net/ Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245286 Archives: http://www.houseoffusion.com/cf_lists/

Re: Good blog post on the frameworks debate

2006-06-30 Thread Robert Everland III
>But my point was - are they moving to .NET and only using BD.NET in the >interim. I don't think any of use know for sure, not even Vince and crew. Only the folks at Myspace and Fox know the answer, and even if they told us, a management decision could negate what they say. Bob

Re: Good blog post on the frameworks debate

2006-06-30 Thread Robert Everland III
I think they are going to transition to .NET completely because from a cost standpoint it doesn't make sense to have BlueDragon included in the cost of every web server they need. That's an additional $6,000 hit (I think that's the cost of .NET BlueDragon, correct me if wrong). If you're alrea

Re: Good blog post on the frameworks debate

2006-06-30 Thread Robert Everland III
It's BlueDragon .NET for the moment, I'm sure it's only because they are transitioning to total .NET. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245121 Archives: http://www.houseoffusion.com/cf_lists/threa

Re: Good blog post on the frameworks debate

2006-06-30 Thread Robert Everland III
>Right, but frameworks are like underwear: you'll fell more comfortable >in your own. >This is what I call my "underware" ;-) My argument for this statement is that when I work for a company I like to do the very best job I can do for them. I also realize that I may not be there forever. I coul

Good blog post on the frameworks debate

2006-06-30 Thread Robert Everland III
http://www.kcwebcore.org/blog/index.cfm/2006/6/29/CFUNITED--The-Framework-Debate-Continues >From the blog: "Near the end of this mock trial, Simon made a point that set me free of the conflict of the debate. He related an account of a project he had worked on in England some time in the past in

Query Ip address

2006-06-28 Thread Robert Everland III
How would I go about querying an ip address in a table. I need to pass in an ip address and be able to tell if that ip address is between a starting and ending address to get a user's location. Bob ~| Message: http://www.hou

Query Ip address

2006-06-28 Thread Robert Everland III
How would I go about querying an ip address in a table. I need to pass in an ip address and be able to tell if that ip address is between a starting and ending address to get a user's location. Bob ~| Message: http://www.hou

Re: iTunes integration

2006-06-27 Thread Robert Everland III
Why would you want to integrate Itunes into ColdFusion? Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244857 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion

ColdPDF Alpha Release

2006-06-20 Thread Robert Everland III
Please download the first release of ColdPDF and see if you can find any errors in the code. http://www.reactivevision.com/coldPDF.txt , just rename it to coldPDF.cfc fillInForm(sourcePDF, query, destinationPDF) allows you to pass in the path of a PDF that has form fields and fills in the for

Re: Announcing ColdPDF

2006-06-16 Thread Robert Everland III
Dan, I don't understand what you mean by adding a classloader, the examples you gave me added a classviewer http://www.cfdev.com/mx/undocumentation/ to view undocumented features, but the examples expect the iText jar to already be loaded. Bob ~~

Re: Documentation Software Needed..

2006-06-15 Thread Robert Everland III
Viewing the source of that site shows that they are using RoboHelp which just so happens to be an Adobe product. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243657 Archives: http://www.houseoffusion.com/cf_

Re: Announcing ColdPDF

2006-06-15 Thread Robert Everland III
I don't know much about your product to answer that, but if you've copied the majority of ColdFusion's funcitonality I don't see why not. I'm just initializing the iText jar to do the heavy work, the ColdPDF cfc is merely an easy way for anyone to take advantage of the power of iText. Bob ~~

Re: Sticking with CF...

2006-06-15 Thread Robert Everland III
As I said, those would require LITTLE coding changes. A var changing to a structure would still be referenced the same way, and CFGrid, ugh, well that's assuming he's using it, it still won't be much to change it. Not like having to change say a cfquery tag throughout the site. I wouldn't worry

Re: Sticking with CF...

2006-06-15 Thread Robert Everland III
The administrator is just about exactly the same, minus some style sheet changes and new options. It hasn't changed much from the 3.0 days if not earlier. You should be able to run all of your existing code under CFMX 7 with little or no changes. All of the tags that have been deprecated still

Re: Announcing ColdPDF

2006-06-15 Thread Robert Everland III
Seth can you reply to me offline and send me the function so I can add it to the CFC? Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243600 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscri

Announcing ColdPDF

2006-06-15 Thread Robert Everland III
I have decided to create an open source CFC that will allow everyone to take advantage of the iText libraries whether you have CF 6 or CF 7. I have added what functions I have needed but there are so many things that can be done with the iText library I would like to call on the community to get

Re: Itext Checkbox

2006-06-14 Thread Robert Everland III
I found the answer, if you do a AcroFields.getAppearanceStates("fieldName") it will return what value it expects. So the correct answer is: setField("IMACHECKBOX", "Yes"); Bob ~| Message: http://www.houseoffusion.com/lists.cf

Re: Itext Checkbox

2006-06-14 Thread Robert Everland III
I'm using a stamper to fill in the fields of PDF. I just tried PdfBoolean.TRUE, that did not work. No errors, just won't check the checkbox. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243443 Archives: http

Re: Itext Checkbox

2006-06-14 Thread Robert Everland III
Negatory, checked and check didn't work. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243440 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/l

Itext Checkbox

2006-06-14 Thread Robert Everland III
How the heck do I set a checkbox field to be checked, I have tried setField("IMACHECKBOX", "TRUE"); setField("IMACHECKBOX", "1"); setField("IMACHECKBOX", "0"); setField("IMACHECKBOX", "On"); Nothing works, the text fields fill in correctly, this won't Bob ~

Re: Bar codes

2006-06-13 Thread Robert Everland III
Check this out http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=7&threadid=973582&highlight_key=y&keyword1=itext Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243380 Archives: http://www.ho

Itext Sample code

2006-06-13 Thread Robert Everland III
Someone had mentioned they were going to offer some sample code showing how to use Itext to load a PDF with fields and fill in the values. Any status on when we can see that? Bob ~| Message: http://www.houseoffusion.com/lists

Emulate fast compile in other frameworks

2006-06-13 Thread Robert Everland III
I was wondering if anyone has tried to take what the Fusebox team has done so that some of the other frameworks run as fast as Fusebox? Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243342 Archives: http://ww

Re: Server firewall software

2006-06-12 Thread Robert Everland III
I realize you're after an answer for a software based firewall, but what we're trying to tell you in a not so helpful way is that it isn't recommended to put a software firewall on an OS. It adds overheard, can cause instability, and if you're that worried about malware sending things from your

Vendor based JDBC vs Datadirect

2006-06-08 Thread Robert Everland III
Has anyone done any comparissons between the JDBC drivers created by Oracle and Microsoft compared to the datadirect drivers? I'm curious to see if there is a performance advantage between them. Bob Everland ~| Message: htt

Re: FDF and coldfusion

2006-06-07 Thread Robert Everland III
I would like to see the code also. We're using active pdf to do this and that's all we're doing is using pdf to match up to the fields to the pdf. So any code you can share Neil would be awesome. Bob ~| Message: http://www.ho

Re: Stupid form fields

2006-05-31 Thread Robert Everland III
That is what it was. Thanks for the help Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241833 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/

Re: Stupid form fields

2006-05-31 Thread Robert Everland III
I've done that, same result. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241829 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Uns

Stupid form fields

2006-05-31 Thread Robert Everland III
I have this code

Clustering and CFMX 7

2006-05-26 Thread Robert Everland III
With CFMX 7 clustering, can you copy application and session variables between servers including sessions or applications that are cfcs? Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241606 Archives: http://w

Re: OT: MySQL to Oracle

2006-05-25 Thread Robert Everland III
Federated tables looks to be the best solution so far. This would allow us to have a schema in oracla set up just for this initiative with a table for each school. Then we can write a stored procedure to dump the data once a nice to the designated table. Bob ~

OT: MySQL to Oracle

2006-05-25 Thread Robert Everland III
We are getting some servers from the state here that will have MySQL on them, we will need to consolidate all of the data on a nightly basis to our Oracle server. Does anyone know of a tool that will help with this? Bob ~| Me

Re: SOT: OOD/Design Patterns and ColdFusion.

2006-05-16 Thread Robert Everland III
I have found that looking through Ray Camden's code gave me more of an understanding of these theories. Ray utilizes objects along with CRUD. Check out Lighthouse, that one I have worked with quite a bit and has really helped my understanding of OOP. Bob ~

Re: remote CF development

2006-05-15 Thread Robert Everland III
I probably have the same cell phone as you and that screen is too small to do what you want, even without using remote desktop. I saw there is an app that allows you to use full screen remote desktop, that would help for times where you need to do an emergency fix, but as for full blown developm

Re: Okay, here's *another* error message I've never seen...

2006-05-12 Thread Robert Everland III
Are you using Microsoft SQL Server? If so are you using the ODBC connector or are you using the built in Microsoft SQL Driver? If both are yes you may want to try the JDBC driver that Microsoft offers. I have done some advanced queries that choked on the datadirect drivers, but worked with Micro

ColdFusion to .Net blog

2006-05-09 Thread Robert Everland III
I am currently converting Ray Camden's Lighthouse application to .NET so that I can learn .NET. Would anyone be interested in reading a blog documentating the steps I have taken and what I have learned? Bob ~| Message: http:

CFComet is alive

2006-05-08 Thread Robert Everland III
I see posts come up all the time about how to access Index Server. I wrote an article on this years ago back in CF 5 when COM objects worked pretty well. I'm not sure how well a lot of these will still work, but I found this by doing an Ego google search on my name. http://cfregex.com/cfcomet/

Re: Web Cam - Race Track

2006-05-04 Thread Robert Everland III
Spending money is definitely a necessity. Depending on traffic a full T-1 may not be enough. Just take a capture of a webcam and compress it down enough so you can see how viewable it will be then multiply that by a portion of their web users to estimate if they have enough bandwidth. You should

Re: CFMX 7.0.1 and MS SQL 2005

2006-04-26 Thread Robert Everland III
SSIS packages should not be foreign to you if you're used to DTS packages. Yes it's a little different, but the interfaces are very similar to the way the old DTS packages were. The only difference would be the editor which made things a bit less user friendly. I'm used to using Visual Studio so

Re: CFMX 7.0.1 and MS SQL 2005

2006-04-26 Thread Robert Everland III
SSIS packages should not be foreign to you if you're used to DTS packages. Yes it's a little different, but the interfaces are very similar to the way the old DTS packages were. The only difference would be the editor which made things a bit less user friendly. I'm used to using Visual Studio so

Re: CFMX 7.0.1 and MS SQL 2005

2006-04-26 Thread Robert Everland III
Actually DTS is still in there, they say that it's limited, but with what we're doing with DTS I haven't had an issue. You can create new DTS packages. We are using the 64 bit version of SQL 2005 and there are some major issues with SSIS. One major show stopper is the fact that an SSIS package w

Re: coupons inc script - convert VB to CF UDF

2006-04-25 Thread Robert Everland III
I have corrected your function, I added in some vars. The mod was definitely going to be an issue, so I just added 1 to it, you were also using the variable m in there and m wasn't used anywhere so I changed that to i, enjoy.

Re: IE ActiveX Patch

2006-04-21 Thread Robert Everland III
It's called SWFObject now, Adobe legal made him take Flash out of the name, even after he asked if he could add "Flash is a registered trademark of Adobe, used with permission." Bob ~| Message: http://www.houseoffusion.com/li

Re: New version of rSession available

2006-04-19 Thread Robert Everland III
I find 16ms hit hard to believe. You could have large caches of information, structures, arrays of structures, and the hit to read and write that information would go up significantly. The only difference between this method and client variables is that you have converted it to wddx before you s

Re: New version of rSession available

2006-04-19 Thread Robert Everland III
I just looked at this code and while it solves a problem it creates another one. You go from using session variables, to using the request variable (try using cferror as a catch all on that scope, at least in cf 6) then you wddx it all to a database. Why not just use client variables to begin wi

Re: searching for online booking system written in CF

2006-04-17 Thread Robert Everland III
Contact me off list, let's see if the product fits your needs, if it does maybe I can donate a copy and get a tax deduction form from you for doing that. Not sure on the specifics of it since I have never done it. Bob Everland

Re: searching for online booking system written in CF

2006-04-17 Thread Robert Everland III
I have a reservation engine I created in CF, it's written to use SQL, but shouldn't be too hard to port to MYSQL now that it supports Stored procedures. http://www.reactivevision.com Bob Everland ~| Message: http://www.house

Re: How can I tell what version of CF a particular site is running?

2006-04-05 Thread Robert Everland III
~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237008 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.

Re: CFEclipse and code colour

2006-03-31 Thread Robert Everland III
You can't change the color to the degree you can in Homesite and you can't bold the code that I know of. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236725 Archives: http://www.houseoffusion.com/cf_lists/th

Re: CF CMS recommendation

2006-03-23 Thread Robert Everland III
Try Farcry, big community and it's open source. So the only needs you will have for a budget will be training and learning the system which you would have to do with any bought system. Bob ~| Message: http://www.houseoffusion

Re: Eclipse issues

2006-03-22 Thread Robert Everland III
This made no difference. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235996 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscr

Re: threerelatedselects - do you can help?

2006-03-20 Thread Robert Everland III
The delay is not very great and you can give input back to the user to let them know you are waiting on data. It's much faster and less bandwidth intensive to do this than to load up all of the data at once. Bob ~| Message: h

Re: Converting a Query to Stored Procedure

2006-03-17 Thread Robert Everland III
There are a few ways you can do this. Either do a subquery so you don't have to pass a list, mark up the list with single quotes already in your list or use cfqueryparam and use the option to say it's a list and it will mark up your data to pass in correctly. Bob ~~~

Re: threerelatedselects - do you can help?

2006-03-17 Thread Robert Everland III
I started looking into this tag and found it much easier to use AJAX. You may want to look into that. Either cfajax or ajaxcfc. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235652 Archives: http://www.houseo

Re: Eclipse issues

2006-03-17 Thread Robert Everland III
I found a post on CFEclipse forum about this. Looks like it's related to the Antivirus scanning network files, it changes the timestamp which causes the file to not synch with Eclipse anymore. I think it's a bug that the Eclipse is working on. Bob

  1   2   3   4   5   >