Re: Save Form Data to XML file

2011-12-15 Thread Tom Jones
... > >then you can do: > >colCount = listLen(form.align); >xml = ""; >for (i = 1; i LTE colCount; i++) { > xml &= ""; > xml &= "#listGetAt(form.align, i)#"; > xml &= "#listGetAt(form.dname, i)#&

Save Form Data to XML file

2011-12-14 Thread Tom Jones
Hello, I have been searching all over cf-talk archives and on google and I don't see a good example on how to save form data to a xml file. So what I'm doing right now is, I have a xml file and read that and then display it in a form so the it can be edited. Here is an example on what I'm thi

jqgrid and file upload

2011-04-15 Thread Tom Jones
Hello, Does anyone have a working example on how to integrate a file upload in to a jqgrid edit? Thanks, tom ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=hous

Re: Create REST based web services?

2011-02-14 Thread Tom Jones
So I dont mean to sound dense, but nearly all of the Google searches I did on creating REST web services with coldfusion have turned up next to nothing. I found a couple for consuming but not publishing. Thanks, tom >Absolutely. It's perfect for it. Just google it and you should see a heap of

Create REST based web services?

2011-02-11 Thread Tom Jones
Hello, I would like to know if it's possible to create REST based web services in Coldfusion and if so how? I'm just looking for a little how to, getting started. Thanks, tom ~| Order the Adobe Coldfusion Anthology now! http:/

Using jsTree with Coldfusion

2011-01-12 Thread Tom Jones
Hello, I was wondering if anyone has an example they would be willing to share on using jsTree with Coldfusion? I really dont know php and the example for the database driven example is confusing. Thanks, tom ~| Order the Ad

Re: List Sort help

2010-09-22 Thread Tom Jones
Correction, it's only on OpenBD 1.3, that I have the problem. I will file a bug with them. Thanks, tom >Hmm, OK ... I'm using CFMX7 and OpenBD 1.3 > >Thanks, >tom > > >>> ~| Order the Adobe Coldfusion Anthology now! http://w

Re: List Sort help

2010-09-22 Thread Tom Jones
Hmm, OK ... I'm using CFMX7 and OpenBD 1.3 Thanks, tom >What version of CF? > >On CF9, the following works: > > > >#appVers##listSort( appVers, 'numeric', 'desc' )# > > > > >> ~| Order the Adobe Coldfusion Anthology now! http

Re: List Sort help

2010-09-22 Thread Tom Jones
thanks, but I get an error saying cant convert "3.6.1" to numeric. tom >ListSort should work: > >http://www.cfquickdocs.com/cf8/#ListSort > >Although you might need to use the text sort instead of numeric. > > > >andy > >Hello, >I have a lit of version numbers and I need to sort them in the rig

List Sort help

2010-09-22 Thread Tom Jones
Hello, I have a lit of version numbers and I need to sort them in the right order. How do I sort these so that they show in the right order starting with the highest first? Thanks, tom ~| Order the Adobe Coldfusion Antholo

WebService question

2010-09-20 Thread Tom Jones
Hello, I have a cfc which is used as a SOAP web service. This all works very well. But my question has to do with the arguments. I would like to have a argument called "theXMLData" for example ... But I get an error when I try to send straight XML through a web service. I know I can

Re: CFXML and extra lines

2010-08-06 Thread Tom Jones
I finally figured it out, this works like a champ! tom http://www.w3.org/1999/XSL/Transform"";> " > ... ~

Re: CFXML and extra lines

2010-08-06 Thread Tom Jones
>There is also an option in CF administrator to control white space. > >JPass > > > >> Yea, I have the white space compression turned on, but since it's happening in the xml it does not get removed. ~| Order the Adobe Coldfusi

CFXML and extra lines

2010-08-06 Thread Tom Jones
Hello, I'm creating some xml using cfxml and I'm noticing empty lines in the xml result. When I look at the code I can kind of make out the these extra empty lines are in locations where i'm using a cfoutput, and cfset tags to help create the xml. How can I clean up the xml so that it looks ni

Does Application.cfm get run by .cfc web service?

2010-07-09 Thread Tom Jones
Hello, I have a web service (SOAP) file called wsl.cfc and I was wondering if Application.cfm got called every time a remote client connected and ran a function from the wsl.cfc web service? Thanks, tom ~| Order the Adobe Col

WebBased SQL query builder

2010-03-17 Thread Tom Jones
Hello, I was wondering if there were any good sql query builders that I can add to my application. I found a jquery plugin called "Sqlquerybuilder" (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's almost what I need but the saved queries will break if the schema changes since all of

sql query builder, web based

2010-03-17 Thread Tom Jones
Hello, I was wondering if there were any good sql query builders that I can add to my application. I found a jquery plugin called "Sqlquerybuilder" (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's almost what I need but the saved queries will break if the schema changes since all of

WebBased SQL query builder

2010-03-17 Thread Tom Jones
Hello, I was wondering if there were any good sql query builders that I can add to my application. I found a jquery plugin called "Sqlquerybuilder" (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's almost what I need but the saved queries will break if the schema changes since all of

sql query builder, web based

2010-03-17 Thread Tom Jones
Hello, I was wondering if there were any good sql query builders that I can add to my application. I found a jquery plugin called "Sqlquerybuilder" (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's almost what I need but the saved queries will break if the schema changes since all of

sql query builder, web based

2010-03-17 Thread Tom Jones
Hello, I was wondering if there were any good sql query builders that I can add to my application. I found a jquery plugin called "Sqlquerybuilder" (http://plugins.jquery.com/project/SQL_QUERY_BUILDER). It's almost what I need but the saved queries will break if the schema changes since all of

Re: Query/Report Builder

2010-01-04 Thread Tom Jones
So, I kind of found something that I'm looking for at "http://plugins.jquery.com/project/SQL_QUERY_BUILDER";. The Tables and Columns are static but I'm looking in to changing that so it's a little bit more real time. Tom >I'm not totally sure what you are after-- I Googled "Quick Query" and

Query/Report Builder

2010-01-03 Thread Tom Jones
Hello, I have been looking through the archives but really did not find much on this. I'm looking for a web based query builder. I want to let my users create their own queries. It must have been done before, so I really dont want to re-invent the wheel. I came across something called "Quick

Re: Using XML to Create schema/database

2009-12-09 Thread Tom Jones
I do have one question on the loadXml function. I'm getting a error that says "LoadXML Failed(verify datasource "MySQLDS" is correct)". The DSN is valid, where/ how can I trouble shoot this? Thanks, tom ~| Want to reach the C

Re: Using XML to Create schema/database

2009-12-09 Thread Tom Jones
Wow, the DataMgr project is very cool. I can use it right away for other parts of my application. thanks, tom > Tom, > > As Isaac mentioned his DataFaucet project and my DataMgr project will > both create tables and columns from XML. DataMgr will also allow you > to define the data (not su

Re: CFLDAP & SSL

2009-12-08 Thread Tom Jones
Yes, you have to install the cert, and you have to restart the cfm service as well. The other thing I'm not seeing in your cfldap tag is the port. If it's missing it's will default to 389 not the standard 636 for ssl. tom On Dec 8, 2009, at 8:50 AM, Jake Churchill wrote: > > I'm working on a

Using XML to Create schema/database

2009-12-08 Thread Tom Jones
Hello, I was wondering if there were any libraries or functions which can be used to create database tables on the fly based on XML data and then insert the data. So all I had to worry about was formatting the xml data. Thanks, tom ~

Sign String with RSA key

2009-11-03 Thread Tom Jones
Hello, I'm looking for a tag or extension which will allow me to sign a string with a RSA private key so that I can verify it with the public key. What can I use to do this? Thanks, tom ~| Want to reach the ColdFusion communi

Re: WildCard query

2009-07-23 Thread Tom Jones
; To: cf-talk > Subject: Re: WildCard query > > > You can grab a list of all of the columns of any table and loop > through them > pretty easily ( they syntax varies with your database vendor ). > > MySQL is just: > > describe tableName > > > On Wed, Jul 22, 2

WildCard query

2009-07-22 Thread Tom Jones
Hello, I'm migrating some pages from Lasso to Coldfusion and one of the current pages in Lasso has a query to search any field/column for a value. I have never done this with coldsuion before so I'm not sure how to go about this. thanks, tom ~~

Regex help...

2009-05-29 Thread Tom Jones
Hello, I'm trying to use cfhttp to download and parse a directory listing from one of my sites. I can download the page but the parsing is a whole different story :-). I'm trying to use REFind to get all of the anchor/href tags but I'm coming up short. If I use the following regular expressio

FusionCharts (Free) and Data DrillDown

2009-05-13 Thread Tom Jones
Hello, Does anyone have some sample code they would be willing to share on using FusionCharts and drilling down on data in a bar chart? Thanks, tom ~| Want to reach the ColdFusion community with something they want? Let them

Digitally Sign XML as part of web service

2009-01-24 Thread Tom Jones
Hello, Are there any tags/classes which would allow me to sign and xml response from my web service? I have created a self-signed private and public key for testing but I'm not sure what to do next. Thanks, tom ~| Adobe® Cold

cfgrid with and auto size cfgridcolumn

2008-12-17 Thread Tom Jones
Hello, I have found if I specify the width of a cfgrid of html type, the columns do not auto size to fit the width. Without having to specify the column widths what can I do? Thanks, tom ~| Adobe® ColdFusion® 8 software 8 is

cfchart and item label not showing

2008-11-25 Thread Tom Jones
Hello, I have a bar chart and i'm having an issue where the item/label on the x-axis does not always show. Is it possible for me to force it/them to show? thanks, tom ~| Adobe® ColdFusion® 8 software 8 is the most important and

Question on cfgrid and xml format

2008-11-19 Thread Tom Jones
Hello, I wanted to see what the xml format looks like on cfgrid. The problem is nothing shows on the page. If I use flash or java it works. What am I doing wrong? I'm using CFMX 7, I have also tried the developer edition of 8 as well. Here is my code...

Re: Bind Syntax question...

2008-08-24 Thread Tom Jones
> fullpath/toyour/cfcs/cfcName.cfc > > Regards > Marius Milosav > ScorpioSoft Corp. > www.scorpiosoft.com > > -Original Message- > From: Tom Jones [mailto:[EMAIL PROTECTED] > Sent: August 24, 2008 5:55 PM > To: CF-Talk > Subject: Bind Syntax question... >

Bind Syntax question...

2008-08-24 Thread Tom Jones
Hello, I've been reading through the CFML docs and I cant seem to find he answer to this. If I use and the bind property in a tag does the cfc have to be in the same parent directory as the cfm file? I usually like to pt all of my cfc files in a separate directory. Thanks, tom ~

cfgrid with flash form type...

2008-08-14 Thread Tom Jones
Hello, I've been hammering away at this and now I'm nt sure if it's possible. I have a cfgrid in a flash based form and I would like to select a row and have it populate the cfinput fields with in the form. Can this be done using the flash based form type? Thanks, tom ~~

cfgrid with flash form type...

2008-08-10 Thread Tom Jones
Hello, I've been hammering away at this and now I'm nt sure if it's possible. I have a cfgrid in a flash based form and I would like to select a row and have it populate the cfinput fields with in the form. Can this be done using the flash based form type? Thanks, tom

cfimage and Copy/Paste

2008-08-10 Thread Tom Jones
Hello, I have a flash form and I would like to be able to copy/paste or drag and drop a image into a cfimage tag. Is this possible? Thanks, tom ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to d

Re: Align cfformgroup using hdividedbox, help please...

2008-08-10 Thread Tom Jones
I figured it out i was not using the hbox and vbox properly. tom On Aug 10, 2008, at 10:11 AM, Tom Jones wrote: > Hello, > I'm starting to play with the cfformgroup tag and I'm hitting a snag. > I would like to have two hdividedbox(s) side-by-side but I can not > seem

Align cfformgroup using hdividedbox, help please...

2008-08-10 Thread Tom Jones
Hello, I'm starting to play with the cfformgroup tag and I'm hitting a snag. I would like to have two hdividedbox(s) side-by-side but I can not seem to get it to work. Can someone please tell me what I'm doing wrong. Thanks, tom Here is my test code...

Re: Productizing a Coldfusion web app, question

2008-08-07 Thread Tom Jones
; > > > Obvisouly make sure you have the right directories > > -Original Message- > From: Tom Jones [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2008 10:26 AM > To: CF-Talk > Subject: Productizing a Coldfusion web app, question > > Hello, > I hav

Productizing a Coldfusion web app, question

2008-08-07 Thread Tom Jones
Hello, I have been working on a web application to sell as a product, is there some way that I can protect the app by making the cfm or cfc files in some kind of binary format? thanks, tom ~| Adobe® ColdFusion® 8 software 8 i

Re: cfgrid with Ajax question...

2008-08-02 Thread Tom Jones
Nevermind, I just figured it out, by adding (select="no") to the cfgridcolumn that did the trick. tom On Aug 2, 2008, at 5:21 PM, Tom Jones wrote: > Hello, > I have just started to play with Coldfusion 8 and I really like the > Ajax integration. I have been following som

cfgrid with Ajax question...

2008-08-02 Thread Tom Jones
Hello, I have just started to play with Coldfusion 8 and I really like the Ajax integration. I have been following some the guide info on how to use it and I have a question. I have the following code here that allows me to edit in place, which is really cool, but I would like to have the f

postgresql.cfm not found in MX 6.1

2003-08-14 Thread Tom Jones
>I've now run into a problem with a fresh install of MX 6.1 (RH 9, Apache >2.0.47, PostgreSQL 7.3.2). No problems with the basic install and CF and >Apache are playing nice. > >Administrator, however, is causing problems. I am trying to configure a >PostgreSQL datasource - CF Administrator allows m

postgresql.cfm not found in MX 6.1

2003-08-14 Thread Tom Jones
>I've now run into a problem with a fresh install of MX 6.1 (RH 9, Apache >2.0.47, PostgreSQL 7.3.2). No problems with the basic install and CF and >Apache are playing nice. > >Administrator, however, is causing problems. I am trying to configure a >PostgreSQL datasource - CF Administrator allows m

CFMX 6.1 on RedHat Didn't work. Need Updater 3 for Linux

2003-08-09 Thread Tom Jones
> mate of mine installed the update on RedHat last nite his words: > > -- >FYI, Installation of the 6.1 update on RH Linux 7.3 sucks ass. Going >back to 6.0... got it working briefly, and it is super fast, but some >how we could only see one site of 4 on the box, and no CF Administrator. > =

CFMX 6.1 on RedHat Didn't work. Need Updater 3 for Linux

2003-08-07 Thread Tom Jones
> mate of mine installed the update on RedHat last nite his words: > > -- >FYI, Installation of the 6.1 update on RH Linux 7.3 sucks ass. Going >back to 6.0... got it working briefly, and it is super fast, but some >how we could only see one site of 4 on the box, and no CF Administrator. > =