Case Sensitive SQL

2009-06-13 Thread Arsalan Tariq Keen
it case-sensitive. I know I can use encrypt function but I just want to do it in plain CF. Regards, Arsalan Tariq Keen WiMAX Integration Engineer Motorola Networks | Pakistan ~| Want to reach the ColdFusion community with something

Re: User Authentication without Session Expiration

2009-06-13 Thread Arsalan Tariq Keen
I suggest, you keep the credentials encrypted or decrypted as you wish, but keep them on the Application server in the session scope and for the browser thingeee use a simple cookie to maintain the heartbeat. You can use a cookie by the name 'logedin' and set its value true. Every time a

Re: Case Sensitive SQL

2009-06-15 Thread Arsalan Tariq Keen
Thanks Peter, Roger, Claude and Shane :) well I am using encryption and I do agree MS Access is only good for small personal works and not for medium or large scale applications. Besides, I have another small query, when I use the GROUP BY clause with MS Access it gives the error something

Re: Case Sensitive SQL

2009-06-15 Thread Arsalan Tariq Keen
Guys this is my working query... cfquery name=sites_data datasource=data SELECT id, site, far_end, site_type, phase, lat, long, cluster AS clust, city, region, sites_status FROM sites WHERE site IS NOT NULL cfif IsDefined(form.site) AND form.site IS NOT ''AND

Re: Case Sensitive SQL

2009-06-15 Thread Arsalan Tariq Keen
I add it at the end of the query, after the ORDER BY clause. Although I have tried adding it right after the WHERE clause and just before the ORDER BY clause as well... but hard luck :) -- From: Claude Schneegans schneeg...@internetique.com Sent:

Re: Case Sensitive SQL

2009-06-15 Thread Arsalan Tariq Keen
From: Jochem van Dieten joch...@gmail.com Sent: Monday, June 15, 2009 12:15 PM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Case Sensitive SQL On Mon, Jun 15, 2009 at 4:56 PM, Arsalan Tariq Keen wrote: � � � �SELECT id, site, far_end, site_type

Railo and Coldfusion Reports

2009-06-20 Thread Arsalan Tariq Keen
Hey Guys, Does Railo support the ColdFusion Reports made using ColdFusion Report builder (.cfr format)?? If not, then is there any alternate for that in Railo? Regards, Arsalan ~| Want to reach the ColdFusion community with

Re: Railo and Coldfusion Reports

2009-06-21 Thread Arsalan Tariq Keen
Is this a non-Railo mailing list or we have just ran out of skills on this one??? :) anyways my country just won the T20 Cricket World Cup! :D -- From: Arsalan Tariq Keen arsalk...@hotmail.com Sent: Saturday, June 20, 2009 12:59 PM To: cf

Re: Open source ColdFusion again

2009-06-23 Thread Arsalan Tariq Keen
You can use the following project at Riaforge for CFAJaxproxy I guess AjaxProxy Author: Dave Shuck Last Updated: July 3, 2008 4:04:54 PM EDT Custom tag and associated library that will functionally emulate CFAJAXPROXY for non-CF8 engines --

Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Arsalan Tariq Keen
about part 'a' railo 3.1 with resin does work as an NT Service. There comes a small batch file with I guess.. and if you run it, it creates a NT service... I m saying this because I am using Railo 3.1 with Resin as a service under Win XP SP3 :)

Re: Coldfusion + MVC Framework

2009-06-27 Thread Arsalan Tariq Keen
Hey Priya, It's good you want to try google groups :) but I would really advise you to try and clear your question here... since we have some real good CF champs here who give real good advices :)) Regards, Arsalan -- From: Priya Koya

Inventory Management System

2009-06-29 Thread Arsalan Tariq Keen
Guys, Is there any Open source Inventory Management System available in ColdFusion or does any one has any experience with Inventory Management Systems, who could give me guidelines or some links to better understand how to implement a nice workabble Inventory Management System? Regards,

Re: Inventory Management System

2009-06-29 Thread Arsalan Tariq Keen
yes I did check RiaForge.org but couldn't find anything useful. I basically have to work on an inventory management system, the idea is simple... a Warehouse which is used to kept equipment stock ... then requests are made for shipment either to or from the warehouse does it clear the

Re: Inventory Management System

2009-06-29 Thread Arsalan Tariq Keen
: Arsalan Tariq Keen arsalk...@hotmail.com wrote: yes I did check RiaForge.org but couldn't find anything useful. I basically have to work on an inventory management system, the idea is simple... a Warehouse which is used to kept equipment stock ... then requests are made for shipment either

