[ACFUG Discuss] another CFGRID question

2006-11-10 Thread Jeff Howard
can do it using the applet format but the href attribute doesn't seem to work in flash format.   Any ideas or work arounds?     Thanks Jeff Howard - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.ed

[ACFUG Discuss] cftree

2006-12-04 Thread Jeff Howard
e to collapse on 'yes' or collapsed and unable to expand when set to 'no'. Any insight would be greatly appreciated. Thanks in advance. Jeff Howard - To unsubscribe from this list, manage your profile @ http://www.ac

Re: [ACFUG Discuss] cftree

2006-12-04 Thread Jeff Howard
xperience with any custom tag tree controls? Any recommendations if so? Thanks again, Jeff Howard On 12/4/06, Teddy Payne <[EMAIL PROTECTED]> wrote: Here is a flash form way of how AS Fusion handled documents: http://www.asfusion.com/projects/fileexplorer/ I use it to manage my fi

Re: [ACFUG Discuss] cftree

2006-12-04 Thread Jeff Howard
xml format. I appreciate the help though. Thanks again. I truly value the insight everyone here provides. Jeff Howard On 12/4/06, Charlie Arehart <[EMAIL PROTECTED]> wrote: Jeff, a couple places to start to help would be to ask what version of CF you are using, and if CFMX or above, whet

Re: [ACFUG Discuss] cftree

2006-12-04 Thread Jeff Howard
qdata, "dept", m.dept); } select dept,manager,name from qdata order by dept,manager,name /Charlie http://www.carehart.org/blog/ -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Jeff Howard *Sent:* Monday, December 04, 2006 11:

Re: [ACFUG Discuss] cftree

2006-12-05 Thread Jeff Howard
hat's what the list is here for. /Charlie http://www.carehart.org/blog/ ------ *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Jeff Howard *Sent:* Monday, December 04, 2006 3:10 PM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] cftree

Re: [ACFUG Discuss] cftree

2006-12-06 Thread Jeff Howard
Hey there, I have one more question about cftree that I was hoping one of you gurus could help me decide on. I was asked to make it so you do not have to click on the cftree control in IE after loading the page. I've been googling about and it seems like there are quite a few solutions out the

Re: [ACFUG Discuss] cftree

2006-12-06 Thread Jeff Howard
Hey, Figured I'd give it one more shot. Anyone have a link to a solution to have my an ActiveX control (cftree) activitated automatically in IE, please? I found a couple googling them but neither worked properly. Thanks, Jeff On 12/6/06, Jeff Howard <[EMAIL PROTECTED]> wrote:

Re: [ACFUG Discuss] cftree

2006-12-06 Thread Jeff Howard
ought that MS introduced the ActiveX control activation concept because they got sued. Shawn Gorrell Web Development Applications Architect Federal Reserve Bank - Atlanta Office (404) 498-8449 *"Jeff Howard" <[EMAIL PROTECTED]>* Sent by: [EMAIL PROTECTED] 12/06/2006 03:0

Re: [ACFUG Discuss] cftree

2006-12-06 Thread Jeff Howard
ent Applications Architect > Federal Reserve Bank - Atlanta > Office (404) 498-8449 > > > *"Jeff Howard" <[EMAIL PROTECTED] >* > Sent by: [EMAIL PROTECTED] > > 12/06/2006 03:09 PM Please respond to > discussion@acfug.org > >To > discussion@acfug

[ACFUG Discuss] cfqueryparam and NULL attribute SQL Server 2005

2007-03-29 Thread Jeff Howard
Hey all, I'm working on an asset tracking system and once again I've found myself using the CFGRID to be able to edit serveral items at once and then save. In the past week we've migrated to SQL Server 2005. I am having an issue with saving NULL values to the db. I just read Charlie's blog from

Re: [ACFUG Discuss] cfqueryparam and NULL attribute SQL Server 2005

2007-03-29 Thread Jeff Howard
Tom, Syntax error on my part. It is an UPDATE that I'm doing and not an INSERT. The code I provided is the update statement. As far as the old code, it exists in a backup file but is not present at all in the live code. The behavior that the app is displaying is as follows: 1. If I click in

Re: [ACFUG Discuss] cfqueryparam and NULL attribute SQL Server 2005

