Re: Spacey img src - sorta OT

2006-05-27 Thread Philip K. Dunn
Disregard thread, please. I found script processing of img file on server which caused the grief. - Original Message - From: Philip K. Dunn [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, May 26, 2006 9:28 PM Subject: Re: Spacey img src - sorta OT |I did

Spacey img src - sorta OT

2006-05-26 Thread Philip K. Dunn
I am trying to serve image files with spacey names (Fun Picture.jpg) and they do not display with img src=. They come up with the %20 for the space, and show a clean space in Properties. Is there not a CF function that deals with this? I seem to have solved this before but the old gray cells

Re: Spacey img src - sorta OT

2006-05-26 Thread Philip K. Dunn
: Bruce Sorge [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, May 26, 2006 8:32 PM Subject: RE: Spacey img src - sorta OT | Have you considered using URLDecode? | | -Original Message- | From: Philip K. Dunn [mailto:[EMAIL PROTECTED] | Sent: Friday, May 26, 2006 7:58 PM

Javascript image reorder package

2006-05-22 Thread Philip K. Dunn
Anyone know of a javascript package available to re-order images on-screen? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241146 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

Re: Server Backup Solutions

2006-05-22 Thread Philip K. Dunn
For years I have been backing up to hard drives on the data server (NT/SQLS7) and then distributing those files (.bak) to other servers using scheduled ftp or PCAnywhere sessions. I maintain a 4 day rotation in different directories. I am not as diligent with transaction files only maintaining

CFExecute in CF5 - trying to run VBS

2006-05-15 Thread Philip K. Dunn
I try this cfexecute timeout=10 name=d:\photos\brightness.vbs arguments=10/cfexecute I get NT error 193. cfexecute timeout=10 name=d:\photos\brightness arguments=10/cfexecute and get NT error 2. This: cfexecute timeout=10 name=c:\winnt\system32\command.com arguments=d:\photos\brightness.vbs

Re: CFExecute in CF5 - trying to run VBS

2006-05-15 Thread Philip K. Dunn
to run vbs files. | | M!ke | | -Original Message- | From: Philip K. Dunn [mailto:[EMAIL PROTECTED] | Sent: Monday, May 15, 2006 4:08 PM | To: CF-Talk | Subject: CFExecute in CF5 - trying to run VBS | | I try this | | cfexecute timeout=10 name=d:\photos\brightness.vbs | arguments=10

COM object return

2006-04-29 Thread Philip K. Dunn
I am trying to use a COM object (Shotgraph) function which sets a parameter variable within the object. The question is: can CF5 determine the return value of the function variable. Example: cfSet g=CreateObject(COM,shotgraph.image) cfset x=g.gettextdimensions(This is string to measure,w,h) w

Re: COM object return

2006-04-29 Thread Philip K. Dunn
| I suspect you will not be able to use this COM object directly from CF, | unless it has alternative properties and methods that you can directly | address from within CF. Thanks Dave. All the outbound calls succeed using CF calls to this particular COM obj - it is a problem reading the