Using iText with CFML for PDF forms

2009-07-02 Thread Arsalan Tariq Keen
Hi Guys, Does anyone has any experience of populating PDF forms using iText. And can we use iText with ColdFusion as well? Regards, Arsalan ~| Want to reach the ColdFusion community with something they want? Let them know

Re: Using iText with CFML for PDF forms

2009-07-02 Thread Arsalan Tariq Keen
Yes guys, I have am aware of the cfdocument and the new cfpdfform tags... although I havent used them for this purpose yet I m pretty sure they do any awesome job bcoz without a shadow of a doubt I feel Adobe CF is the best CF implementation :) Having said that my problem is that I

Re: Using iText with CFML for PDF forms

2009-07-03 Thread Arsalan Tariq Keen
come on guys ... doesn't anyone here has answer to my problem?? -- From: Leigh cfsearch...@yahoo.com Sent: Friday, July 03, 2009 8:25 PM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Using iText with CFML for PDF forms Paul Hastings wrote:

Re: Using iText with CFML for PDF forms

2009-07-03 Thread Arsalan Tariq Keen
are populated by people with Railo experience. But that's just a guess. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/7/3 Arsalan Tariq Keen arsalk...@hotmail.com: come on guys ... doesn't anyone here has answer to my problem

Re: Using iText with CFML for PDF forms

2009-07-04 Thread Arsalan Tariq Keen
, Arsalan Tariq Keen wrote: Does anyone has any experience of populating PDF forms using iText. AcroForm or XFA? Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~| Want to reach the ColdFusion community

Re: Using iText with CFML for PDF forms

2009-07-04 Thread Arsalan Tariq Keen
-talk@houseoffusion.com Subject: Re: Using iText with CFML for PDF forms Arsalan Tariq Keen wrote: come on guys ... doesn't anyone here has answer to my problem?? it was already answered on the railo list (here previously). itext is distributed w/railo. it powers it's cfdocument cfpdf

Re: how to find file particular file name from a list

2009-07-08 Thread Arsalan Tariq Keen
You can treat the List of filenames as a ColdFusion List and then use the functions FindNoCase() and ReFindNoCase() I guess these are the functions... Regards, Arsalan -- From: RamaDevi Dobbala ramadobb...@gmail.com Sent: Wednesday, July 08, 2009

Re: Get Query Column Names

2009-07-11 Thread Arsalan Tariq Keen
Hey Scott this function query.ColumnList() is not documented in CF8 ... is it? I am asking this because its not working with me :( -- From: Scott Stroz boyz...@gmail.com Sent: Sunday, July 12, 2009 12:38 AM To: cf-talk cf-talk@houseoffusion.com

Re: Get Query Column Names

2009-07-11 Thread Arsalan Tariq Keen
Thanks Scott... I was using the query.ColumnList as function instead of variable/list :) thanks man! Regards, Arsalan -- From: Arsalan Tariq Keen arsalk...@hotmail.com Sent: Sunday, July 12, 2009 12:42 AM To: cf-talk cf-talk@houseoffusion.com

Get Query Column Names

2009-07-11 Thread Arsalan Tariq Keen
Hi friends... Is there any way in CF8 with which I can get the list of column names my database query returns. For example I am using a query: SELECT * FROM xyz Is there any way to know which columns are returned?? Regards, Arsalan

Reading PDF Form values

2009-07-14 Thread Arsalan Tariq Keen
Hi Guys... Is there a way I can read the already stored values in a pdf form using coldfusion? Regards, Arsalan ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion

Re: Reading PDF Form values

2009-07-14 Thread Arsalan Tariq Keen
To: cf-talk cf-talk@houseoffusion.com Subject: Re: Reading PDF Form values if you have CF8 (or 9 beta) http://cfquickdocs.com/cf8/?getDoc=pdf#cfpdfform 2009/7/14 Arsalan Tariq Keen arsalk...@hotmail.com Hi Guys... Is there a way I can read the already stored values in a pdf form using

ColdExt Installation

2009-07-17 Thread Arsalan Tariq Keen
Guys, Can anyone help me out with installing ColdExt?? Where should I put the directory structure and in what order? Regards, Arsalan ~| Want to reach the ColdFusion community with something they want? Let them know on the

Help on ColdExt

