cflogin frustration

2005-09-23 Thread Bob Flynn
Now that we’ve moved to CF7 we are reworking our authentication system and taking advantage of application.cfc. We have written a cflogin block into the onRequestStart function but it does not seem to be setting the user. Here is the code block we have boiled it down to for testing.

exporting a ms sql db

2005-07-16 Thread Bob Flynn
I assume you mean structure, data and all, correct? Have you looked at Aqua Data Studio (ADS)? It's from Aquafold (http://www.aquafold.com/). I have not looked into it's transfer capabilities (since you'll have to deal with the differences between MS SQL and MySQL), but you can connect to both f

RE: Blackberry calendar integration

2005-06-23 Thread Bob Flynn
>So is there a way to make it work directly with blackberry, without >requiring the use of outlook? > No, not that I know of. We generate an email. If the user is using Outlook they can open the attached vCal file and it will automatically add it to their calendar when the choose save and clos

RE: Blackberry calendar integration

2005-06-23 Thread Bob Flynn
> I believe the proper way to do this is to have the CF server CFMAIL > the meeting request as an attachment, but check that Evolution thread > for the issues. This is exactly what we do. We have created a calendar app that allows you to choose the staff to invite from a list when creating an

Re: CF equivalent to php's mysql_insert_id() function?

2005-06-07 Thread Bob Flynn
Thanks, Barney. That's perfect. Bob > > > > SELECT LAST_INSERT_ID() AS id > > > > > You'll want to call this function from within a transaction with your > other queries to ensure it gives you the right result. PHP doesn't > have this requirement, because in PHP you manag

CF equivalent to php's mysql_insert_id() function?

2005-06-06 Thread Bob Flynn
This function returns the last inserted ID in MySQL. I have read the threads about getting it from MS SQL, but that is done in the SQL. Is there a way to do it for MySQL with CFML? Thanks, Bob ~| Logware (www.logware.us): a ne

WOT: but funny just the same.

2005-05-18 Thread Bob Flynn
Yeah, that's good, but what Doctype is he using? Isn't the align attribute deprecated? ;-) >I?m not trying to start a discussion on this. I just thought you guys might >get a kick out of it. > > > >HYPERLINK >"http://ned.bounceme.net/Tattoo2.jpg"http://ned.bounceme.net/Tattoo2.jpg

Re: Fusedoc and Coldfusion Studio

2005-04-13 Thread Bob Flynn
I use the tools that Sandy Clark put together. See http://www.shayna.com/index.cfm?fuseaction=public.tools Bob >Someone knows a free tool to add Fusedoc tags to Coldfusion Studio... > i have only the free tool for DWMX. ~| Find

Re: simple URLs like www.domain.com/go/2345

2005-04-09 Thread Bob Flynn
We did just this thing last year with the help of the good people on this list. If you contact me offline I'll be happy to share the code with you. Bob >Hello ! > > >Basically, I want to be able to use a simple URL that would forward to a >more complex one. >Like when you communicate on paper,

Re: flashservices with virtual domain

2005-04-03 Thread Bob Flynn
Thanks, Dave. We'll give it a shot. Bob >Yes, that's pretty much it. In your case, you probably only have to set up a >virtual directory for JRunScripts as described at the bottom of that >document. > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ > >Fig Leaf Software provides the h

flashservices with virtual domain

2005-04-02 Thread Bob Flynn
I know this has to be a common issue, so I'm surprised I have not been able to find anything more recent on it. We have a shared hosting environment with CFMX6.1 and IIS6. Most of the domains are your standard www.ourdomain.com/account/... There are, however 2-3 virtual domains on the server. I

Re: OT: Homesite enhancement project?

2005-01-14 Thread Bob Flynn
Rob, This is awesome! Has anyone done the same for the Windows build? Yours helps me on my home machine, but work is an XP environment. Bob > For anyone in this situation, I have posted an eclipse "build" of > sorts on my blog that has CFML, PHP, CSS, JS, XML, and SQL support. > Its big 101MB b

cfinclude application.cfm

2004-10-01 Thread Bob Flynn
I'm in a CFMX certification study group and we just ran across a reference to of using CFINCLUDE in your application.cfm file to bring in a different application.cfm file. The example given was that you might do it use one application.cfm as kind of a common library of variables that would be pulle

Re: Setting up Oracle datasource in MX

2004-09-15 Thread Bob Flynn
>-Original Message- >From: Bob Flynn [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 14, 2004 5:37 PM >To: CF-Talk >Subject: Setting up Oracle datasource in MX > > >I understand that you can set up an Oracle datasource on CFMX6.1 without >having the Oracle client

Setting up Oracle datasource in MX

2004-09-14 Thread Bob Flynn
I understand that you can set up an Oracle datasource on CFMX6.1 without having the Oracle client tools installed on the server. I'm not CF server admin, but am trying to walk my admins through it. It is much easier to get them to add a datasource than it is to get them to download a package like t

Re: cldap modifying

2004-09-13 Thread Bob Flynn
Brian, My CFLDAP wiz tells me that you need to identify your separator. I'm not sure that is the problem, but give it a shot. See the example below: DN="#ListName#" attributes="member=#memberID#" separator="$" modifytype="REPLACE" server="your.server.nameOrIP" port="389" username="ad

CFLDAP frustration

2004-08-04 Thread Bob Flynn
I am trying to use cfldap to delete a specific user (kcorrea) from a group BL-BUS-MSIS2005. I ran a query with attribute="memberof" to verify that the user does belong to the group. The user also belongs to several other groups. I want to be able to delete this user from the particular group, while