2007-03-29 Thread Jeff Howard
> wrote: > > While I am not terribly versed in MSSQL, it sounds like it may be > treating the word "NULL" as a varchar or text value? > > > > Troy Jones > > > > Dynapp Support Team > > 678-528-2952 > > [EMAIL PROTECTED] > > [EMAIL PROT

Re: [ACFUG Discuss] regex help

2007-06-05 Thread Jeff Howard
I used to have to do regular expression stuff a lot (and in a language called Vortex/Texis web-script) but haven't lately. My best guess is: REReplace (CGI.Query_String, " ", "+","ALL") or if it is URLEncoded REReplace(URLDecode(CGI.Query_String), " ", "+","ALL") think that'll do it but haven

[ACFUG Discuss] building a variable's name dynamically

2007-06-11 Thread Jeff Howard
Hey all, This may be something perfectly obvious that I'm overlooking but I'm trying to initialize a variable while building the variable name dynamically based on a loop. My code is as follows : Unfortunately, CF doesn't like this code and is thrwoing this error: Invalid CFML cons

Re: [ACFUG Discuss] building a variable's name dynamically

2007-06-11 Thread Jeff Howard
gain. On 6/11/07, Kevin <[EMAIL PROTECTED]> wrote: I am not sure exactly what you are trying to do. But maybe this way will help. Set up a struct first then in your output use then you can access the struct var with customer_po[1] On 6/11/07, Jeff Howard <[EMAIL PROTECTED]&

[ACFUG Discuss] EOLAS fix for ColdFusion Flash Forms

2007-06-15 Thread Jeff Howard
Anyone have a good fix for this problem. The fix I was using is rendering my select/drop downs blank. The one I've been using works fine for regular Flash but doesn't handle Flash forms generated by CF very well. Thanks. Jeff - Ann

Re: [ACFUG Discuss] EOLAS fix for ColdFusion Flash Forms

2007-06-18 Thread Jeff Howard
om -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Jeff Howard *Sent:* Friday, June 15, 2007 2:55 PM *To:* discussion@acfug.org *Subject:* [ACFUG Discuss] EOLAS fix for ColdFusion Flash Forms Anyone have a good fix for this problem. The fix I

Re: [ACFUG Discuss] EOLAS fix for ColdFusion Flash Forms

2007-06-18 Thread Jeff Howard
Ok, so I did this update to my development environment and it did indeed fix the issue with Flash forms. I then approached my boss with the idea of updating the production server and he was apprehensive and asked that I research if this fix created any new issues and if so what they were. So, I

Re: [ACFUG Discuss] CFEclipse question - default project

2007-06-26 Thread Jeff Howard
I just started with cfeclipse myself this past Friday and after having to take the day off yesterday this is only my 2nd using Eclipse. It prompted me to default project location when I started Eclipse and I set it there. I'm sure there is a way to do it in settings as well. Aside from the cost

[ACFUG Discuss] Flash form issue (randomly displaying 2 values in one column)

2007-07-05 Thread Jeff Howard
I'm hoping for a response today but given the amount of traffic I encountered today on the way to work I'm guessing most of you are not working today. If you are at work, it must mean that you're pretty busy and probably don't have time to respond. In any case, my issue is this: I have a Flash

Re: [ACFUG Discuss] Flash form issue (randomly displaying 2 values in one column)

2007-07-06 Thread Jeff Howard
Charlie, I am running version 7,0,2,142559. I almost want to say that this issue arose when I updated but I can't say for certain. I was doing some maintenance on an app that I made several months ago and noticed the issue while resolving a discrepancy in data. On 7/5/07, Charlie Arehart <[E

Re: [ACFUG Discuss] Flash form issue (randomly displaying 2 values in one column)

2007-07-06 Thread Jeff Howard
07/7/6/more_cfeclipse_getting_started_resources> --Blogsigs.com <http://blogsigs.com/>, Link your own blog posts. http://www.blogsigs.com -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Jeff Howard *Sent:* Friday, July 06, 2007 8:41 AM *To:*

Re: [ACFUG Discuss] cffile issue after a migration

2007-07-13 Thread Jeff Howard
ser context which CF runs under doesn't have permissions on the fileserver which you are trying to save the file on. -dhs On July 13, 2007, Jeff Howard wrote: > hey all, > > my sysadmin migrated and application to a new server and now one of my > scripts is acting up. it has to

[ACFUG Discuss] cffile issue after a migration

2007-07-13 Thread Jeff Howard
hey all, my sysadmin migrated and application to a new server and now one of my scripts is acting up. it has to do with uploading a file. i google searched the error message and it appears that others have had the same problem but i couldn't find any posts of a resolution to the issue. any hel

Re: [ACFUG Discuss] cffile issue after a migration

2007-07-13 Thread Jeff Howard
f CF is > concerned. I looked at the account under which CF was running in Windows > machine and that was the issue. It was running under Local account I think > and it needed permissions. That fixed the issue. Perhaps, yours could be the > same problem. > > Ajas. > >

Re: [ACFUG Discuss] cffile issue after a migration

2007-07-13 Thread Jeff Howard
looked at the account under which CF was running in Windows > machine and that was the issue. It was running under Local account I think > and it needed permissions. That fixed the issue. Perhaps, yours could be the > same problem. > > Ajas. > > > On 7/13/07, Jeff Howard &l

[ACFUG Discuss] text editors

2007-07-27 Thread Jeff Howard
Any suggestions on a good text editor to use in my apps. I've been using FCKeditor but it leaves a something to be desired, and seems like even more to be desired the more I use it. - Annual Sponsor FigLeaf Software - http://www.figlea

Re: [ACFUG Discuss] text editors

2007-07-27 Thread Jeff Howard
OTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Jeff > Howard > *Sent:* Friday, July 27, 2007 3:21 PM > *To:* discussion@acfug.org > *Subject:* [ACFUG Discuss] text editors > > > Any suggestions on a good text editor to use in my apps. I've been using > FCKeditor but

Re: [ACFUG Discuss] text editors

2007-07-27 Thread Jeff Howard
OTECTED] > > > > > -- > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Jeff > Howard > *Sent:* Friday, July 27, 2007 4:22 PM > *To:* discussion@acfug.org > *Subject:* Re: [ACFUG Discuss] text editors > > > Fon