2009-07-20 Thread Arsalan Tariq Keen
Guys... Can any one guide me where I can get help on ColdExt Actually I want to put some text (not form control) inside my FormPanel ... like instructions about filling the form... but I m not able to find a way... can anyone guide me on this one? Regards, Arsalan

Re: Help on ColdExt

2009-07-20 Thread Arsalan Tariq Keen
h Don... you see the problem is I have zero experience with Javascript and all that's why I found ColdExt so appealing for AJAX based ColdFusion applications :) do you know who wrote ColdExt ... I mean if I could get his/her email id maybe I could consult the very genius :)

Re: getDirectoryFromPath Question

2009-07-20 Thread Arsalan Tariq Keen
yeah they should atleast they were working for me a weak ago :) Regards, Arsalan -- From: Adrian Lynch cont...@adrianlynch.co.uk Sent: Tuesday, July 21, 2009 1:17 AM To: cf-talk cf-talk@houseoffusion.com Subject: RE: getDirectoryFromPath

Re: Log In Form

2009-07-22 Thread Arsalan Tariq Keen
The approach used by Alan is nice... I guess that's is the most common one used ... besides ... don't ever tell the visitor that he/she entered the WRONG PASSWORD ... that's just affirming that they entered the right username ... hence doing 50% of their work if they are trying to break into

SSH Telnet - ColdFusion

2009-07-26 Thread Arsalan Tariq Keen
Guys... Does anyone know of a possible way of connecting to devices on the network using ColdFusion and telnet/ssh and execute commands on the host machines? Regards, Arsalan ~| Want to reach the ColdFusion community with

Re: SSH Telnet - ColdFusion

2009-07-27 Thread Arsalan Tariq Keen
BlueDragon Steering Committee Adobe Solution Provider Arsalan Tariq Keen wrote: Guys... Does anyone know of a possible way of connecting to devices on the network using ColdFusion and telnet/ssh and execute commands on the host machines? Regards, Arsalan

CFTRANSACTION with MS Access Database

2009-07-28 Thread Arsalan Tariq Keen
Dear Fellows, I am trying to use CFTRANSACTION for a multiple insert query to the same datasource but obviously different tables. Now my need is that if any one of the INSERT query fails, all the other queries must be rolled-back. If all of them succeed, then the complete transaction should

Re: CFTRANSACTION with MS Access Database

2009-07-28 Thread Arsalan Tariq Keen
Thanks Barney will try that out :) I also found an old reply by you on a similar topic RE: cftransaction cftry order Barney Boisvert Thu, 29 May 2003 09:43:52 -0700 :) Regards, Arsalan -- From: Barney Boisvert bboisv...@gmail.com Sent:

Re: CFTRANSACTION with MS Access Database

2009-07-28 Thread Arsalan Tariq Keen
Guys cumbersome below is my code and still its not rolling back ... I have injected an error in the 2nd insert statement but the transaction doesn't rolls back... 1st insert takes place... 2nd one has error wat could be the problem ... dear experts???

Re: CFTRANSACTION with MS Access Database

2009-07-28 Thread Arsalan Tariq Keen
No guys this isn't working ... nor that what Barney and Dave advised... does anyone has a working example of such scenario? I would be very thankful if someone provides me with a somewhat similar working example and yes... I am using using CFTRY/CFCATCH because I need to log the errors

Re: CFTRANSACTION with MS Access Database

2009-07-28 Thread Arsalan Tariq Keen
hey Dave... can you provide me with some literature or example code on this topic ... specially in regard to MS Access...? -- From: Dave Watts dwa...@figleaf.com Sent: Wednesday, July 29, 2009 12:34 AM To: cf-talk cf-talk@houseoffusion.com

Re: CFTRANSACTION with MS Access Database

2009-07-28 Thread Arsalan Tariq Keen
Thanks a lot Dave, Barney and Jason ... it seems my code was perfectly fine .. it was a bug in Railo :) it has been removed in the server updates and now everything works fi9 Alhamdulillah ... :) Regards, Arsalan -- From: Arsalan Tariq Keen

Re: SSH Telnet - ColdFusion

2009-07-29 Thread Arsalan Tariq Keen
didn't get your point dude...! -- From: Tom Chiverton tom.chiver...@halliwells.com Sent: Wednesday, July 29, 2009 4:31 PM To: cf-talk cf-talk@houseoffusion.com Subject: Re: SSH Telnet - ColdFusion On Monday 27 Jul 2009, Arsalan Tariq Keen wrote

