RE: ColdFusion and Microsoft Excel

2006-11-27 Thread Ryan Sabir
SpreadsheetML might be the best way to do this. The quick and easy way to create a SpreadsheetML file is to create a mockup of your spreadsheet in Excel, then save it as XML. This creates an XML file with all the formatting you need. All you need to do is recreate that file with dynamic data,

RE: Enterprise manager

2005-12-12 Thread Ryan Sabir
I think what you need to do is create another alias to the same server using the Client Network Utility and add the alias to Enterprise Manager, rather than the actual server. Then you can have multiple aliases with different login details pointing to the same server. Bye! -Original

Re: [OT - JS] onsubmit state

2005-05-11 Thread Ryan Sabir
In the onClick handler for the button, you can refer to the 'this' object, or pass it to a function. 'this' will always refer to the button that was clicked. Can't do the same with onSubmit though. Maybe you could set a javascript variable using the 'this' object on the onClick, and pick up that

CF Server not installing

2005-04-24 Thread Ryan Sabir
I've got a fresh install of Windows 2003 Server, with service pack 1 installed. Trying to install CFMX now and its just not starting. The install completes without any errors, but when I go to the CF Administrator page I get a Cannot find server or DNS Error error message, but html files get

Re[2]: CrystalTech does not like negative comments!

2005-03-31 Thread Ryan Sabir
Not sure about CrystalTech's security on shared servers.. but last time I was on a shared server, using CFDIRECTORY I able to merrily traverse everyone elses sites on the same server as me.. I think if security is even a small concern you should not be looking at a shared service... FWIW, I have

RE: Securing PDFs in CF

2005-02-18 Thread Ryan Sabir
1) Move the PDFs to a non-web accessible directory 2) Server them up via a CFM file using CFCONTENT 3) Make sure the CFM is password protected One problem with this that we found... The PDF's no longer stream down to the users browser.. the user has to wait for the entire file to download

Verity searching a database table

2004-12-14 Thread Ryan Sabir
, that perhaps can be done incrementally? I've been looking for info online about this, but it seems pretty sparse... thanks, bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http

Re: Yellow fields

2004-11-15 Thread Ryan Sabir
The Google Toolbar colours auto-fill fields in yellow if it thinks it can fill them... Do you have that installed? Tuesday, November 16, 2004, 3:17:47 PM, you wrote: GR Hello yall! GR Can anyone explain why certain input text fields appear with a yellow GR background in Internet Explorer even

Re[2]: Yellow fields

2004-11-15 Thread Ryan Sabir
You can then click the 'Auto-Fill' button in the Google toolbar to fill those fields... if you have provided the information that is... This was the bane of my life on one particular project... as there was a field named 'Country' in a drop down select box. If you selected 'Other' it would pop

RE: Max 2003 Conference Photo

2004-04-22 Thread Ryan Sabir
The original pics are here: http://www.macromedia.com/macromedia/conference/ Similar style, but definately a different photo... -Original Message- From: Cathy Taylor [mailto:[EMAIL PROTECTED] Sent: Thursday, 22 April 2004 11:34 PM To: CF-Talk Subject: Max 2003 Conference Photo This is

Posting XML in CF 5

2004-03-30 Thread Ryan Sabir
a few pointers.. thanks, bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig [Todays Threads] [This Message] [Subscription] [Fast

SQL grouped query help

2004-03-28 Thread Ryan Sabir
... thanks... --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: CFHTTP: died in 6.1?

2004-02-22 Thread Ryan Sabir
a problem. --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe

SQL Server training

2004-02-18 Thread Ryan Sabir
, stored procs, views... Can anyone vouch for this or any other SQL Server course? thanks, bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer

Re[2]: SQL BAK Files

2004-02-16 Thread Ryan Sabir
/actionpackus.aspx bye --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe

Re: OT: Windows NT source code

2004-02-12 Thread Ryan Sabir
(); RRask_for_login(); RRignore_login_let_anyone_in(); RRstart_network(); RRwhile(1) RR{ RRbreak(); RRrun_slow(); RRleek(ram); RRuse_full_resources(CPU); RR} RR } RR :-o --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02

Re: OT: option id

2004-02-09 Thread Ryan Sabir
When I've needed to do this, I've encoded both values in the VALUE attribute, e.g. select name=modelname option value=Pl23_23P123/option /select then use CFSET theValue = ListGetAt(Form.modelname,1,_) CFSET theID = ListGetAt(Form.modelname,2,_) On your processing page. But there might be a

Re: Animated Gifs on the fly

