URGENT REQUIREMENTS FOR MY DIRECT CLIENT

2010-11-17 Thread Sam Francis
of Birth: Education: Passing Year: Reference 1: Reference 2: Thanks Regards, SAM KSOURCE INC Phone: 248-458-1322 x 204 | 972-607-9839 x 204 | Fax: 248 498 6173 9555 Lebanon Rd, Unit # 103, Frisco TX- 75035 mailto:s...@ksourceinc.com s...@ksourceinc.com; IM: mailto:sam_ksou

Re: ColdFusion Builder Released!

2010-03-23 Thread Sam Mawby
community as a whole. CFML has always lacked an excellent editor and this is definitely not addressed by ColdFusion Builder. It's an ok product but that's all. Sam Mawby ~| Want to reach the ColdFusion community with something

Re: Data Parse error

2010-03-18 Thread Sam
Try outputting your results, past it into a sql window and execute it cfoutput INSERT INTO SRAStaff (First, Last, MI, EmpID, CurrentSchool, CurrentSubjectOrGr, PhoneHome, PhoneCell, PhoneWork, Voicemail, Address, City, State, Zip, Email, ApplyPosition, ApplySchool, SchoolApplyOther,

cftree and blackberry

2009-12-18 Thread sam Detweiler
I have a cf 9 app that uses cftree with the bind: parameter to dynamically create a tree... there are a couple buttons on that page too.. the buttons appear, but the body doesn't. it is all javascript. any suggestions on config, where to look to resolve this? thanks Sam

web service API problems (data conversion)

2009-07-01 Thread sam Detweiler
) { totalNoOfComputers.value = (java.lang.Long) org.apache.axis.utils.JavaUtils.convert(_output.get(new javax.xml.namespace.QName(urn://www.ca.com/Unicenter/DSM/r11, totalNoOfComputers)), java.lang.Long.class); } Sam

Re: cfinput question

2009-07-01 Thread sam Detweiler
=upload accept = application/pdf rather than cfinput.. its what I use in my code sam ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http

Re: cfinput question

2009-07-01 Thread sam Detweiler
extension/type.. (unless as noted you have code running a the client side (flash, plugin, etc).. You didn't ask for enforcement, you asked for 'show'.. Sam ~| Want to reach the ColdFusion community with something they want? Let them

Re: web service API problems (data conversion)

2009-07-01 Thread sam Detweiler
any help here? anyone know how these bindings work? Sam ~| 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/groups/cf

Re: webservice

2009-06-28 Thread sam Detweiler
the methods on the object code cfset this.session = this.ws.Login(arguments.user,arguments.password,arguments.domain) /code Sam ~| Want to reach the ColdFusion community with something they want? Let them know on the House

Support for TAR files

2009-06-25 Thread sam Detweiler
Is there any library of functions to support mgmt of TAR files from a CF application? I have a TAR file on my server that needs to have files added to it as part of a web transaction, then gziped.(which there are methods for). I use the ZIP methods for the Windows zip files. Sam

Re: cffile cannot access network drive

2009-01-21 Thread sam Detweiler
). AND accessing via unc thanks Sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf

Re: cffile cannot access network drive

2009-01-21 Thread sam Detweiler
So I take it these servers aren't on a domain... .:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com correct.. only for development and pre-production test Sam ~| Adobe® ColdFusion® 8 software 8

cffile cannot access network drive

2009-01-20 Thread sam Detweiler
Sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Re: cffile cannot access network drive

2009-01-20 Thread sam Detweiler
sam Detweiler wrote: ColdFusion does not run as you, it does not have your permissions. You have to configure it as a user that does have the desired permissions. thanks.. this is CF on tomcat.. tomcat is running on the system account with permission to interact with the console.. Sam

Re: cffile cannot access network drive

2009-01-20 Thread sam Detweiler
location. Visit http://training.figleaf.com/ for more information! thanks.. created a special account, but this didn't help either. Sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: cffile cannot access network drive

2009-01-20 Thread sam Detweiler
.. the 'other system' is really a virtual machine running under my userid with a shared drive. I can't logoff or the VM will be shut down. I am using drive letters, not UNC Sam ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: cffile cannot access network drive

2009-01-20 Thread sam Detweiler
well, I don't know on the first.. the 'other system' is really a virtual machine running under my userid with a shared drive. I can't logoff or the VM will be shut down. I am using drive letters, not UNC Sam and it doesn't matter, fails with UNCs as well. Sam

Re: 500 Event Handler Exception error when I try to create a java object

2009-01-16 Thread sam Detweiler
, com.ca.dsm.webservice.UnitPropertyFilter); Sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http

Re: 500 Event Handler Exception error when I try to create a java object

2009-01-16 Thread sam Detweiler
directory is sufficient or if there is something else to do on top of that? Kindly help! I built the Employee class from the text, put the class file in webapps/cfusion/web-inf/classes and then used the sample cfm code, and it worked as documented. (I am running cf on tomcat) Sam

Re: webservice failure in cf 8

2009-01-16 Thread sam Detweiler
://sitename/remote.cfc?wsdl; name=ws refreshwsdl=Yes Anyone ever see this or know what's up? Thanks Sounds like the generated class files got whacked.. clean them up by deleting in webapps/cfusion/web-inf/cfusion/stubs then the next time the page is run the ws stubs will be recreated. Sam

google widget toolkit thru CF

2009-01-15 Thread sam Detweiler
to the js implementation. sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com

replace() vs replacelist() behavious differences

2009-01-14 Thread sam Detweiler
that if the output list contains ,, for a particular entry in the input list, this entry is SKIPPED and the output list REDUCED in size.. if there is a SPACE char at least, then all is ok. OR do you need actual replaces near the front and deletes near the back? I'll try that sam

Re: replace() vs replacelist() behavious differences

2009-01-14 Thread sam Detweiler
that sam if you put all the chars you want to remove at the END of the list, and specify NO replacement char at the first such position, all will be deleted... BUT, one of the chars appears NOT to be ',' itself.. bummer.. (so you have to make at LEAST 2 passes thru the string..) any ideas how

Re: replace() vs replacelist() behavious differences

2009-01-14 Thread sam Detweiler
? I'll try that sam if you put all the chars you want to remove at the END of the list, and specify NO replacement char at the first such position, all will be deleted... BUT, one of the chars appears NOT to be ',' itself.. bummer.. (so you have to make at LEAST 2 passes thru the string

Re: replace() vs replacelist() behavious differences

2009-01-14 Thread sam Detweiler
can. in=a,b,c,e out = ,,, , (or '','','', ,) will not work in=a,b,c,e out = '','','',' ' then it DOES work. Sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: programming guidance, cftree

2009-01-12 Thread sam Detweiler
in seeing the problem case. -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 781.769.0723 http://onTap.riaforge.org/blog sent the code, data and xsl sheet to you via email. sam ~| Adobe® ColdFusion® 8

Re: Loading data from a webservice call into MSSQL.

2009-01-12 Thread sam Detweiler
Rob I sent your updated code to you via email Sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http

Re: Using JCaptcha and FreeTTS to embed captcha and audio for the visually impaired

2009-01-12 Thread sam Detweiler
look forward to hearing from you Regards, John application specific jar files usually go in webapps/application_name/web-inf/lib Sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: Using JCaptcha and FreeTTS to embed captcha and audio for the visually impaired

2009-01-12 Thread sam Detweiler
Hi Sam, Thank you for your post. I have copied the files FreeTTS.jar file to my standalone ColdFusion installation folder: C:\CFusionMX7\lib\freetts.jar. I restarted ColdFusion and the jar file is now showing up in the class-path which is good. I can dump the methods in the FreeTTS

Re: Loading data from a webservice call into MSSQL.

2009-01-10 Thread sam Detweiler
I would expect. what are the design constraints about losing one of the updates in the event of a crash? Sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: Loading data from a webservice call into MSSQL.

2009-01-10 Thread sam Detweiler
Hi Sam, You should be able to create an in memory query to represent the received data (your temp 'table' is rows and columns, same as a 'query'), and then your other operations would proceed normally with a few minor changes in syntax, change the datasource= to dbtype=) Ok, so

Re: Loading data from a webservice call into MSSQL.

2009-01-10 Thread sam Detweiler
to limit it as much as possible. Thanks Sam, Rob Oh, and the relative lifetime of these objects drops significantly as well. the disk table is going to last for LOTS of milliseconds (10ms per I/O at least, times too many to count). here you won't incur ANY I/O unless paging gets involved

programming guidance, cftree

2009-01-09 Thread sam Detweiler
I have the need to display an xml document. so I am using cftree to do that. to build the cftreeitems, it is easiest to recursively call the renderer for each node. BUT the cf compiler 'expects' the cftreeitem tags to be in the SOURCE FILE AFTER the CFTREE tag. if I generate the tree items

Re: programming guidance, cftree

2009-01-09 Thread sam Detweiler
dealey ^ new epoch isn't it time for a change? ph: 781.769.0723 http://onTap.riaforge.org/blog thanks. I wasn't able to find a query mechanism either. the tree displays/works fine, but the app build process isn't right.. Sam

Re: programming guidance, cftree

2009-01-09 Thread sam Detweiler
type tag to generate the stuff inline.. (tree from xml), as my renderer is xml agnostic Sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Re: programming guidance, cftree

2009-01-09 Thread sam Detweiler
with the variables, they will NOT survive. (I have a nice xslt that demonstrates the problem clearly).. sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Re: programming guidance, cftree

2009-01-09 Thread sam Detweiler
trying to clean it up architecturally, performance, and maintenance wise. Of course, I may have to end up at a raw dhtml tree to get everything I want (node select boxes, cascaded select, etc).. but we'll deal with that when we get there. Sam

Re: how to get latest XALAN libs under CF 8

2009-01-01 Thread sam Detweiler
, CF will not start anymore due to an IllegalAccess error. what did I miss? Thanks sam the illegalaccessError was fromt he xercesimpl.jar in the flex/jars directory. but.. the root problem was a missing namespace entry for the xalan functions on the stylesheet statement (xmlns:xalan=http

how to get latest XALAN libs under CF 8

2008-12-29 Thread sam Detweiler
will not start anymore due to an IllegalAccess error. what did I miss? Thanks sam java.lang.IllegalAccessError at org.apache.xerces.impl.XMLDocumentFragmentScannerMMImpl.init(XMLDocumentFragmentScannerMMImpl.java:105) at org.apache.xerces.impl.XMLDocumentScannerMMImpl.init

trouble with CFZIP action=zip add one file to existing zip

2008-12-23 Thread sam Detweiler
portion works perfectly).. Sam cffile action=copy source=#masterzip# destination=#destname# cfzip file=#destname# action=list name=listvar /cfzip cfdump var=#listvar# cfzip file=#destname# action=zip source=#application.download_directory# overwrite=no cfzipparam content=#markup# entrypath

Re: java package name on cfinvoke of web service

2008-12-11 Thread sam Detweiler
to pass the additional parameters. cfscript wsparm = StructNew(); wsparm[refreshWSDL]=no; wsparm[saveJava]=yes; wsparm[wsdl2javaArgs]=-p com.xxx.yyy.webservice; wsparm[port]=DSMWebServiceAPIService; ws=CreateObject(webservice,wsdl_url,wsparm); /cfscript Sam

package name on cfinvoke of web service

2008-12-10 Thread sam Detweiler
cfinvoke, 2. get the holder classes with the right code, 3. keep CF from regening the java 4. tell cf the package name on the classes to use for later calls.. thanks.. Sam ~| Adobe® ColdFusion® 8 software 8 is the most

package name on cfinvoke of web service

2008-12-10 Thread sam Detweiler
cfinvoke, 2. get the holder classes with the right code, 3. keep CF from regening the java 4. tell cf the package name on the classes to use for later calls.. thanks.. Sam ~| Adobe® ColdFusion® 8 software 8 is the most

java package name on cfinvoke of web service

2008-12-10 Thread sam Detweiler
cfinvoke, 2. get the holder classes with the right code, 3. keep CF from regening the java 4. tell cf the package name on the classes to use for later calls.. thanks.. Sam ~| Adobe® ColdFusion® 8 software 8 is the most

cfinvoke web services with complex datatypes, wsdl2java invocation problem, cf8.01

2008-12-10 Thread sam detweiler
, classfile, jar file, ???) (I don't have another wsdl to try against..) Sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

Re: java package name on cfinvoke of web service

2008-12-10 Thread sam Detweiler
for the generated classes, but what a pain. One parm is all it takes.. and use that on the object creation under the covers.. (same as I will have to do to reimplement the cfinvoke code).. Sam ~| Adobe® ColdFusion® 8 software 8

Re: Error converting data type varchar to numeric

2008-09-26 Thread Sam Roach
null=YES -- Sam On Fri, Sep 26, 2008 at 2:29 PM, Larry Juncker [EMAIL PROTECTED] wrote: Anybody This is something that I really need help on... Thanks Again in advance -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2008 2:50

Coldfusion Mapping

2008-07-01 Thread sam menon
Hi, Where will coldfusion mapping will be stored, I mean any xml file or something like that. I need to get a mapping from CF admin, but I don't have access to the cf admin, so trying to get mapping info. Can anyone please help me to find the details Thanks

Coldfusion Mapping

2008-07-01 Thread sam menon
Hi, Where will coldfusion mapping will be stored, I mean any xml file or something like that. I need to get a mapping from CF admin, but I don't have access to the cf admin, so trying to get mapping info. Can anyone please help me to find the details Thanks

Re: cfloop using to much memory

2008-06-26 Thread Sam Roach
Yes I am using CF8. On Wed, Jun 25, 2008 at 6:26 PM, Dan Vega [EMAIL PROTECTED] wrote: Are you using CF8 because they made many improvements to this very problem in 8. Dan On Wed, Jun 25, 2008 at 9:17 PM, Sam Roach [EMAIL PROTECTED] wrote: We are trying to create a CSV file with about

Re: cfloop using to much memory

2008-06-26 Thread Sam Roach
:17 PM, Sam Roach [EMAIL PROTECTED] wrote: We are trying to create a CSV file with about 250,000 rows with about 40 dynamic columns which we need to loop over so we can get the correct order. We see an issue coming from the nested loops on the large dataset and the server

Re: Replace comma in replace list

2008-06-26 Thread Sam Roach
I don't know if you can do it with the ReplaceList function at all... But you can wrap your var with a replace first.. Example: cfset new_var=#ReplaceList(trim(replace(my_var,,,_,all)), ##,,%,,/,\,*,?,,,|,:,$,.,',,@,#chr(44)#,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_)# hope this helps. -- Sam

Re: cfloop using to much memory

2008-06-26 Thread Sam Roach
This empty loop as posted here will cause the same memory spikes. You can create just a simple .cfm page and run this and watch the memory go out of control. Maybe it is a Coldfusion bug? cfset outsideloop = 2000 cfloop from=1 to=#outsideloop# index=x /cfloop thanks, -- Sam On Thu, Jun

Re: cfloop using to much memory

2008-06-26 Thread Sam Roach
Thanks, the cfsilent did the trick.. -- Sam On Thu, Jun 26, 2008 at 10:04 AM, Brian Kotek [EMAIL PROTECTED] wrote: By the way, this runs in about 5 seconds and uses no memory on my machine. cfsilent cfset outsideloop = 2000 cfloop from=1 to=#outsideloop# index=x /cfloop /cfsilent

cfloop using to much memory

2008-06-25 Thread Sam Roach
=x /cfloop thanks, -- Sam ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups

Installing ColdFusion on IIS

2008-06-24 Thread sam menon
Hi, I have coldfusion installed on my local system, than selecting IIS as the server , i installed it as default, now it has installed in c:/CF/wwwroot folder, how can I change it to IIS? Will selecting the IIS as server change the rest of the sites on it?? please help me Thanks

Re: Submitting a form inside of cfdiv

2008-02-01 Thread Sam Farmer
If you have multiple cfforms and cfdivs on a page make sure to give each one distinct names and things should work fine. Otherwise you will get some interesting behavior. On Feb 1, 2008 11:41 AM, Dave Watts [EMAIL PROTECTED] wrote: cfform name cfinput type=text yada cfinput type=text

Re: Forms within CFWINDOW

2008-01-09 Thread Sam Farmer
Yeah, your right, I see what Pete is after now. The easiest way is to use cfform otherwise you need to use the ColdFusion JavaScript functions. I misread and thought you wanted a form on the main page to submit to a cfwindow. On Jan 8, 2008 8:01 PM, Azadi Saryev [EMAIL PROTECTED] wrote: iirc,

Re: ListAppend

2008-01-09 Thread sam menon
thanks for the reply... I solved it by replace() as you mentioned here in the form or I should have used list qualifier ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

caching problem

2008-01-09 Thread sam menon
Hi, I am working on a coldfusion site which is built on Coldfusion MX 7 farcry CMS, I am new to that I have created a cfm file in the site, not using farcry but directly in the project folder. my problem is when for the first time i execute the file, it executes fine but after that somehow

Re: Forms within CFWINDOW

2008-01-08 Thread Sam Farmer
=button name=sub id=sub value=Results onClick= submitPoll() /form /body /head /html cfwindow name=pollResults initShow=falsehere/cfwindow pollEcho.cfm cfdump var=#form# format=text Cheers, Sam samfarmer.com On Jan 8, 2008 1:57 PM, Pete Ruckelshaus [EMAIL PROTECTED] wrote: I

ListAppend

2008-01-08 Thread sam menon
Hi, I am trying to construct a ', delimited string to pass it to cfquery this is my code But its appending only first character, cfset del=', cfset lst=ListAppend(lst,#xmlDocHotelData.xmlroot.ImageGallery.xmlChildren[i].xmltext#,#del#) /cfloop Can anyone please help me...I am new to

Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
Hi, I am getting the following error Could not generate stub objects for web service invocation, when i tried to execute a sample web service. How to check whether web service site is working or not I tried using the following code cfscript o =

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
Now its working in our web server not on clients server... How can i change the following code to get the values cfscript o = createObject(webservice,https://b2b.ratestogo.com/WS/Services/Content/Content.asmx/HotelList?AffiliateID=1Password=test123CityName=Chicago;);

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
I need to get the contents (xml) data from the above url and have to insert them into a database. I am trying to create an object which stores the xml values, but I am not sure how to use in the web service as I m new to web services. ANy help would be much appreciated

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
if you try to acces the following url https://b2b.ratestogo.com/WS/Services/Content/Content.asmx?op=HotelList they are specifying SOAP , http get and post methods to get the data, how can I use that in coldfusion? It didn't not display the data for you as the affiliate id and password are not

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
thnaks for the suggestion But I am not able to get the data, this is my code cfhttp url=https://b2b.ratestogo.com/WS/Services/Content/Content.asmx/HotelList?AffiliateID=57Password=gdfgdfCityName=Adelaide; method=GET name=onerow throwOnError=Yes/ cfoutput#XmlParse(onerow)#/cfoutput cfset

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
I tried with the following code , but its giving Element XMLROOT.ITEM is undefined in XMLDOC. is ITEM a property/method of XMLDocument? cfhttp url=https://b2b.ratestogo.com/WS/Services/Content/Content.asmx/HotelList?AffiliateID=543444Password=dsfsdfCityName=Adelaide; method=GET

Re: Could not generate stub objects for web service invocation

2008-01-01 Thread sam menon
Thanks for all the help, I fixed the problem Thank you so much for the help ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: 2 cfforms on same page problem

2007-11-07 Thread Sam Farmer
Do the forms have different names? On Nov 7, 2007 2:16 PM, Michael Appenzellar [EMAIL PROTECTED] wrote: ColdFusion 8: I have 2 cfforms on the same page. One in not a flash form, the other is. The flash form won't work because I have another cfform on the same page. Any thoughts on how to fix

Re: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-07 Thread Sam Farmer
That occurs when the user is requesting a cfc directly and the access for the method is not remote. It is strange that only one person sees this though. On Nov 7, 2007 11:18 AM, Keith, Jeremy [EMAIL PROTECTED] wrote: Also the page that it's redirecting to is the CFC explorer

Re: Custom tags per application in CF 8

2007-08-17 Thread Sam Farmer
Claude, I wrote a blog posting on how to do it (its real easy but you do have to use Application.cfc) http://samfarmer.instantspot.com/blog/index.cfm/2007/6/1/ColdFusion-8-Per-App-Dynamic-Mappings-and-Custom-Tag-Paths-Create-Dropable-Applications Cheers, Sam On 8/17/07, Claude Schneegans

Re: Query Result Problem

2007-07-12 Thread Sam Farmer
Can you share your code? On 7/12/07, Bill Fears [EMAIL PROTECTED] wrote: We have a query that returns 53 records in Query Analyzer (which is correct) but that same query in a CF Page will only return 50 records. The query is not cached, no maxrows, no TOP keyword and there is nothing that

cf scorm api or runtime help

2007-04-26 Thread Sam Mayes
can see. I basically just need to track a user and whether they have finished the course or not (through normal scorm api calls) thanks for any info. Sam ~| Deploy Web Applications Quickly across the enterprise with ColdFusion

Re: cfchart reversal?

2007-04-20 Thread Sam Farmer
making it negative and messing with the scale. Just thinking out loud. HTH, Sam Farmer On 4/19/07, Will Tomlinson [EMAIL PROTECTED] wrote: I have a ranking system in which items are scored, say 1-3. 1 being the highest ranking. I'm displaying these in a bar chart, but the item

Re: changing directory

2007-04-13 Thread Sam Farmer
and a status code of 302 (I think) as that will tell browsers and search engines that the page has moved permanently. See Google for more. Cheers, Sam Farmer http://samfarmer.instantspot.com/blog/ On 4/12/07, daniel kessler [EMAIL PROTECTED] wrote: I'm in a shared hosting environment, so I

pie cfchart, start with a vertical?

2007-03-09 Thread Sam Farmer
value=245 /cfchartseries /cfchart The problem is that the first item Used seems to start at a random angle and I would really like it to start at 0 degrees (straight up). Is there anyway to do this? Thanks, Sam

Re: Browserhawk / browser stats generation?

2007-03-09 Thread Sam Farmer
I believe all of the stats you mention are included in the free version of Google Analytics. http://www.google.com/analytics/ Sam On 3/9/07, Andy Matthews [EMAIL PROTECTED] wrote: My company uses a product called Browserhawk. This is a middleware that runs on the first page the user hits

Re: JVM / JRE update

2007-02-07 Thread sam komo
up my the xml file. How can I safely upgrade my test servers? Thanks Sam On 2/7/07, Dave Watts [EMAIL PROTECTED] wrote: I need to update a customers windows 2003 server to 1.4.2_11 JVM (currently 1.4.2_05 / CF 7.01). I have noticed the server has the v5 JRE installed separately in C

Re: JVM / JRE update

2007-02-07 Thread sam komo
. Choose 'Settings Summary' from the left menu to confirm that the Java Version is 1.4.2_11 Hope it helps Gareth - Original Message - From: sam komo [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, February 07, 2007 10:29 PM Subject: Re: JVM / JRE update

Re: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-02-06 Thread sam komo
Folloed the recommendation from Adobe, tried applying the Java 1.4.2_11 patch from Sun. Now unable to restart my CF Administrator. How do I safe apply this update? Thanks Sam ~| Upgrade to Adobe ColdFusion MX7 Experience

Re: Check Boxes not checked

2007-01-31 Thread Sam
getMemberEmailGroupsRet.GroupID will only return the first record. Is that your intention? If not try listFind() On 1/31/07, Bruce Sorge [EMAIL PROTECTED] wrote: In case anyone is wondering, regarding the checkbox issue, I am querying two tables. tblEmailGroups and tblEmailGroupNames

Re: dynamic form in SQL Server

2007-01-26 Thread Sam Farmer
keys. HTH, Sam On 1/26/07, Brad Wood [EMAIL PROTECTED] wrote: Hey, I'm building a quick and dirty dynamic form to edit all the columns in a table using SQL server 2000. My select below works, but I know I should rewrite it using the INFORMATION_SCHEMA approach. Can anyone help me change

Re: ScottishCFUG : Connect Meeting with Rob Gonda on AJAX

2006-12-07 Thread Sam Roach
. Thanks, -- Sam ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive

EDI X12 COLDFUSION

2006-12-06 Thread Sam Roach
Has anyone setup a Coldfusion EDI VAN system? I'm Looking for some information on translations for 850 POs, or any other docs. It would be nice not to have to start from scratch. Any code samples can be zipped and emailed to me directly. Thanks, -- Sam

Re: Custom Tag in CFC not working

2006-11-15 Thread Sam Farmer
Double check that the prefix you specify in the cfimport tag is mycustomtag otherwise CF will just ignore that mycustomtag call. Cheers, Sam On 11/15/06, Chris Velevitch [EMAIL PROTECTED] wrote: On 11/15/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: What does it do It writes

Question About xtreme-host.com WAS Best CF7 Hosting company

2006-11-14 Thread Sam Farmer
Dawn, I use xtreme-host.com and am very happy with them. However, do you have problems with keeping an FTP connection? Its my one gripe but I'm unsure if its my software, ISP, etc or xtreme-host.com. Cheers, Sam On 11/2/06, Dawn Sekel [EMAIL PROTECTED] wrote: I use xtreme-host.com. I have

Re: Ajax and CF...*sigh*...again...

2006-10-06 Thread Sam Farmer
I started by working with an example like below and found it quite useful. For my current project I am going to use ajaxCFC which I'm liking as it does a lot of stuff and is simple to implement. Cheers, Sam On 10/6/06, Kevin Aebig [EMAIL PROTECTED] wrote: Here's a painfully simple

Re: cfchart jpg format

2006-10-02 Thread Sam Farmer
. It would be very cool if you could use it like you want to below (in addition to the current method). Cheers, Sam F On 10/2/06, Richard White [EMAIL PROTECTED] wrote: Hi, i am just wondering if by using the jpg format in the cfchart whether you can actually output this as an image. i have got

Re: Oracle XE CFMX7 Standard

2006-09-22 Thread Sam Farmer
Just set this up on a dev machine. The only trick was to use 'XE' as the SID Name. Everything else worked with the usual Oracle settings and the provided Oracle driver. Cheers, Sam On 10/31/05, Pete Ruckelshaus [EMAIL PROTECTED] wrote: Now that Oracle has released a free database (http

Table Rename

2006-09-20 Thread Sam Roach
Database Query. [Macromedia][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect Thanks, -- Sam ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

RE: Table Rename

2006-09-20 Thread Sam Roach
You were correct; I recreated the datasource and all works fine now. Guess I've spent to much time looking at this computer screen. Thanks. -- Sam -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 10:42 AM To: CF-Talk Subject: RE

Re: CF 7.0.2 Rollback

2006-09-15 Thread Sam Mitchell
We had the exact same problem when we applied the patch. Do you have a custom scripts directory defined in cfadmin? There's a new .js file used for charts which the updater automatically installs into the default scripts directory (cfide/scripts), without the new files you won't be able to render

Files exchange with SOAP server

2006-09-04 Thread sam
the same thing but in coldfusion, thank you in advance for your assistance! sam there are the instructions I receive: To test I've to execute the function GetPinCLIInfo The input is an array as follows MSISDN='44484238701' username

Re: Datediff help

2006-08-16 Thread Sam Farmer
not CF's in this case. Not sure what database you are using but I think in SQLServer the function is called DateDiff. HTH Sam On 8/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a query where I'm performing an inner join and the cfm page is telling me ... MembShpDate

Re: cfdocument images and https

2006-07-27 Thread Sam Mitchell
We had the same issue on one of our sites. If the sites domain name doesn't match the domain name of the ssl cert then the image links will break. In our scenario we were using a wildcard certificate which was causing all the problems (*.domain.com). Purchase a ssl certificate for the sites

Re: Problem with cflogoff tag

2006-07-24 Thread Sam Farmer
Can you provide the code? For both logging in and logging out. Also livedocs provide a good background for this tag: http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=0289.htm Cheers, Sam On 7/24/06, Billingsley

CFLDAP and AD

2006-07-18 Thread Sam Mayes
=#form.password# cfset isAuthenticated=true cfcatch type=ANY cfset isAuthenticated=no /cfcatch /cftry Sam ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting

Re: Coldspring

2006-07-10 Thread Sam Farmer
Take a look at the Factories Presentation by Sean Corfield (http://corfield.org/blog/index.cfm). That helped me understand it a lot. Cheers, Sam On 7/10/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: I have been reviewing Coldspring recently and to be honest - I don't get it :-) even

Re: Strip dots out of ip address

2006-06-27 Thread Sam Farmer
On 6/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm trying to use it as part of a unique numeric value for e-mail confirmation. Be careful though. IP addresses can change all the time. I rebooted today and got a different one. Cheers, Sam

  1   2   3   4   >