COM Ports

2009-08-25 Thread Arsalan Tariq Keen
Hi... can anyone tell me how I can access my machine's COM ports using coldfusion? I need to access me peripheral device attached on that port. Regards, Arsalan ~| Want to reach the ColdFusion community with something they

Re: COM Ports

2009-08-26 Thread Arsalan Tariq Keen
yes indeed guys ... but are there any such libraries available ... .NET or JAVA???... because I don't have the skill to write my own libraries :) -- From: Tom Chiverton tom.chiver...@halliwells.com Sent: Wednesday, August 26, 2009 7:46 PM To:

Re: CFPDF can not flatten liveCycle Forms - so how do you?

2009-09-01 Thread Arsalan Tariq Keen
if you people are concerned about flattening LiveCucle Forms (xml based pdf forms) using coldfusion ... then let me tell you ... it's not much of a big deal :) you can use iText java library pre-installed with CF (Adobe CF/Railo/Bluedragon) directly for this purpose :) Regards, Arsalan

ColdFusion + SMS

2009-09-01 Thread Arsalan Tariq Keen
Hello Guys, Can anyone tell me in detail what parameters I need to know from my GSM Operator for sending SMS using ColdFusion? I want to send actual SMS not the test machine that comes along Adobe CF8 Regards, Arsalan ~|

Re: CFPDF can not flatten liveCycle Forms - so how do you?

2009-09-03 Thread Arsalan Tariq Keen
. We've tried -Original Message- From: Arsalan Tariq Keen [mailto:arsalk...@hotmail.com] Sent: September-01-09 4:28 AM To: cf-talk Subject: Re: CFPDF can not flatten liveCycle Forms - so how do you? if you people are concerned about flattening LiveCucle Forms (xml based pdf

Free Database Enginer for ColdFusion

2009-10-05 Thread Arsalan Tariq Keen
Hi fellows, does anyone know of a lightweight free database engine that I can bundle with my applications for small and medium size businesses? Regards, Arsalan ~| Want to reach the ColdFusion community with something they

Re: Free Database Enginer for ColdFusion

2009-10-06 Thread Arsalan Tariq Keen
the typos) On Oct 5, 2009, at 10:49 PM, Arsalan Tariq Keen arsalk...@hotmail.com wrote: Hi fellows, does anyone know of a lightweight free database engine that I can bundle with my applications for small and medium size businesses? Regards, Arsalan

Re: Free Database Enginer for ColdFusion

2009-10-06 Thread Arsalan Tariq Keen
quite easily and has a very small footprint. Allen I. Addoum. wrote: best choice would be Oracle XE (it's free) regards Bob From: Arsalan Tariq Keen arsalk...@hotmail.com To: cf-talk cf-talk@houseoffusion.com Sent: Tuesday, October 6, 2009 7:49:56 AM

Re: Free Database Enginer for ColdFusion

2009-10-06 Thread Arsalan Tariq Keen
Hey Adam... you seem experienced with H2... is there any tutorial for H2 and Railo...?? I mean ... I have created the database in the Server Admin ... but what next... how to access my database via console? how to create users...tables...etc I am lost ... and its 3:25 AM in my part of the

Re: AW: Free Database Enginer for ColdFusion

2009-10-06 Thread Arsalan Tariq Keen
: gert.franz g...@getrailo.com +41 76 5680 231 www.getrailo.com -Ursprüngliche Nachricht- Von: Arsalan Tariq Keen [mailto:arsalk...@hotmail.com] Gesendet: Dienstag, 6. Oktober 2009 23:25 An: cf-talk Betreff: Re: Free Database Enginer for ColdFusion Hey Adam... you seem experienced

Re: Free Database Enginer for ColdFusion

2009-10-07 Thread Arsalan Tariq Keen
Hi bryan, how can I connect my dbvisualizer to the H2 db created with railo? -- From: Bryan Stevenson br...@electricedgesystems.com Sent: Wednesday, October 07, 2009 4:17 AM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Free Database Enginer

Re: Free Database Enginer for ColdFusion

2009-10-08 Thread Arsalan Tariq Keen
well guys :) I have successfully created H2 database and its working fi9 with my CF server Alhamdulillah... besides I downloaded ExecuteQuery which is direct run java based software to connect to most of the famous databases and perform basic tasks like table creation :) so I guess H2 has

Problem with JSON Grid | ColdExt

