Re: Any secure data transfer methods avaiable for very large files?

2011-04-21 Thread Kamru Miah
Hi Cameron, Thanks for your comment and everyone else for their suggestions. I shall evaluate all these ideas before deciding up on an appropriate solution for my needs. However, please answer one more question, if at all possible: How about using Amazon S3 (https://s3.amazonaws.com/) for sec

Re: Any secure data transfer methods avaiable for very large files?

2011-04-19 Thread Kamru Miah
Hi Dean, The SFTP and SSH methods you suggested sounds very promising. Is there any products or Coldfusion code example to handle up to 50 GB files available anywhere? Thanks, Kamru ~| Order the Adobe Coldfusion Anthology n

Re: Any secure data transfer methods avaiable for very large files?

2011-04-19 Thread Kamru Miah
Hi Russ, Thanks for your suggestions. The secure file transfer requirement is a regular occurrence for multiple users. I had a look at the SugarSync file upload service and it is only free for up to 5GB for a single user. I have asked the vendor to supply more information for my requirement. T

Re: Any secure data transfer methods avaiable for very large files?

2011-04-19 Thread Kamru Miah
Hi Jenny, Thanks for you reply. Apologies for not answering sooner, as I could not connect to houseoffusion.com last Friday (15/4/2011) for some technical reason. No, I have not thought about VPN. Would that allow an upload of up to 50 GB data from UK and downloaded from another European count

Any secure data transfer methods avaiable for very large files?

2011-04-14 Thread Kamru Miah
Hello, My company requires a mean of up to 50 GB of secure data transfer facility for multiple concurrent users. Does anyone know of any methods/tools/products which will provide the above secure data transfer facility with a Coldfusion front-end please? Thanks in anticipation. Kamru ~

Re: Files Management Question

2010-12-09 Thread Kamru Miah
Thanks It would be nice to display the directory contents using CF to copy, rename or delete non-cfm files - perhaps using cftree?? > >http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_d-e_03.html > > >http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_f_

Files Management Question

2010-12-09 Thread Kamru Miah
Hello, I am using CF8 and would like to know if there is an easy of: - browse the directory structure - view all the files - move a file from one place to another - delete any non-cfm file - rename any non-cfm file Any ideas would be greatly appreciated. Thanks in anticipation. Kamru ~~

Re: How to dispaly flash video in coldfusion pages

2010-07-26 Thread Kamru Miah
Many thanks to everyone who responded to my question. I have downloaded the longtail player and really like it - just what I wanted! However, it seems to only work from the same directory as the calling page. Is there way of placing the player files in /mediaplayer subdirectory and the calling

How to dispaly flash video in coldfusion pages

2010-07-22 Thread Kamru Miah
Hello, Could some please advise me if it's possible to play MPEG video files on Coldfusion 8 pages, perhaps after conversion to Shock Wave Flash (.swf) files? It would be nice to have the user controls like Youtube as well! Thanks in anticipation.

Re: cfgrid display error

2010-01-28 Thread Kamru Miah
The cfgrid display problem has been resolved. The cause was a cfhtmlhead related code Application.cfm, which was interfering with the CFC ajax calls. By excluding the cfhtmlhead code when the CFC call is made, solved the problem. The &cfdebug window did not show the extra cfhtmlhead contents, h

cfgrid display error

2010-01-27 Thread Kamru Miah
Hello, I am new to using cfgrid and tried using a modified tutorial example (e.g. http://tutorial1.learncf.com/). When I run the code, I only get an empty grid (with column names on top row and page number on the bottom row). The &cfdebug shows the query is returning the query data in the grid

Re: What is the best way to design a grid system?

2010-01-25 Thread Kamru Miah
Many thanks for your suggestions. Since SPRY is part of CF8, does it have any equivalent table-edit plugin to do the same as jEditatble? >Regarding the editable table cells, there is a nifty jQuery plugin called >jEditable that can help you accomplish that. > >-- Josh ~

What is the best way to design a grid system?

2010-01-22 Thread Kamru Miah
What is the best way to design a grid system to display monthly income/costs of a project (on a flat-profile basis) running up to 6 financial years (FY)? The cell-entries should be editable (phasing) and saved in a database table as well as update the FY totals column. Each FY is likely to have

Re: Hide Table Coulms

2009-11-26 Thread Kamru Miah
>Nope. Thanks - but I have been able to locate an example of SpryDOMUtils.js library which is part of CF8 and will do exactly the same job as jQuery?? http://labs.adobe.com/technologies/spry/samples/dom_utils/hide_columns.html ~~~

Re: Hide Table Coulms

2009-11-25 Thread Kamru Miah
Thanks for the jQuery suggestion - I think that will work. However, is there built-in function within CF8/Ajax library that may do the same job? > jQuery can do it pretty easily: > > http://www.devcurry.com/2009/07/hide-table-column-with-single-line-of. > html ~~~

Hide Table Coulms

2009-11-25 Thread Kamru Miah
Could someone please advise me what is the best way to show/hide a set of table columns generated from a query, buy toggling a button? Many thanks. ~| Want to reach the ColdFusion community with something they want? Let them kn

Using cfselect bind features to dynamically produce list

2009-11-17 Thread Kamru Miah
I have a form which uses 2 functions /queries (rooms and users) that are used to produce a large number of select lists to be assigned to a number of hardware devices. Is it possible to use the CF8 cfselect bind features to improve the page load time by dynamically building the select lists of

Re: query object error

2009-06-30 Thread Kamru Miah
Thanks - problem solved (and simpler than StuctUpdate, too!) :-) > ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/gr

Re: query object error

2009-06-30 Thread Kamru Miah
I just realised that the 'role' query form a include file is returntype="struct", and not returntype="query" - dah! So now the question is, how do I insert a value to the 'positions' cell of the structure, please? >Could you show more of your code. This works for me. > >Oh and you don't need

query object error

2009-06-30 Thread Kamru Miah
I am using CF8 and I have a query object (with 1 record) called 'role' with the following 4 column names: groups, positions, role and teams. I wish to work around a problem by inserting a value ('homeCla') to the 'positions' column/cell. Using gives me the following error (note that cfdump d

Re: Hex Number Formatting

2009-01-08 Thread Kamru Miah
John, that's simpler than I thought! Many thanks. :-) >Replace(RJustify(yourHex, 3), " ", "0", "all") ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclic

Hex Number Formatting

2009-01-08 Thread Kamru Miah
Hello, I have requirement to use only 3-char to represent value above 999, so I decided to use FormatBaseN() function convert the number to hex (i.e. FFF will give upto 4096), but I can no longer use NumberFormat() to add leading zeros. Please let me know of any simple method/function to do this

How do you import data from Informix to MS-SQL tables?

2008-11-19 Thread Kamru Miah
Hello, I have been asked to amend the SQL functions of a ColdFusion application, after transferring the underlying tables from IBM Informix to Microsoft SQL tables (for performance reasons). I have already tried to import the daily backup text files having pipe (|) as column delimiters, but si

Re: ColdFusion + SVNkit

2008-11-12 Thread Kamru Miah
Thank you for your suggestion, Tom. > You could just cfexecute the svn command line client, and parse it's > XML responses (--xml argument). > Bound to be easier than trying to work the Java interface. Since my post, I have already tried cfexecute method, but it's extremely slow when looping th

ColdFusion + SVNkit

2008-11-11 Thread Kamru Miah
Has anyone used the SVNkit (http://svnkit.com/) and can advise me how to interface ColdFusion (to obtain log messages from Subversion)? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get t

Viewing Subversion Log from ColdFusion 8 form

2008-11-10 Thread Kamru Miah
Hello, I am new to Subversion and use TortoisSVN for Windows. I have been asked to provide a view of all the Commits awaiting deployment using a ColdFusion 8 form. Can anyone please advise me how to run the log command from CF8? Thanks in anticipation. Kamru ~

Coldfusion and Prototype/Ajax.Updater

2008-07-29 Thread Kamru Miah
I have a need to use Ajax function to check if there exist a conflicts (by calling a SQL query function) when an user enters a booking date in an input box. I am told that Prototype/Ajax.Updater (http://www.prototypejs.org) is most suitable as it's compatible with old browsers. Can anyone sugge

Re: Formating text within textarea

2008-07-16 Thread Kamru Miah
Display correction: "other HTML characters, such as '\–' (& + ndash).. > The problem seems to combining the text with HTMLEditFormat to display > the contents and other HTML characters, such as '–' in the text > that was added by the editor toolbar. How do I strip those out, > without knowing w

Re: Formating text within textarea

2008-07-16 Thread Kamru Miah
The problem seems to combining the text with HTMLEditFormat to display the contents and other HTML characters, such as '–' in the text that was added by the editor toolbar. How do I strip those out, without knowing what other types may be added by the users? Ideally, there should be a way of di

Formating text within textarea

2008-07-15 Thread Kamru Miah
I am using a toolbar editor to save text from a textarea into a table. When I display the text in the same textarea, I get chars for paragraphs. Using ReReplace with chr(10) doesn't work. Could someone tell me how to display new paragraphs within a textarea, please? ~

Date and Time Validation

2008-07-11 Thread Kamru Miah
Please let me know how to validate time input in HH:MM format (i.e. not HH:MM:SS). I am using CF8. Thanks a bunch! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://

Re: cffile error: String index out of range: -1

2008-07-10 Thread Kamru Miah
I guess this is a rear error (due to unknown mimetype of file?), but can someone tell me how to handle when cffile error, so that user gets a meaningful message? ~| Adobe® ColdFusion® 8 software 8 is the most important and dram

cffile error: String index out of range: -1

2008-07-10 Thread Kamru Miah
While using cffile upload, I seems to be getting 'String index out of range: -1' after the file is placed in the application directory. All the required parameters are given as stated in the docs. Could someone please advise me what the above error means? The code is given below: -- ~

Re: List Comparison

2008-07-09 Thread Kamru Miah
Thanks to all those to responded. The ListDiff and ListInCommon UFDs seems to have solved my problem:) Kamru > Could some one please advise me how to compare two lists of Ids > (oldList, newList) and decide which Ids have been added or deleted (in > the newList compared to oldList) but ignore a

List Comparison

2008-07-08 Thread Kamru Miah
Could some one please advise me how to compare two lists of Ids (oldList, newList) and decide which Ids have been added or deleted (in the newList compared to oldList) but ignore any item that are unchanged? Many thanks, Kamru

Re: Stopping Vacation Messages on BCC'd emails

2008-07-07 Thread Kamru Miah
you built >into your email server, or a built-in one? > >Thanks! > >Dan > >Kamru Miah wrote: >>> ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Fre

Re: Stopping Vacation Messages on BCC'd emails

2008-07-02 Thread Kamru Miah
In my company we add '' after the tag and the email server is 'told' to avoid sending any vacation messages ... >Is there a way to get my mail server NOT to send a vacation message when >I'm BCC'd on an email? Is there some sort of email header I can inject >with CFMAILPARAM? (We use Exchan

Re: How do you setup an empty structure

2008-06-25 Thread Kamru Miah
>By putting type="struct" you force the variable to be a struct, else an >error would be thrown. >By setting de default value to an empty string, you invoke that error. > >This should work: > > > > > >> Could someone please explain why I get 'Invalid parameter type' error for >> the cfparam below i

How do you setup an empty structure

2008-06-25 Thread Kamru Miah
Could someone please explain why I get 'Invalid parameter type' error for the cfparam below in Mozilla (used by some of my users), but not in Firefox? What is the alternative that will work in both browsers? Thanks ~| Adobe®

Re: Multi-dimentions Arrays

2008-06-11 Thread Kamru Miah
they help wrap your brain around the concepts. > >On Tue, Jun 10, 2008 at 7:04 AM, Kamru Miah <[EMAIL PROTECTED]> wrote: >> ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Multi-dimentions Arrays

2008-06-10 Thread Kamru Miah
Hi, I am new to developing code with multi-dimensional arrays (or structures). Could someone please advise me how to implement the following 4-level loops to store the financial values (for outputting at a later stage)? --- Loop by projNo Loop by finYear Loop by account type (4 types)

Re: Can ColdFusion detect if Flash is available?

2008-05-22 Thread Kamru Miah
If you use JavaScript to detect Flash, can you use CF to detect if JavaScript is enabled in the use's browser? If you cannot get CF to detect and/or enable JavaScript then I suggest one is developed? Kamru >This is my favorite Flash detection JavaScript > >http://code.google.com/p/swfobject/ > >

Re: cfinput autosuggest froma database query

2008-04-29 Thread Kamru Miah
>Can I also suggest you migrate your Application.cfm to Application.cfc >and begin to reap some new features it offers as well. Thanks Andrew - I shall bear that in mind in my next new application. Kamru ~| Adobe® ColdFusion® 8

cfinput autosuggest doesn't work with mozilla

2008-04-29 Thread Kamru Miah
Dear All, I had the cfinput with autosuggest working with a database query just fine (in Firefox), until I was told a lot our users are still using the old Mozilla 1.7.12 browsers. So, when I tested the above, it doesn't work any more - the cfc doesn't return any query results! I also noticed th

Re: cfinput autosuggest froma database query

2008-04-28 Thread Kamru Miah
Yes, I have tried an array to start with but changed it to string afterwards - no difference. However, I realised !DOCTYPE was in my Applications.cfm, so excluding that from not to affacting staffData.cfc seems to have resolved the problem. Thanks for your suggestion. ~~~

cfinput autosuggest froma database query

2008-04-28 Thread Kamru Miah
Hi everyone, I am trying to use a cfinput autosuggest from a database query via a CFC. The code example is given below. The CFC returns a list, but it doesn't get populated to a drop-down list (but it does if I hard-coded a list!). Any idea why? Kamru -- index.cfm: --- staffData.cfc:

cfinput autosuggest css errors

2008-04-23 Thread Kamru Miah
I am new to CFINPUT Test CSS Errors (lots of similar erros): Warning: Unknown property 'zoom'. Declaration dropped. Source File: http://devservc/CFIDE/scripts/ajax/resources/yui/yui.css Line: 133 ~| Adobe® ColdFusion® 8 sof