Re: [ACFUG Discuss] text editors

2007-07-30 Thread Jeff Howard
;t paste the style sheet > into the document. The method described above will strip them out. > > Sincerely, > > Brooks Wilson > > There is no education like adversity. - Benjamin Disraeli > > Federal Reserve Bank of Atlanta · 1000 Peachtree Street, N.E. · Atlanta > Georg

Re: [ACFUG Discuss] Potential Pseudo Employer Phishers

2007-10-16 Thread Jeff Howard
I received the exact same email and call but from a local recruiter. Not sure where she found my resume, but it was an Atlanta recruiter with Atlanta phone numbers. So it sounds like the position itself is legit, but that does not mean that someone out there isn't phishing for something using a l

[ACFUG Discuss] coding in CF8 dev for CFMX production

2007-11-07 Thread Jeff Howard
Hey all, I'm in the process of installing software on a new laptop that I use for development and was considering installing CF8 but our production box is CFMX 7.02. Does anyone know of any known issues that I might end up regretting taking this approach? Obviously in an ideal situation we'd be

Re: [ACFUG Discuss] coding in CF8 dev for CFMX production

2007-11-07 Thread Jeff Howard
use of this message or its > attachments is strictly prohibited. If you have received this message in > error, please notify the sender immediately and delete this message and all > copies and backups thereof. > > -----Original Message- > From: [EMAIL PROTECTED] [mailto:[

Re: [ACFUG Discuss] coding in CF8 dev for CFMX production

2007-11-07 Thread Jeff Howard
well i think i'm going to give it a shot then. thanks. you'll probably see me on here a lot over the next few weeks then trying to resolve issues that are new to cf8. thanks for the input. On Nov 7, 2007 4:53 PM, John Mason <[EMAIL PROTECTED]> wrote: > CF8 is a real upgrade. There's a ton of gr

Re: [ACFUG Discuss] coding in CF8 dev for CFMX production

2007-11-07 Thread Jeff Howard
question one already. can i import/copy my datasource mappings from 7 to 8 and if so where/how? thanks. On Nov 7, 2007 4:57 PM, Jeff Howard <[EMAIL PROTECTED]> wrote: > well i think i'm going to give it a shot then. thanks. you'll > probably see me on here a lot over t

Re: [ACFUG Discuss] coding in CF8 dev for CFMX production

2007-11-08 Thread Jeff Howard
uld not the bind itself be all that's needed here? > > John Mason > [EMAIL PROTECTED] > 770.337.8363 > > www.FusionLink.com - ColdFusion and Flex hosting > Now offering ColdFusion 8 Enterprise hosting > FREE Subversion hosting > > -Original Message- > From:

Re: [ACFUG Discuss] coding in CF8 dev for CFMX production

2007-11-08 Thread Jeff Howard
errant email send on the last one in any case, I had this code: and I get this error message " Only one of the bind or query attributes can be used on a CFSELECT" the code worked fine in CF7. On Nov 8, 2007 2:56 PM, Jeff Howard <[EMAIL PROTECTED]> wrote: > so i found

Re: [ACFUG Discuss] coding in CF8 dev for CFMX production

2007-11-08 Thread Jeff Howard
rsion hosting > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Howard > Sent: Wednesday, November 07, 2007 5:02 PM > To: discussion@acfug.org > Subject: Re: [ACFUG Discuss] coding in CF8 dev for CFMX production > > > questi

Re: [ACFUG Discuss] coding in CF8 dev for CFMX production

2007-11-08 Thread Jeff Howard
prise hosting FREE Subversion hosting > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Howard > Sent: Wednesday, November 07, 2007 5:02 PM > To: discussion@acfug.org > Subject: Re: [ACFUG Discuss] coding in CF8 dev for CFMX production

Re: [ACFUG Discuss] coding in CF8 dev for CFMX production

2007-11-08 Thread Jeff Howard
John Mason > [EMAIL PROTECTED] > 770.337.8363 > > www.FusionLink.com - ColdFusion and Flex hosting > Now offering ColdFusion 8 Enterprise hosting > FREE Subversion hosting > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J

Re: [ACFUG Discuss] coding in CF8 dev for CFMX production

2007-11-08 Thread Jeff Howard
t; > [EMAIL PROTECTED] > > 770.337.8363 > > > > www.FusionLink.com - ColdFusion and Flex hosting Now offering > > ColdFusion 8 Enterprise hosting FREE Subversion hosting > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL

[ACFUG Discuss] CF 7 zip tag

2007-11-14 Thread Jeff Howard
Anyone have any recommendations for a good zip custom tag for CF 7 (such as cfzip)? I know I'm probably going to get the CF 8 comment but it's out of my hands. thanks, jeff - Annual Sponsor FigLeaf Software - http://www.figleaf.com T

[ACFUG Discuss] CF8 cfgrid

2007-12-28 Thread Jeff Howard
Is there an attribute to cfgrid that I can't find any documentation on to change the color of the highlighted row from the default blue when format is 'html'? I'm using a brown theme on a project and I can change the color of the row that is selected but not the one the mouse is over. Thanks in a

Re: [ACFUG Discuss] CF8 cfgrid

2007-12-28 Thread Jeff Howard
rote: > shouldn't it just be a css attribute? I haven't looked but, you should be > able to view source and see what style is being set to the highlighted row > and then override the css property. > > On Dec 28, 2007 9:03 AM, Jeff Howard <[EMAIL PROTECTED]> wrote:

[ACFUG Discuss] looking for opinions on duplicate form submissions

2008-03-20 Thread Jeff Howard
I'm working on an application where a form is submitted along with various attachments (doc, pdf, xls, etc). Apparently users are submitting the same request several times and I've been asked to address this issue. At first thought, it seemed quick and simple to me, but as I've started working on

Re: [ACFUG Discuss] looking for opinions on duplicate form submissions

2008-03-20 Thread Jeff Howard
h or is nonexistent in the session, > then its a duplicate or out of order submission. > -dhs > > > Dean H. Saxe, CISSP, CEH > [EMAIL PROTECTED] > "Free speech exercised both individually and through a free press, is a > necessity in any country where people are themselves

Re: [ACFUG Discuss] looking for opinions on duplicate form submissions

2008-03-20 Thread Jeff Howard
My first quick fix idea was to run the check, if recordcount GT 0 then throw the form into wddx and put it in a temp table in the db. if user click 'save' pull the info back out and save and delete the wddx record from the temp table. if the user clicks 'cancel', just delete the temp file. this

Re: [ACFUG Discuss] looking for opinions on duplicate form submissions

2008-03-20 Thread Jeff Howard
This is an internal application and js is enabled on all machines and everyone MUST use IE here. The issue here is that the user must be the one to decide if it is a duplicate. I'm merely notifying the user that there is a submission already that looks identical to what they submitted. Then it's

Re: [ACFUG Discuss] looking for opinions on duplicate form submissions

2008-03-20 Thread Jeff Howard
" instead > of the save option. > > Screen 3 > > File uploader. > > Screen 4 > > Thank you ... bla bla ... complete ... > > > Now if you check the db and no possible duplicates then skip screen 2. > > -- > *From:* [EMAIL PROT

[ACFUG Discuss] Anyone ever have this cfinput or cfselect validation issue?

2008-03-27 Thread Jeff Howard
I am coding a form and trying to use the built in CF(MX 7) validations to the CFINPUT and CFSELECT tags. When I submit the form, the js that CF writes is throwing errors (Object expected). The fucntionality is something I've used before and did not have this problem. I was trying to validate ema

Re: [ACFUG Discuss] Anyone ever have this cfinput or cfselect validation issue?

2008-03-27 Thread Jeff Howard
have the virtual directory in place for your cfide file in your > > IIS entry? Or, am I misunderstanding the nature of the problem? > > > > > > > > Troy Jones > > > > *Dynapp Support Team* > > > > 678-528-2952 > > > > [image: tiny-logo-new

Re: [ACFUG Discuss] Anyone ever have this cfinput or cfselect validation issue?

2008-03-27 Thread Jeff Howard
nge, LLC. > 4200 Highlands Parkway SE > Suite A > Smyrna, GA 30082-5198 > > Phone:(404) 605-0100 ext. 10 > Fax:(404) 355-7930 > Web:www.BankersX.com <http://www.bankersx.com/> > Follow this link for Instant Web Chat: > http://www.bankersx.com/Contact/c

Re: [ACFUG Discuss] Anyone ever have this cfinput or cfselect validation issue?

2008-03-27 Thread Jeff Howard
Ok, so upon further review, the sys admin did NOT map CFIDE on the web server. Thanks. - Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edit

[ACFUG Discuss] race condition issue (I think)

2008-04-16 Thread Jeff Howard
I have an application that has the ability to search a bunch of records based on different criteria, i.e. name, date, type etc. The search results can number in the 100s. Today I've been getting emails from my error handling that contains the following error message: Element is undefined in a CF

[ACFUG Discuss] Re: race condition issue (I think)

2008-04-16 Thread Jeff Howard
27; from a structure containing the 'project types'. Sorry to bug ya, but figured I'd let you know that I figured it out before anyone else wasted time on it. Thanks, Jeff On Wed, Apr 16, 2008 at 3:43 PM, Jeff Howard <[EMAIL PROTECTED]> wrote: > I have an application that

[ACFUG Discuss] CFGRID CF8

2008-04-23 Thread Jeff Howard
I was trying to put together a CFGRID as part of a business case to upgrade to CF8 at my company. I've played with it before and have a working example and when I try to recreate it using different component and data I get this message in the CFdebug, "window:*global*: Exception thrown and not cau

[ACFUG Discuss] Re: CFGRID CF8

2008-04-23 Thread Jeff Howard
Ok, after much looking I found an answer to the question in a Forta blog. *Many people in these threads are getting the error listed below: window:global: Exception thrown and not caught (, line 787) The reason for this is because although you are calling a CFC, your are ultimately sending a fu

[ACFUG Discuss] CFMAIL issue

2008-06-23 Thread Jeff Howard
Can anyone tell me where to look if I'm having issues with mail not being sent. I've gone through the Administrator and verified my mail server connection (Connection Verification Successful) but emails are not being sent. I look in the log files and there are no log entries mail.log, mailsent.lo

Re: [ACFUG Discuss] CFMAIL issue

2008-06-23 Thread Jeff Howard
Thanks for the quick responses. Here is the version information: *Server Details * Server Product ColdFusion MX Version 7,0,2,142559 Edition Standard Serial Number CPD700-57133-17219-06784 Operating System Windows 2003 OS Version 5.2 and this is the simple sample code I'm running

Re: [ACFUG Discuss] CFMAIL issue

2008-06-23 Thread Jeff Howard
If the username and password authentication was needed, wouldn't it not work on the development server either? I can talk to the sys admin and try to get them from him. Right now, I think my quick fix is copying the reports to the dev server and get them run so that the execs have their reports a

Re: [ACFUG Discuss] CFMAIL issue

2008-06-23 Thread Jeff Howard
g and exception.log files for the error if > it's now trapped in a cfcatch block. > > If you are sure the template isn't erroring, make sure that mail > logging is turned on in the administrator and check the logs. > > -Cameron > > On Mon, Jun 23, 2008 at 1:09 PM

Re: [ACFUG Discuss] CFMAIL issue

2008-06-23 Thread Jeff Howard
the > messages are defective, or the server is misconfigured they may not resend. > > - Original Message > From: Jeff Howard <[EMAIL PROTECTED]> > To: discussion@acfug.org > Sent: Monday, June 23, 2008 2:51:55 PM > Subject: Re: [ACFUG Discuss] CFMAIL issue > >

Re: [ACFUG Discuss] CFMAIL issue

2008-06-23 Thread Jeff Howard
the > other day. There is a hotfix that addresses the specific issue behind it. > Check the adobe kb for it. > > - Original Message > From: Jeff Howard <[EMAIL PROTECTED]> > To: discussion@acfug.org > Sent: Monday, June 23, 2008 3:05:23 PM > Subject: Re: [ACF

[ACFUG Discuss] cfx_excel

2008-07-09 Thread Jeff Howard
Anyone use this much? I am working on application that I took over and I was asked to make the print headers be built dynamically to more accurately represent what the actual report is. It doesn't look like this functionality is built into the tag but I figued I'd ask the CF masters before ---

Re: [ACFUG Discuss] cfx_excel

2008-07-09 Thread Jeff Howard
-4679 > > > ------ > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Jeff > Howard > *Sent:* Wednesday, July 09, 2008 3:58 PM > *To:* discussion@acfug.org > *Subject:* [ACFUG Discuss] cfx_excel > > Anyone use this much? > &

[ACFUG Discuss] email via CF MX

2008-07-11 Thread Jeff Howard
I am not much of a server admin but I am having an issue with another application I inherited recently. This application is basically a help desk app in which someone enters a ticket into the system and then sends them a confimation email. This works fine as long as the user is on our network, bu

Re: [ACFUG Discuss] email via CF MX

2008-07-11 Thread Jeff Howard
you to get > rejects if something is rejecting the mail. > > I don't know if this is your problem but it's 1 possibility. > > > > - Original Message - > *From:* Jeff Howard <[EMAIL PROTECTED]> > *To:* discussion@acfug.org > *Sent:* Friday, July

[ACFUG Discuss] CF8 & PDFs

2008-08-06 Thread Jeff Howard
I just got out of a meeting and came here to ask the ACFUG while I did some research on my own and coincidentally enough tonight's meeting looks like it is going to cover my exact question. The problem with that is that there is no way that I will be able to attend the meeting tonight. I also saw

Re: [ACFUG Discuss] CF8 & PDFs

2008-08-06 Thread Jeff Howard
t; a PDF document. > > > > Josh > > > > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Jeff > Howard > *Sent:* Wednesday, August 06, 2008 12:06 PM > *To:* discussion@acfug.org > *Subject:* [ACFUG Discuss] CF8 & PDFs > > > &g

Re: [ACFUG Discuss] CF8 & PDFs

2008-08-06 Thread Jeff Howard
s document-dependent which makes it impossible for us to > build the functionality—however, you can still build the functionality > yourself for your own documents). > > > > Josh > > > > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Jeff > Howard > *Sen

[ACFUG Discuss] UPS Tools

2008-10-29 Thread Jeff Howard
I'm developing my first e-commerce solution and the deadline is rapidly approaching. At this point, the main thing I have left is integrating UPS and/or USPS shipping calculator into the app. I've searched around online and everything looks to be fairly old that's out there. Anyone have any good

Re: [ACFUG Discuss] UPS Tools

2008-11-05 Thread Jeff Howard
thing for you since you are > stating that time is critical. > There are numerous ecommerce solutions with built in shipping features, so > maybe you could get with one of their developers for insight. > > RL > > > > On Wed, Oct 29, 2008 at 12:29 PM, Jeff Howard <[

[ACFUG Discuss] cross domain cookie validation

2009-04-15 Thread Jeff Howard
Hey there. I was wondering if anyone has tried or if it is even possible to do cross domain cookie validation. More specifically, I have a client that has changed the scope of a project and while I was just writing a simple login that used third party software to validate and write cookies that w

Re: [ACFUG Discuss] cross domain cookie validation

2009-04-16 Thread Jeff Howard
Hey Mischa, Thanks for the response. I just got off the phone with the client trying to get a clearer description of what he is trying to do. Originally the two applications were supposed to reside on the same server in the same domain. Now the existing CF application will reside on www.domain1.

Re: re[6]: [ACFUG Discuss] cross domain cookie validation

2009-04-16 Thread Jeff Howard
Thanks both of you for the help. I did the cfhttp post and it is returning the info that I needed but now I can't access it. The variable that is coming back that holds the info is named "Set-Cookie". Any ideas how to get around the name here? Here is the page with the response displayed in a c

Re: re[6]: [ACFUG Discuss] cross domain cookie validation

2009-04-16 Thread Jeff Howard
t can you not access? > > Rephrase the question? > > -Cameron > > On Thu, Apr 16, 2009 at 2:51 PM, Jeff Howard wrote: > > Thanks both of you for the help. I did the cfhttp post and it is > returning > > the info that I needed but now I can't access it. The vari

Re: re[6]: [ACFUG Discuss] cross domain cookie validation

2009-04-17 Thread Jeff Howard
for the help. Jeff On Thu, Apr 16, 2009 at 3:25 PM, Cameron Childress wrote: > Ah - yes bracket notation is great for illegal variable names as struct > keys. > > -Cameron > > On Thu, Apr 16, 2009 at 3:07 PM, Jeff Howard wrote: > > Thanks Cameron, you actually answere

Re: re[8]: [ACFUG Discuss] cross domain cookie validation

2009-04-17 Thread Jeff Howard
the most solid approach and seems like it could lead to > > : issues down the road. > : > : Thanks again for the help. > : > : Jeff > > : > : On Thu, Apr 16, 2009 at 3:25 PM, Cameron Childress > wrote: > : Ah - yes bracket notation is great for illegal v

[ACFUG Discuss] antiquated question about upgrade from 6.1 to 7

2009-05-29 Thread Jeff Howard
I'm doing some work for a client that he was wanting done this afternoon for a client of his (got to love the middleman). In any case, I just found out that the version of CF they're using is 6.1 and I need to use the Encrypt and BinaryDecode functions of 7. Anyone have a good work around for thi

Re: [ACFUG Discuss] antiquated question about upgrade from 6.1 to 7

2009-05-29 Thread Jeff Howard
p > them up to 8. > > John > ma...@fusionlink.com > > > > > Jeff Howard wrote: > >> I'm doing some work for a client that he was wanting done this afternoon >> for a client of his (got to love the middleman). In any case, I just found >> out that the ve

[ACFUG Discuss] verity basics and troubleshooting

2009-07-30 Thread Jeff Howard
Hello all. I have not had to use verity to much in my application development and am currently trying to troubleshoot errors in search results for an existing application. I am reading over the documentation on Adobe site now but I thought it might be helpful to hit the group up for any tips. Th

Re: [ACFUG Discuss] verity basics and troubleshooting

2009-07-30 Thread Jeff Howard
04) 605-0100 ext. 10 > Fax:(404) 355-7930 > Web:www.BankersX.com <http://www.bankersx.com/> > Follow this link for Instant Web Chat: > http://www.bankersx.com/Contact/chat.cfm?Queue=MUPPELSCHOTEN > --- *Original Message* --

Re: [ACFUG Discuss] verity basics and troubleshooting

2009-07-30 Thread Jeff Howard
most of your > needs. Thankfully, Adobe will finally put Lucene in CF9 - several of us have > been asking for some time now. > > John > ma...@fusionlink.com > > > > > > Jeff Howard wrote: > >> Hello all. >> I have not had to use verity to much in my

Re: [ACFUG Discuss] verity basics and troubleshooting

2009-07-30 Thread Jeff Howard
a way. Because thats what winners do. > You can't improve what you don't measure. > Quality is never an accident; it is always the result of high intention, > sincere effort, intelligent direction and skillful execution; it represents > the wise choice of many alternatives. > >

Re: [ACFUG Discuss] verity basics and troubleshooting

2009-07-30 Thread Jeff Howard
Ok, thanks again for the help everyone. It was that there was no relation between the Verity search, the keyword and the db query. I have updated the query of the db to contain a column from the verity results and it is functioning properly now. Thanks again, Jeff

Re: [ACFUG Discuss] verity basics and troubleshooting

2009-07-30 Thread Jeff Howard
ntelligent direction and skillful execution; it represents > the wise choice of many alternatives. > > > On Thu, Jul 30, 2009 at 2:56 PM, Jeff Howard wrote: > >> Ok, thanks again for the help everyone. It was that there was no relation >> between the Verity search, t

[ACFUG Discuss] live filtering of search results

2009-11-19 Thread Jeff Howard
Hey everyone, First of all, I'm not that up on AJAX which is what I'm assuming would be the best way to tackle the problem at hand. I have been googling and googling trying to find examples and have not been able to find any so I thought I'd come here to see if someone could point me in the right

Re: [ACFUG Discuss] live filtering of search results

2009-11-19 Thread Jeff Howard
Now, if you are trying to display this information in grid (dynamic > table). This is a combination of using cfgrid and dynamic filtering. Dan > Vega has some good blog posts about using cfgrid. > > http://www.danvega.org/blog/ > > > Teddy R. Payne, ACCFD > Google Talk - ted

Re: [ACFUG Discuss] live filtering of search results

2009-11-19 Thread Jeff Howard
It should be possible though with jquery, again sorry I don't have a good > answer though > > You might want to research jquery and see if the filtering as you type > functionality already exists. > A change event as you type would trigger it. > RL > > On Thu, Nov 19, 2009

[ACFUG Discuss] porting data using wddx

2009-11-20 Thread Jeff Howard
Hey all, I'm trying to do something else new to me. I have an app that I'm trying to send to someone without sending passwords to the db. This is a demo of the app. What I am trying to do is read the needed table into a query, convert the query to wddx and send the app to have them install. Wh

Re: [ACFUG Discuss] porting data using wddx

2009-11-20 Thread Jeff Howard
whelp.htm?context=ColdFusion_Documentation&file=0351.htm > > > -- > *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Jeff > Howard > *Sent:* Friday, November 20, 2009 2:25 PM > *To:* discussion@acfug.org > *Subject:* [ACFUG Discuss] porting

Re: [ACFUG Discuss] porting data using wddx

2009-11-20 Thread Jeff Howard
Thanks, I'll work with it and see what I can get going. Thanks again. On Fri, Nov 20, 2009 at 2:45 PM, Teddy R. Payne wrote: > Jeff, > My code snippet is "as is" as I wrote it ad hoc without testing it against > a live file and off of memory, but the general idea is there. > > Teddy >

Re: [ACFUG Discuss] porting data using wddx

2009-11-20 Thread Jeff Howard
as an xml file, put it on my server and then I am trying to have the application read the xml file through cffile to then deserialize it using cfwddx and then use the resulting query as my psuedo table to run the application against. Do my steps at least sound right? On Fri, Nov 20, 2009 at 2:50

Re: [ACFUG Discuss] porting data using wddx

2009-11-20 Thread Jeff Howard
file to deserialize. On Fri, Nov 20, 2009 at 2:41 PM, wrote: > You can set up a cf page on their side that you can do a post to > it...right after you serialize it > > -- > *From:* ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Jeff > Howar

Re: [ACFUG Discuss] porting data using wddx

2009-11-20 Thread Jeff Howard
o the client is not expecting > a certain behavior. > > Just suggestions though. =) > > > Teddy R. Payne, ACCFD > Google Talk - teddyrpa...@gmail.com > > > > On Fri, Nov 20, 2009 at 2:50 PM, Jeff Howard wrote: > >> Thanks, I'll work with it and see what I

Re: [ACFUG Discuss] porting data using wddx

2009-11-20 Thread Jeff Howard
ns with the >> caveats about where the data is coming from, so the client is not expecting >> a certain behavior. >> >> Just suggestions though. =) >> >> >> Teddy R. Payne, ACCFD >> Google Talk - teddyrpa...@gmail.com >> >> >> >

Re: [ACFUG Discuss] porting data using wddx

2009-11-20 Thread Jeff Howard
ent > value returned from the function came back as a query. > > > > Teddy R. Payne, ACCFD > Google Talk - teddyrpa...@gmail.com > > > > On Fri, Nov 20, 2009 at 3:10 PM, Jeff Howard wrote: > >> I think that is exactly what I am trying to do if I can just fig

Re: [ACFUG Discuss] Re: [ACFUG Community] Quick (and hopefully simple) question about updating a SQL Server table

2006-09-28 Thread Jeff Howard
by field. The error that I get from Enterprise Manager  is invalid data type or length.-dhsDean H. Saxe, CISSP, CEH[EMAIL PROTECTED]"If liberty means anything at all, it means the right to tell people what they do not want to hear."-- George Orwell, 1945On Sep 28, 2006, at 2:36 PM, Jeff H

Re: re[2]: [ACFUG Discuss] Re: [ACFUG Community] Quick (and hopefully simple) question about updating a SQL Server table

2006-09-28 Thread Jeff Howard
s and error. I put the SQL statement generated in the CF error into Enterprise Manager and dissected it field by field. The error that I get from Enterprise Manager is invalid data type or length.-dhsDean H. Saxe, CISSP, CEH[EMAIL PROTECTED]"If liberty means anything at all, it means the ri

  1   2   >