2009-10-18 Thread Arsalan Tariq Keen
Dear CFers, I am having trouble with the JSON gridpanel using ColdExt. The problem is... when I feed the grid with JSON generated from CFQUERY with a simple SELECT statement without any conditions, it runs fine, however if I add a WERE clause then the grid fails to populate even though JSON

Re: Problem with JSON Grid | ColdExt

2009-10-18 Thread Arsalan Tariq Keen
-talk@houseoffusion.com Subject: Re: Problem with JSON Grid | ColdExt What did Firebug tell you? On Sun, Oct 18, 2009 at 9:59 PM, Arsalan Tariq Keen arsalk...@hotmail.com wrote: Dear CFers, I am having trouble with the JSON gridpanel using ColdExt. The problem is... when I feed the grid

Re: Problem with JSON Grid | ColdExt

2009-10-19 Thread Arsalan Tariq Keen
Subject: Re: Problem with JSON Grid | ColdExt http://www.insideria.com/2009/06/quick-video-example-of-firebug.html Enjoy. On Mon, Oct 19, 2009 at 12:52 AM, Arsalan Tariq Keen arsalk...@hotmail.com wrote: Hmmm... Camden, can you guide me about using Firebug... actually I am a newbie to Ajax

Re: Problem with JSON Grid | ColdExt

2009-10-19 Thread Arsalan Tariq Keen
Subject: Re: Problem with JSON Grid | ColdExt http://www.insideria.com/2009/06/quick-video-example-of-firebug.html Enjoy. On Mon, Oct 19, 2009 at 12:52 AM, Arsalan Tariq Keen arsalk...@hotmail.com wrote: Hmmm... Camden, can you guide me about using Firebug... actually I am a newbie to Ajax

Re: Problem with JSON Grid | ColdExt

2009-10-19 Thread Arsalan Tariq Keen
and see if you notice a CF error. On Mon, Oct 19, 2009 at 2:33 PM, Arsalan Tariq Keen arsalk...@hotmail.com wrote: Camden... firebug is saying... Ext.ux.grid is undefined http://127.0.0.1:/ext/ext-all.js Line 32 any clues

Re: Problem with JSON Grid | ColdExt

2009-10-19 Thread Arsalan Tariq Keen
! -- From: Arsalan Tariq Keen arsalk...@hotmail.com Sent: Tuesday, October 20, 2009 8:38 AM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Problem with JSON Grid | ColdExt I guess I got too carried away with FireBug :) it helped me clear out many bugs in my application. Now my grid

Re: Problem with JSON Grid | ColdExt

2009-10-20 Thread Arsalan Tariq Keen
with JSON Grid | ColdExt You've got me now - is this online where we can all look? On Mon, Oct 19, 2009 at 9:59 PM, Arsalan Tariq Keen arsalk...@hotmail.com wrote: Well... I tried the same pages in IE7 and there it is showing two browser errors. 1. 'Ext.ux.grid.Search' is null

Re: javascript and coldfusion

2009-10-20 Thread Arsalan Tariq Keen
H reading this chain of emails... a question raised in my mind can we use multiple frameworks on the same page... I mean can use jQuery to create a window and use ExtJS for displaying a grid :)) Regards, Arsalan -- From:

Re: javascript and coldfusion

2009-10-21 Thread Arsalan Tariq Keen
how can I use these connectors??? I am a newbie to Ajax :s -- From: James Holmes james.hol...@gmail.com Sent: Wednesday, October 21, 2009 2:03 PM To: cf-talk cf-talk@houseoffusion.com Subject: Re: javascript and coldfusion And ExtJS explicitly

Re: Problem with JSON Grid | ColdExt

2009-10-21 Thread Arsalan Tariq Keen
sortable=true dataIndex=continent / ext:pagingToolbar displayInfo=true pageSize=10 store=myJSON / /ext:gridPanel /ext:onReady Regards, Arsalan -- From: Arsalan Tariq Keen arsalk...@hotmail.com Sent: Tuesday, October 20, 2009 8:05 PM

Re: How to display LARGE amounts of Data in a Timely Fashion

2009-10-22 Thread Arsalan Tariq Keen
well, you can try using CFFLUSH in the end of your cfoutput query=myQuery block. -- From: David Mineer min...@gmail.com Sent: Thursday, October 22, 2009 12:37 PM To: cf-talk cf-talk@houseoffusion.com Subject: Re: How to display LARGE amounts of

Re: Problem with JSON Grid | ColdExt