2004-01-14 Thread Ryan Sabir
on the fly? I know CFX_Image will not do it MD while Fireworks will using its undocumented JSAPI. Anything else that can be MD called using CFOBJECT or CFEXECUTE? MD Thanks --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02

Ektron CMS

2003-12-10 Thread Ryan Sabir
the CF integration like? thanks, bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig [Todays Threads] [This Message] [Subscription

Re: CFMX JRun Servlets - Help!

2003-11-16 Thread Ryan Sabir
Heya Will, Are you running Enterprise or Standard? Unless you are running Enterprise, then you can't use the included JRUN server to serve anything but Cold Fusion templates... or thats what I understand anyway... What problem are you having, are they license violation errors? bye Monday,

CF on Linux

2003-11-13 Thread Ryan Sabir
at if RedHat 7.3, running Tomcat. A client has specifically requested this config.. is it sensible? I've noticed that Tomcat isn't officially supported by MM, though they have a few technotes on the install process. Thanks, bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St

Re[2]: CFFILE BUG CF5.0 (DEADLOCK)

2003-11-13 Thread Ryan Sabir
Heya, Not sure how much data is in the file, but is it possible to build the output file in memory, then write it all at once, instead of appending to it? bye Friday, November 14, 2003, 7:26:50 AM, you wrote: CM I am already using a exclusive CFLOCk around the CFFILE and it still does it from

Re:(CF 6 reliability) from Re: Memory Leak on Win2k/CMX6.1

2003-11-03 Thread Ryan Sabir
Hi all, I have recently installed CFMX 6.1 in a high traffic production environment, and I can say that I haven't experienced this memory leak problem. I am getting quite a few deadlock errors and service too busy error, but I suspect thats an issue with the questionable code that we inherited.

CFMX 6.1 install

2003-10-16 Thread Ryan Sabir
to at the :8500 port number to the end of the URLs to see them. thanks, bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig [Todays Threads

CF Forum 2000

2003-10-16 Thread Ryan Sabir
data available to read errors. Should I be looking for different forum software? Or re-write the code myself? Has anyone done an optimisation job on the CFFORUM code and can give a few pointers on where the bottlenecks are? thanks, bye! --- Ryan Sabir Newgency Pty Ltd 2a

JRun closed connection

2003-10-08 Thread Ryan Sabir
after a few hours. I've updated the JDBC drivers to the one supplied my Microsoft.. does anyone know other reasons why this might be happening? Its running CFMX 6.1 on a Win 2003 Server. Thanks... --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia

Windows 2000 or 2003 Server?

2003-10-02 Thread Ryan Sabir
? thanks, bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Hosting at CrystalTech or EdgeWebHosting

2003-09-28 Thread Ryan Sabir
Hey all,I remember some talk a while ago about some of you guys who werehosting with CrystalTech. How have they been lately? Most of thereviews I find about them say they are really good. I'm thinking ofmoving a high volume site over there.I'm also looking at another company called EdgeWebHosting

OT: List email format

2003-09-22 Thread Ryan Sabir
my COLD DEAD HANDS! bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig

Re: New Macromedia.com launched!

2003-03-05 Thread Ryan Sabir
I went into the accessibility section, and turned on the HTML version which is much faster and therefore more useful for my main need for the site, which is looking up support and product information... you don't have to twiddle your thumbs for 10 seconds every time you go back to the home page.

Scheduled task issues

2003-02-25 Thread Ryan Sabir
there be a problem with having a schedule that runs so frequently? Are there any other ways to schedule a task to run once per minute? Thanks, bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512

SQL sub sort

2003-02-04 Thread Ryan Sabir
by visiting my web site). bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig

RE: all records deleted from table

2003-02-04 Thread Ryan Sabir
Are you type checking the variables that get passed into your queries? If those variables came from a form submission or a URL parameter it would be simple for a malicious user to hack some code into those queries that can delete all the data.. Could this have been caused by a naughty hacker?

RE: Time Required for Updating DB

2002-10-08 Thread Ryan Sabir
with more interesting problems! bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig -Original Message- From: Srimanta [mailto

RE: CF Mail Problem..

2002-10-01 Thread Ryan Sabir
Thats how CFMAIL is supposed to work when you pass a query to it. What you should do is use a CFLOOP query=queryname inside your CFMAIL content section to output the data you need in the table. bye! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney

RE: SQL Text question from a beginner

2002-10-01 Thread Ryan Sabir
The TEXT datatype should be as easy to use as the VARCHAR datatype you were using earlier... simply change the type of the field to TEXT and suddenly it will hold as much text as you want. --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph

RE: CF Query to XML

2001-06-25 Thread Ryan Sabir
Converting it to a string using CFWDDX and then writing it to a text file will achieve basically that... Or were you after something more sophisticated? -Original Message- From: Jay E Wigginton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 26 June 2001 3:27 PM To: CF-Talk Subject: CF Query

RE: Image uploader from a Mac to a cf/win2K server

2001-06-15 Thread Ryan Sabir
Macs generally have a problem with this, when uploading images through a browser they mash up the resource fork and data fork of the file, resulting in a corrupted GIF or JPG. There's an article here about it: http://lookclose.com/learnmore/faqs/macieuploads.htm You can download the utility to

RE: Hack Advice - Break a CF Query

2001-06-06 Thread Ryan Sabir
Haha worked it out.. I initially was a bit stumped as to what you wanted and then I worked it out.. and then was intrigued trying to break ODBC by submitting something... try this... submit a [ (open square bracket) to the query, that should break it.. not sure why though seeya!

RE: Hack Advice - Break a CF Query

2001-06-06 Thread Ryan Sabir
??? ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Ryan Sabir [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 9:03 PM To: CF-Talk Subject:RE: Hack Advice - Break a CF Query Haha worked it out.. I initially was a bit stumped

Parsing a qualified list

2001-06-04 Thread Ryan Sabir
way in Cold Fusion to parse this line as a list, and take into account the text qualifiers? I'm sure this is a very common need for developers... seeya! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile

RE: how do i send an attachment?

2001-05-31 Thread Ryan Sabir
If the user browses the file locally, then the Cold Fusion server will not be able to see it. You will have to first use CFFILE action=Upload blah blah to save it from the client's browser to the server hard drive, then use the MIMEATTACH attribute to link it to CFMAIL using its path on the

RE: cffile DOES NOT WORK!!!

2001-05-31 Thread Ryan Sabir
This should be straightforward as I've done similar things before... are you able to post your code to the list, both the Upload page and the CFFILE page... just stick it in the body of the email and let us look over it. -Original Message- From: S R [mailto:[EMAIL PROTECTED]]

RE: Is this an Access limitation ?

2001-05-31 Thread Ryan Sabir
Could it be that you need to 'PreserveSingleQuotes()' in the SQL statement i.e. CFQUERY name=getstuff datasource=ACCESSDATABASE SELECT item_id FROM inv_mast WHERE partnumber NOT IN(#PreserveSingleQuotes(QuotedValueList(getproducts.partnumber))#) AND manufacturer_id = 4 /CFQUERY I've

Executing a CF page

2001-05-28 Thread Ryan Sabir
in 5 seconds time, which then removes itself from the schedule, but that seems a little messy.. any better way? --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com

RE: IE4.5 Mac form problem issue! Help.

2001-05-28 Thread Ryan Sabir
Have you tried changing the name of the button to something other than 'button'.. There might be some strange reserved word browser issues going on... -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 29 May 2001 1:51 PM To: CF-Talk Subject: IE4.5 Mac

RE: Dynamic loop variables (or embedded #)

2001-05-27 Thread Ryan Sabir
Probably the best way to do it would be using the Evaluate() funciton: cfif isdefined(form.go) cfloop index=loopitem from=1 to=3 cfoutput #Evaluate(form.input loopitem)# !--- should be the right syntax --- /cfoutput /cfloop /cfif -Original Message- From: Clare

RE: Dynamic Queries (RecordCount)

2001-05-22 Thread Ryan Sabir
Can you use integers as variable names? I would think not... Is there any way you can make queryName into something like q21 instead of just 21? -Original Message- From: Steve Reich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 23 May 2001 9:07 AM To: CF-Talk Subject: Dynamic Queries

CFMAIL HTML and text

2001-05-22 Thread Ryan Sabir
the HTML as a file using some type of CFMAILPARAM ? thanks... --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig

RE: What a task!

2001-05-20 Thread Ryan Sabir
Director? I thought not. seeya! --- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig -Original Message- From: Raymond B. [mailto:[EMAIL

RE: Multiple CC in CFEmail

2001-05-17 Thread Ryan Sabir
Do you mean CFMAIL ? Just separate the addresses with commas. seeya! -Original Message- From: Chiraporn [mailto:[EMAIL PROTECTED]] Sent: Friday, 18 May 2001 1:13 PM To: CF-Talk Subject: Multiple CC in CFEmail Is anyway to have a multiple cc sent email by using CFemail ? Any