2009-10-22 Thread Arsalan Tariq Keen
People is my query passing by being unread :s -- From: Arsalan Tariq Keen arsalk...@hotmail.com Sent: Thursday, October 22, 2009 2:04 AM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Problem with JSON Grid | ColdExt Come

Re: Problem with JSON Grid | ColdExt

2009-10-23 Thread Arsalan Tariq Keen
:) yeah ... :) matter resolved by my self :) with special thanks to Raymond Camden, for he showed me the way to firebug :) Regards, Arsalan -- From: Dave Watts dwa...@figleaf.com Sent: Friday, October 23, 2009 12:00 PM To: cf-talk

Getting last inserted record from database

2009-10-26 Thread Arsalan Tariq Keen
I have a form of placing purchase order. Each purchase order is uniquely identified by the 'ID' column in the database table which is an Auto Increment integer field. I want to know, how can I obtain the 'ID' of an order which I just placed in the database table? Regards, Arsalan

Re: Getting last inserted record from database

2009-10-26 Thread Arsalan Tariq Keen
for each type. On Mon, Oct 26, 2009 at 12:06 PM, Azadi Saryev az...@sabai-dee.com wrote: On 27/10/2009 03:03, Arsalan Tariq Keen wrote: I have a form of placing purchase order. Each purchase order is uniquely identified by the 'ID' column in the database table which is an Auto

Order Form | How to do it?

2009-10-30 Thread Arsalan Tariq Keen
Guys - I want to make an order form. The idea is simple. There has to be one Item Code field in which the user will enter the Item code of the purchased item and the press enter or hit 'Add to order' key. Below should be a editable grid to which that particular item is added on the fly with

Ajax Query

2009-11-10 Thread Arsalan Tariq Keen
I know this is not the place to post such queries, but I am very stressed out now and can not find solution to my problem. Maybe someone hase had similar experience while using ExtJS with ColdFusion. My scenario is simple. Upon clicking a menu item on my homepage, a window opens. After

Re: Ajax Query

2009-11-10 Thread Arsalan Tariq Keen
Tony, Can you please provide me the code snippets of what you are talking about. I mean how will I set values of hidden fields... well actually I have visible ReadOnly TextFields in the parent window and upon the closure of the child window I need the values to be passed from the child window

Re: Ajax Query

2009-11-10 Thread Arsalan Tariq Keen
Attached is my code for the Parent window (order_new_form.cfm) and the child window (order_new_gridPrice.cfm). The code is lengthy and may seem filthy too...so I m summarising my goal Initially a form is displayed in a parent window in which the user enters Article Number. The article

Re: Ajax Query

2009-11-10 Thread Arsalan Tariq Keen
'); } }); /script ().add( b ); //addAfter( a, c ); //Ext.getCmp(new_order_form).doLayout(); } /script -- From: Arsalan Tariq Keen arsalk...@hotmail.com Sent: Wednesday, November 11, 2009 7:50 AM To: cf-talk cf-talk@houseoffusion.com Subject

Re: Ajax Query

2009-11-11 Thread Arsalan Tariq Keen
thanks Tony :) -- From: Tony Bentley t...@tonybentley.com Sent: Thursday, November 12, 2009 12:03 AM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Ajax Query Looks like everything is using Ext objects. Try building a function that grabs

PDF Form Filling alternate in MS-Word???

2010-02-03 Thread Arsalan Tariq Keen
Dear Experts, I want to know is there any way I can auto-fill my word documents with specific data at specific locations using ColdFusion. I have done this using PDF Forms, where I used to add texfields and then later populate them using CF. Is there anyway to achieve this using CF +

Re: PDF Form Filling alternate in MS-Word???

2010-02-04 Thread Arsalan Tariq Keen
/cfsavecontent cfheader name=Content-Disposition value=attachment; filename=grothplan.doc cfcontent type=application/unknowncfoutput#Trim(MyDoc)#/cfoutputcfsetting showdebugoutput=false HTH, G! On Thu, Feb 4, 2010 at 2:36 AM, Arsalan Tariq Keen arsalk...@hotmail.comwrote

Re: good forums

2010-03-23 Thread Arsalan Tariq Keen
Well... for learning ExtJS you can use the book 'Learning ExtJS' by Steve Cutter Blades. It is very helpful for beginning to intermediate levels. Obviously for advance levels you always have the ExtJS API Docs and TH FORUM If you want to be up and running with the strawberry toppings of

JFreeChart with CF

2010-04-05 Thread Arsalan Tariq Keen
Hi Experts, Does anyone have any idea of using JFreeChart with CF. I am using the custom tage provided by Dave Gilbert, but I also want to display the ItemLabel on each bar of my barchart I.e, the value of each bar. Can anyone help. I am really fed up of trying and failing Regards, Arsalan

Re: JFreeChart with CF [spamtrap bayes][spamtrap heur]

2010-04-05 Thread Arsalan Tariq Keen
that? Regards, Arsalan -- From: Paul Hastings p...@sustainablegis.com Sent: Monday, April 05, 2010 4:20 PM To: cf-talk cf-talk@houseoffusion.com Subject: Re: JFreeChart with CF [spamtrap bayes][spamtrap heur] On 4/5/2010 5:51 PM, Arsalan Tariq

Re: JFreeChart with CF [spamtrap bayes][spamtrap heur]

2010-04-05 Thread Arsalan Tariq Keen
-- From: Paul Hastings p...@sustainablegis.com Sent: Monday, April 05, 2010 10:42 PM To: cf-talk cf-talk@houseoffusion.com Subject: Re: JFreeChart with CF [spamtrap bayes][spamtrap heur] On 4/5/2010 8:01 PM, Arsalan Tariq Keen wrote: How can I do that? what ver

Re: JFreeChart with CF [spamtrap bayes][spamtrap heur]

2010-04-05 Thread Arsalan Tariq Keen
Thanks Paul... I made the changes myself. Now I have what I wanted. Thanks man. Couldn't have done it without your help. Regards, Arsalan -- From: Arsalan Tariq Keen arsalk...@hotmail.com Sent: Tuesday, April 06, 2010 6:45 AM To: cf-talk cf-talk

Re: JFreeChart with CF [spamtrap bayes][spamtrap heur]

2010-04-06 Thread Arsalan Tariq Keen
] On 4/6/2010 8:45 AM, Arsalan Tariq Keen wrote: Paul, your code works... its showing labels! However, its showing 'php sucks1!' and 'php sucks 2!' in the label. Whereas, I want to display the actual value of each bar, which in your example would be 1,5,3,2,3,2. What shall I change

Re: JFreeChart with CF [spamtrap bayes][spamtrap heur]

2010-04-06 Thread Arsalan Tariq Keen
the method is actually setMaximumBarWidth(percent double) :) Works fine!! -- From: Arsalan Tariq Keen arsalk...@hotmail.com Sent: Wednesday, April 07, 2010 3:07 AM To: cf-talk cf-talk@houseoffusion.com Subject: Re: JFreeChart with CF [spamtrap

BarCode Application | Advice Required

2010-04-23 Thread Arsalan Tariq Keen
Dear Experts, I have a client who wants to make a barcode application for his general store for billing purposes. Its like the very common application every other departmental store uses for billing purposes for its customers. I just want to know, is it possible to develop something like that

Re: JFreeChart with CF [spamtrap bayes][spamtrap heur]

2010-04-23 Thread Arsalan Tariq Keen
a magnitude of 100 and the other has a magnitude of 1, text for both is visible. Please let me know how that is possible. Thanks in advance. Regards, Arsalan -- From: Arsalan Tariq Keen arsalk...@hotmail.com Sent: Wednesday, April 07, 2010 4:26 AM

Re: Interested in LiveCycle Designer?

2010-04-26 Thread Arsalan Tariq Keen
It would be great if you can put up the recorded session on internet for free on-demand viewing. I am greatly interested too but DC is quite far away from me :) Regards, Arsalan -- From: Dave Watts dwa...@figleaf.com Sent: Monday, April 26,

Re: Adobe ColdFusion Anthology released

2010-05-04 Thread Arsalan Tariq Keen
yeah... it seems pretty cool ... specially the section that deals with CF Frameworks! regards, Arsalan -- From: Alan Rother alan.rot...@gmail.com Sent: Tuesday, May 04, 2010 11:07 PM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Adobe

Re: Adobe ColdFusion Anthology released

2010-05-04 Thread Arsalan Tariq Keen
Agreed... Actually, it would have been really nice if CFWheels was included as well. I generally need to compare CFWheels and FW/1, since I need to choose either one for my development cycles :) Regards, Arsalan -- From: David McGuigan

Re: Substitute/conversion for Flash Interactive Menus for iPad?

2010-05-05 Thread Arsalan Tariq Keen
(Y) Great!! :) Regards, Arsalan -- From: Rick Faircloth r...@whitestonemedia.com Sent: Thursday, May 06, 2010 2:25 AM To: cf-talk cf-talk@houseoffusion.com Subject: RE: Substitute/conversion for Flash Interactive Menus for iPad? Hi,

Re: Substitute/conversion for Flash Interactive Menus for iPad?

2010-05-05 Thread Arsalan Tariq Keen
Sorry... wrong email! -- From: Arsalan Tariq Keen arsalk...@hotmail.com Sent: Thursday, May 06, 2010 9:28 AM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Substitute/conversion for Flash Interactive Menus for iPad? (Y) Great

Re: SOT: most important CFML framework

2010-05-17 Thread Arsalan Tariq Keen
What's the response on CFWheels? Isn't it gaining popularity? I wanna know because I am in the phase of choosing a framework. FW/1 and CFWheels are my preferences because they are easy to learn. Amongst them I am getting more inclined towards CFWheels but on the other hand I haven't seen FW/1

Re: idea paint

2010-05-22 Thread Arsalan Tariq Keen
h I don't know about smartphones, but the blue colour is very nice :) though, I myself don't understand the reason of this link :) Maybe the reason is far glorified and incomprehensible than common man's understanding :p Regards, Arsalan

Re: idea paint

2010-05-22 Thread Arsalan Tariq Keen
hahaha... same thoughts different words (Y) Regards, Arsalan -- From: Matt Quackenbush quackfu...@gmail.com Sent: Sunday, May 23, 2010 5:14 AM To: cf-talk cf-talk@houseoffusion.com Subject: Re: idea paint It's called spam.

CF + Android + A-GPS Coordinates

2010-05-24 Thread Arsalan Tariq Keen
Dear Experts, Is it possible that my cf-application, when viewed from an Android based mobile client device, can pick up coordinates from the A-GPS featured in most Android based smart phones? The idea is bit vague, but certainly I would appreciate the input of the experienced ones!

Re: CF + Android + A-GPS Coordinates

2010-05-25 Thread Arsalan Tariq Keen
hmmm... that seems viable... can you please shed some more light. Any documents or readables on this? Regards, Arsalan -- From: Brian Swartzfager bcswa...@umd.edu Sent: Tuesday, May 25, 2010 4:55 PM To: cf-talk cf-talk@houseoffusion.com Subject:

Re: ColdFusion and .NET Web Services running WSE 3.0

2010-06-05 Thread Arsalan Tariq Keen
please share once done! :) Regards, Arsalan -- From: James Holmes james.hol...@gmail.com Sent: Saturday, June 05, 2010 7:13 PM To: cf-talk cf-talk@houseoffusion.com Subject: Re: ColdFusion and .NET Web Services running WSE 3.0 OK, I'll finish

Re: Anybody exporting charts from FusionCharts?

2010-06-11 Thread Arsalan Tariq Keen
H... I didn't know FusionCharts support static images as well :) anyways, I use JFreeCharts for generating static charts. It's quite cool and a very extensive library. We also have a freely available CFC wrapper for it. Also, you can find lots of documentation for using JFreeChart with

RE: ColdFusion Blogging Engines

2010-07-12 Thread Arsalan Tariq Keen
I guess WYSIWYG editor can be added ...CKEditor is free and is quite slick ;) and moreover CF supports it in its form tags :) I personally feel, we as a community on the whole should put in effort to make opensource CF applications even bettter with feature en-richment so that our CF apps are

Re: Getting uploaded file name without CFFILE action=upload

2010-07-18 Thread Arsalan Tariq Keen
You can use client side javascripting to make a hidden textfield. When user clicks submit, set the value of the hidden field to value contained by the filefield. I haven't tried that but I guess it should work... atleast theoretically :D Regards, Arsalan

Re: Adobe no longer part of the OpenCFML committee

2010-07-24 Thread Arsalan Tariq Keen
Does this mean CFML is or will be dying ? -- From: Mark Drew mark.d...@gmail.com Sent: Friday, July 23, 2010 9:19 PM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Adobe no longer part of the OpenCFML committee Well, is Ben not part of

Re: Railo Training in Australia

2010-09-14 Thread Arsalan Tariq Keen
Can't we have a recorded session available of this presentation/training? I mean ... Fusioneers outside Australia would also like to have an insight into this stuff! :) Regards, Arsalan -- From: Paul Stewart p...@whichfranchise.com Sent:

  1   2   >