WSDL method does not show my functions

2010-08-06 Thread Charles Heizer
I'm running in to a strange issue and I dont know if what I'm doing is technically supported or it's a bug. I have a cfc which is used as a WebService and it has gotten really large. To make it easies to maintain I wanted to break it apart and cfinclude statements for my different sections. T

populate cf variable using javascript array

2010-03-11 Thread Charles Heizer
Hello, I would like to know if it's possible to set a coldfusion variable from a javascript array? If so how? What I really want to do is populate a cfinput with the values from the javascript array. Thanks, Charlie ~| Want

Using cfif and spry data

2008-11-14 Thread Charles Heizer
Hello, I've just started to take a look at using spry and so far I really like it. The trouble I'm having is using it with cfml. For example, I'm trying to use a spry data result in a cfif statement and it does not seem to be working. Is it possible, if so what do I need to do. Example: Thank

Re: WEBDAV Put using CFHTTP

2008-11-07 Thread Charles Heizer
Thanks, I was using the CFHTTPPARAM to put a file which is on the local file system to the WEBDAV host. This right now is not a web form just a simple cfm page. Thanks, - Charles > > I seem to be getting closer. I'm now getting a "409 Conflict". I > really dont know much about the WEBDAV proto

Re: WEBDAV Put using CFHTTP

2008-11-07 Thread Charles Heizer
I seem to be getting closer. I'm now getting a "409 Conflict". I really dont know much about the WEBDAV protocol. Does anyone know what a 409 Conflict is. Thanks >I tried it with http instead and no error, but it also did not put the file. > >Any ideas? > >>http://www.bpurcell.org/blog/index.cf

Re: WEBDAV Put using CFHTTP

2008-11-07 Thread Charles Heizer
I tried it with http instead and no error, but it also did not put the file. Any ideas? >You are most likely not doing anything wrong. cfhttp request to https >are a real pain!!! Coldfusion is most likely not reading your SSL cert >correctly and the error sucks! > >If you can make a call using ht

Re: WEBDAV Put using CFHTTP

2008-11-07 Thread Charles Heizer
I also just used Dreamweaver and it worked fine with put and get. Thanks, - Charles > > I have a WEBDAV server set up and I would like to post a file to it. > I was trying to use > > cfhttp and I keep getting a "Connection Failure: Status code > unavailable" error. > > Can you check your web s

Re: WEBDAV Put using CFHTTP

2008-11-07 Thread Charles Heizer
Yea, I was able to connect via https using Safari just fine. > > I have a WEBDAV server set up and I would like to post a file to it. > I was trying to use > > cfhttp and I keep getting a "Connection Failure: Status code > unavailable" error. > > Can you check your web server's log files? Are y

WEBDAV Put using CFHTTP

2008-11-07 Thread Charles Heizer
Hello, I have a WEBDAV server set up and I would like to post a file to it. I was trying to use cfhttp and I keep getting a "Connection Failure: Status code unavailable" error. Here is the simple code I'm using to test... https://myhost.com"; username="user" password="pass" throwonerror="true"

Re: CFMX 7.0.2 issues...

2007-04-24 Thread Charles Heizer
; http://www.viviotech.net/ > BlueDragon Alliance Member > [EMAIL PROTECTED] > > > Charles Heizer wrote: >> Thanks, >> do you know if there is a log I can look at to see if this is the >> issue? My /etc/hosts file looks correct, the server is behind a F5 on >> a privat

Re: CFMX 7.0.2 issues...

2007-04-23 Thread Charles Heizer
I have >> it take 10 minutes to get through the "Starting Registry...". >> >> Is there something I can check? >> >> Thanks! >> - Charles >> >> >> >> - >

CFMX 7.0.2 issues...

2007-04-23 Thread Charles Heizer
anks! - Charles -------- Charles Heizer Systems Management Solutions Group Lawrence Livermore National Laboratory 7000 East Ave. L-285 Livermore, CA 94550 Phone: (925)422-0197 Fax:(925)422-2425 email: [

Webservices and RealBasic

2007-04-02 Thread Charles Heizer
Hello, Can anyone tell me if they have successfully used a Coldfusion webservice from RealBasic using a Soap request? I'm getting a XmlException. Thanks, - Charles Charles Heizer Systems Management Solutions

Re: WebService help...

2007-04-02 Thread Charles Heizer
n error please return it to the sender > or call > our switchboard on +44 (0) 20 89107910. The opinions expressed > within this > communication are not necessarily those expressed by Reed > Exhibitions." > Visit our website at http://www.reedexpo.com > > ---

WebService help...

2007-03-28 Thread Charles Heizer
Hello, I'm really tyring to figure out how to use a simple web service in coldfusion. My WS (helloworld.cfc) What I'm trying to figure out is how do I call this in a web browser? And the last part is, I'm also trying to use RealBasic to ge

Re: Web based HTML Editor recommendations please

2007-02-12 Thread Charles Heizer
I use TinyMCE it works really well with IE and Firefox, and it's really easy to setup and configure. - Charles On Feb 12, 2007, at 8:03 AM, Daniel Roberts wrote: > I've been looking around at various html editors available KTML, > ActivEdit, FCKeditor and others. I wanted to get some opini

Re: Virtual Pages and Paths

2007-02-12 Thread Charles Heizer
th additional text when something like that happens. > > > > > > > > > Output="#sFileOutput#"> > > > > > " addnewline="Yes"> > > Or if the file was moved > > > Output="#sFileOutput#"> > output=

Virtual Pages and Paths

2007-02-11 Thread Charles Heizer
Hello, I'm trying to come up with a soltuion which I'm not sure if Coldfusio can solve for me. I'm createing a app which is a total site admin tool which would allow my groups to create their site using my tool. I'm storing all of the page(s) info in a database so it can be edited and updated; s

WebService issue...

2006-10-24 Thread Charles Heizer
Hello, I'm starting to look at creating a real web service instead of a http get page. But the issue I'm having is that I can't seem to pass a ldap dn to my query through cfinvokeargument Every time I try it Iget the same error... Web service operation "getDN" with parameters {vDN={DC=the-la

WYSIWYG Editor

2006-06-11 Thread Charles Heizer
Hello, Can someone please recommend a good + free WYSIWYG editor for me to embed in my code. Thanks, - Charles ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243155 Archives: http://www.houseoffusion.com/cf_lists/th

Re: cfldap and filter help...

2006-03-15 Thread Charles Heizer
Thanks! - Charles On Mar 15, 2006, at 6:23 PM, Dawson, Michael wrote: > (&(objectClass=asdCollection)(|(asdPubPrefix=LLNL) > (asdPubPrefix=CMP_SMSG > )) > > This means "asdCollection" and either "LLNL" or "CMP_SMSG". > > M!ke > > ---

cfldap and filter help...

2006-03-15 Thread Charles Heizer
Hello, I'm trying to create a filter and I having some trouble. I would like to search on two attributes but use one of them twice and I can't seem to do it. Here is my filter and it won't work, can someone please help. Thanks, - Charles filter="(&(objectClass=asdCollection)(asdPubPrefix=LL

cfquery and insert help needed

2006-03-09 Thread Charles Heizer
Hello, I'm trying to insert a value in to a column in oracle and I'm getting a missing comma error. I know the problem has to do with value "'WORDPOS(EDMGETV (ZMASTER,ZOS),' WIN2K WINXP')=0'" I just don't know what to do to fix it. Thanks, - charles Here is my sql code... insert into RADIA4

Re: XML Parsing Question...

2006-03-09 Thread Charles Heizer
Thanks, this got me on the right path ... - Charles On Mar 9, 2006, at 9:22 AM, Ian Skinner wrote: > Hello, > I have a xml doc and I want to parse it. What I would like to know is > How do I loop through "ZSERVICELIST" and build a list of all of the > tags (e.g. "ZSVCMODE"). I found that I can f

Re: XML Parsing Question...

2006-03-09 Thread Charles Heizer
CFMX 7.0.1 on Mac OS X On Mar 9, 2006, at 9:22 AM, Ray Champagne wrote: > What version of CF are u using? > > Charles Heizer wrote: >> Hello, >> I have a xml doc and I want to parse it. What I would like to know is >> How do I loop through "ZSERVICELIST" a

XML Parsing Question...

2006-03-09 Thread Charles Heizer
Hello, I have a xml doc and I want to parse it. What I would like to know is How do I loop through "ZSERVICELIST" and build a list of all of the tags (e.g. "ZSVCMODE"). I found that I can find out how man tags there are by using "ArrayLen(XMLRoot.XmlChildren)" and that works fine. Here is a

WYSIWYG Web Page Editor/Creator Plug-In

2005-12-17 Thread Charles Heizer
Hello, I'm not sure if this is possible or if such a solution is available. I would like to know if there is a WYSIWYG Web Page Editor/Creator Plug-In or something that I can add to my site that would allow a user to create formated html code, that I could then put into a database to display? T

Re: Current Status of MySQL 5 with CF MX

2005-12-09 Thread Charles Heizer
Do you have a step by step for this, I tried the mysql-connector-java-3.1.12 and cfmx 7.1 on Mac os x and I can not get it to talk to my database. I can get php to talk to the database but I really need coldfusion to work. Thanks, - Charles >I have not been using it long enough to know about s

Re: CFEclipse 1.2

2005-08-15 Thread Charles Heizer
use the eclipse update feature, register a remote site using > http://www.cfeclipse.org/update > > > On 8/15/05, Charles Heizer <[EMAIL PROTECTED]> wrote: >> Hello, >> Where can I download this plugin from? I only see 1.1.17.2? >> >> Thanks, >&g

Re: CFEclipse 1.2

2005-08-15 Thread Charles Heizer
Hello, Where can I download this plugin from? I only see 1.1.17.2? Thanks, - Charles On 8/14/05 10:28 AM, "Spike" <[EMAIL PROTECTED]> wrote: > The CFEclipse crew is pleased to announce the immediate availability of > CFEclipse 1.2. > > This is the first full release of CFEclipse since late las

CFChart -- Pie Chart Question...

2005-08-15 Thread Charles Heizer
Hello, I can't seem to find any good info on this... I I have a pie chart which is getting is data from a database query. It has two items being returned, PASS and FAIL. I would like to know if there is a way that I can associate the color Red with FAIL and Green with PASS? Thanks, - Charles ~

Re: Dateformat question

2005-07-27 Thread Charles Heizer
. > > -- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA > > "C code. C code run. Run code run. Please!" > - Cynthia Dunning > > -Original Message- > From: Charles Heizer [mailto:[EMAIL

Dateformat question

2005-07-27 Thread Charles Heizer
Hello, Can someone please tell me why the time is not correct if I use DateFormat; for some reason it's off by 47 minutes. Thanks, - Charles Example... #DateFormat(Now(), "DD-MM- HH:MM:ss")# = 27-07-2005 09:07:47 #DateFormat(Now(),"DD-MM-")# #TimeFormat(Now(),"HH:mm:ss")# = 27-07-2005 09

Coldfusion and WebService of sorts?

2005-07-20 Thread Charles Heizer
Hello, I'm trying to figure out a solution to a problem I'm having. I have an application (Not Coldfusion) that can talk to Oracle only if the Oracle client is installed, now I need to distribute this app to a lot of systems and I don't want to install the Oracle client on all of these systems. I

Re: OT: SQL COUNT Help

2005-07-05 Thread Charles Heizer
No, the database is Oracle. I just tried what you suggested and it works great! Thanks! On 7/5/05 1:09 PM, "Jochem van Dieten" <[EMAIL PROTECTED]> wrote: > Charles Heizer wrote: >> >> SELECT >> COUNT(a.userid) AS Localusers, >> (COUNT(a.wina

Re: Query help

2005-07-05 Thread Charles Heizer
Have you tried AND cs_price != '' On 7/5/05 12:57 PM, "Daniel Kessler" <[EMAIL PROTECTED]> wrote: > I am on Oracle and I'm trying to do a fairly simple query and I just > don't see the problem with it. I've stared now for way to long. > > I am trying to differentiate between grocery store

Re: OT: SQL COUNT Help

2005-07-05 Thread Charles Heizer
userlist a, #Session.Schema#.adminsubnet b WHERE replace(a.userid,'_','~') like replace(b.subnet,'_','~') and b.oid like '#Session.Username#' group BY a.userid On 7/5/05 12:45 PM, "Jochem van Dieten" <[EMAIL PROTECTED]> wro

Re: OT: SQL COUNT Help

2005-07-05 Thread Charles Heizer
) AS IsAdmin, > a.userid > > FROM #Session.Schema#.r_localuserlist a, #Session.Schema#.adminsubnet b > > WHERE b.oid like '#Session.Username#' > and a.winadmingroup = 'YES' > group BY a.userid > > On 7/5/05, Charles Heizer <[EMAIL PROTECTED]>

OT: SQL COUNT Help

2005-07-05 Thread Charles Heizer
Hello, I'm trying to do a count and I have never needed to really do this before, so here it goes. I have a table which contains local user info short name and uid and if it's an admin account. SELECT COUNT(a.userid) AS Localusers, (COUNT(a.winadmingroup) = 'YES') AS IsAdmin, a.userid

RE: Source control

2005-06-09 Thread Charles Heizer
Hi Scott, Yes, Seapine has a Dreamweaver plugin to work directly with their source control server and it can integrate with another one of their products wich is Test Track Pro. We evaluated many different systems and none of the other SC systems came close to Seapine SCM. It was even able to im

Re: Source control

2005-06-08 Thread Charles Heizer
Check out seapine.com, works the same on multiple platforms and integrates with Dreamweaver, .Net Studio, Eclipse, and many more... I use it and love it. - Charles On 6/8/05 12:50 PM, "Burns, John D" <[EMAIL PROTECTED]> wrote: > What does everyone use for source control? Preferrably somethin

Re: Performance questions ...

2005-05-13 Thread Charles Heizer
t; Also, let's say, using Compare() besides EQ ou NEQ *will not* drop you > time from 3000ms to 1000ms. Such improvements relays more on > archicteture and problem-solving approach than minimal coding improvements. > > -- > > Fabio Terracini > > > > Cha

Re: Performance questions ...

2005-05-13 Thread Charles Heizer
12:05 PM, "Sean Corfield" <[EMAIL PROTECTED]> wrote: > On 5/13/05, Charles Heizer <[EMAIL PROTECTED]> wrote: >> I was wondering if anyone has done any performance testing to see if >> Linux/Apache is faster than Windows2003/IIS or should I use the J2EE confi

Re: Man, this is so OT...

2005-05-13 Thread Charles Heizer
Black On 5/13/05 12:27 PM, "Tony Weeg" <[EMAIL PROTECTED]> wrote: > depends. > > White as an undershirt > > Black as an outershirt :) > > tw > > On 5/13/05, Will Tomlinson <[EMAIL PROTECTED]> wrote: >> Don't attack me for posting this question. Just trust me. >> >> What color teeshirts do m

Performance questions ...

2005-05-13 Thread Charles Heizer
Hello, I'm looking to make my internal site as fast a possible running CFMX 7. Right now I'm running CFMX7 on Linux in the Server configuration mode with the Apache web configuration. My main performance issue has to do with a set of LDAP tree controls which are array based; and according to the d

Re: CFLogin and storing a password

2005-04-14 Thread Charles Heizer
Obviously, it should be encrypted. > > M!ke > > -Original Message- > From: Charles Heizer [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 14, 2005 4:19 PM > To: CF-Talk > Subject: CFLogin and storing a password > > Hello, > I'm just starting to look

CFLogin and storing a password

2005-04-14 Thread Charles Heizer
Hello, I'm just starting to look at cflogin and I like what I see, but I don't see how to get the password back out? I have it so that I login using cflogin with LDAP but once the session has been set the user can browse any of the pages. Now, I have the need to make more LDAP calls and I want to

Submit button and using the enter/return key

2005-04-08 Thread Charles Heizer
Hello, I created a cfform with a type of flash, I have several input field and one sumbit button. The problem I'm having is that when I hit the enter/return key it does not submit the form. Does anyone know hat I need to do to resolv this? Thanks, - Charles ~~~

Re: ListAppend and delimiter question

2005-03-30 Thread Charles Heizer
I get around it by doing this: > > and then when done with all my list appends: > > > Cheers, > > Sam > > On Wed, 30 Mar 2005 11:07:53 -0800, Charles Heizer <[EMAIL PROTECTED]> wrote: >> Hello, >> I have a strange question, I think. Can a delimiter be

ListAppend and delimiter question

2005-03-30 Thread Charles Heizer
Hello, I have a strange question, I think. Can a delimiter be only one character? I'm trying to do a sql statement and I wanted to use ListAppend and specify the delimiter as "AND" Example ... But when I view the list I only see "A" as the delimiter. Is this a bug or is this how it should be?

Re: CFFTP and CFFILE server crash...

2005-03-25 Thread Charles Heizer
It appears to be on the cffile read, if I add a cfabort before the cffile read the download of the file works just fine. - Charles On 3/25/05 3:28 PM, "Steven Erat" <[EMAIL PROTECTED]> wrote: > Charles Heizer wrote: >> I take that back I did find this in the cfserver.l

Re: CFFTP and CFFILE server crash...

2005-03-25 Thread Charles Heizer
I just tried it again and no luck ... The only log I have in runtime/logs is coldfusion-event.log and nothing got echoed to it. But if I look at the process listing I now have this nobody2390 1 0 15:25 pts/000:00:00 /opt/coldfusionmx7/bin/cfmx7 -jar cfusion.jar -autorestart -start co

Re: CFFTP and CFFILE server crash...

2005-03-25 Thread Charles Heizer
I take that back I did find this in the cfserver.log file Unexpected Signal : 11 occurred at PC=0x3FBC9700 On 3/25/05 2:50 PM, "Sean Corfield" <[EMAIL PROTECTED]> wrote: > Anything in any of your log files? > > On Fri, 25 Mar 2005 14:34:02 -0800, Charles Heizer

Re: CFFTP and CFFILE server crash...

2005-03-25 Thread Charles Heizer
Nothing in the logs ... Here is what I get when I do a ps -aef nobody1752 1751 0 14:59 pts/000:00:01 [cfmx7 ] On 3/25/05 2:50 PM, "Sean Corfield" <[EMAIL PROTECTED]> wrote: > Anything in any of your log files? > > On Fri, 25 Mar 2005 14:34:02 -0800, Charles

Re: CFFTP and CFFILE server crash...

2005-03-25 Thread Charles Heizer
# (#index#) On 3/25/05 2:34 PM, "Charles Heizer" <[EMAIL PROTECTED]> wrote: > Hello, > I was wondering if someone could verify a nasty little bug or whatever with > ColdFusion MX 7 running on Linux. Every time I try this c

CFFTP and CFFILE server crash...

2005-03-25 Thread Charles Heizer
Hello, I was wondering if someone could verify a nasty little bug or whatever with ColdFusion MX 7 running on Linux. Every time I try this code on a system running CFMX 7 on RHEL AS 3.0 w/ Apache the coldfusion server crashes. I then tried it on Windows 2003 and it works just fine. Thanks, - Charl

Re: Tab Separated file help needed ...

2005-03-25 Thread Charles Heizer
if you could > do it in a single operation either. > > If I were doing it and since I have SQL Server at my fingertips, I would > just import the file into a database then do whatever with it. Is that > a possibility or do you need to rely soley on CF? > > M!ke > > -

Tab Separated file help needed ...

2005-03-24 Thread Charles Heizer
Hello, I have a tab seperated file wich I'm reading in and I want to know if there is some way to force a value if one does not exists. So here is a example of what I have in some cases, I'll use \t as the tab char and \r as a return. Charles \t Heizer \t cheizer \r \t Smith \t smith1 \r Tom \t \t

Re: LDAP and Active Directory and getting the objectGUID

2005-03-22 Thread Charles Heizer
ct that uses ADSI to pull that value into a > meaningful state. > > M!ke > > -Original Message- > From: Charles Heizer [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 17, 2005 5:42 PM > To: CF-Talk > Subject: LDAP and Active Directory and getting the objec

LDAP and Active Directory and getting the objectGUID

2005-03-17 Thread Charles Heizer
Hello, Does anyone have an example on how to translate the attribute objectGUID to a legible string? If I look at it in ADSI edit, it's in hex format, but if I use coldfusion is garbage. Thanks, - Charles ~| Discover CFTicket -

Problem with onclick and flash forms....

2005-03-15 Thread Charles Heizer
Hello, I was wondering if anyone else is or has had this problem. I have a CFMX7 flash type form, and I'm trying to add a simple javascript onclick, to confirm deletion. This is what I'm trying to use and I get an error " Illegal usage of actionscript." Can someone please point me in the right

Re: CFCASE and variables ...

2005-03-15 Thread Charles Heizer
expressions, not variables. On 3/15/05 11:46 AM, "Paul" <[EMAIL PROTECTED]> wrote: > "#variable#" should work. > > -Original Message- > From: Charles Heizer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 12:40 PM >

CFCASE and variables ...

2005-03-15 Thread Charles Heizer
Hello, Can someone please explain to me why cfcase can not use a variable as it's value, I would expect this to be a simple and useful feature. And does anyone know a way around this? Thanks, - Charles ~| Logware (www.logware.u

Re: OT: Oracle Query Question

2005-03-07 Thread Charles Heizer
I figured it out WHERE TABLE_NAME != 'devicestate' Does work, I just had to capitalize the table name. - Charles On 3/7/05 9:52 AM, "Charles Heizer" <[EMAIL PROTECTED]> wrote: > Hello, > I have a query that gets all of the tables. > > >

OT: Oracle Query Question

2005-03-07 Thread Charles Heizer
Hello, I have a query that gets all of the tables. SELECT TABLE_NAME FROM USER_TABLES Now what I want to do is exclude a few tables from this query. I want to exclude a table called 'devicestate' and 'devicestatus'. I tried to add the following to the statement but it did not exclude.

Re: cfinput question...

2005-02-24 Thread Charles Heizer
he same name. > > ---nimer > > -Original Message- > From: Charles Heizer [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 24, 2005 4:32 PM > To: CF-Talk > Subject: Re: cfinput question... > > This was true for me, I guess the really confusing part was that I

Re: cfinput question...

2005-02-24 Thread Charles Heizer
This was true for me, I guess the really confusing part was that I did not get a error on screen or even with the debug turned on, it just won't show the flash form, and you have no idea what's wrong. - Charles On 2/24/05 12:57 PM, "Joe Rinehart" <[EMAIL PROTECTED]> wrote: >> Seems to me like m

Re: cfinput question...

2005-02-24 Thread Charles Heizer
Do you know why that is, since a regular input checkbox field does not have to be unique it's only when I use the format type as flash? Thanks, - Charles On 2/24/05 10:42 AM, "Sean Corfield" <[EMAIL PROTECTED]> wrote: > On Wed, 23 Feb 2005 16:52:26 -0800, Charles

Re: cfinput question...

2005-02-24 Thread Charles Heizer
I need to allow the user to select multiple items. - Charles On 2/24/05 3:25 AM, "Tarantor" <[EMAIL PROTECTED]> wrote: > Why don't you try radio button instead of checkbox? > > ~ > Hello, > I'm trying to use the cfinput tag with a type of checkbox. T

Re: cfinput question...

2005-02-24 Thread Charles Heizer
No, I did find that this is only the case when the form type is flash. I think it a bug. - Charles On 2/24/05 4:20 AM, "Adrian Lynch" <[EMAIL PROTECTED]> wrote: > Did you get anywhere with this? > > Ade > > -Original Message- > From: Charles Heize

cfinput question...

2005-02-23 Thread Charles Heizer
Hello, I'm trying to use the cfinput tag with a type of checkbox. The issue I'm having is that it won't let me use the same name more than once. Example --- Now, if I use this code my flash form will not come up, but if I use a regular input tag it works fine. Can someone tell me if this is n

Re: Using ColdFusion to set scroll to position?

2005-02-10 Thread Charles Heizer
it is > document.body.scrollTop or window.pageYOffset. JavaScript is much > more adept at determining and using this information. > > -- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA > > "C code. C code run. Run

Re: Using ColdFusion to set scroll to position?

2005-02-10 Thread Charles Heizer
> code. > > > > function foobar() > { > var JSvar = #CFvalue#; > } > > > > > > -- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA > > "C code. C code run. Run code run.

Re: ArrayInsertAt Question

2005-02-09 Thread Charles Heizer
So if this is my array ... And I want to add two names after Jack ( Sue, Kim)... Is the variable vCurRow not supported? Thanks, - Charles On Feb 9, 2005, at 10:12 AM, Bryan F. Hogan wrote: > > > > > -Original Message- > From: Char

Re: ArrayInsertAt Question

2005-02-09 Thread Charles Heizer
So, then does ArrayInsertAt not support multi-dimensional arrays? - Charles On Feb 8, 2005, at 2:38 PM, Larry White wrote: > You're just supposed to name the array you want to insert at, > not the specific element: > > > Not > > > ~

ArrayInsertAt Question

2005-02-08 Thread Charles Heizer
Hello, I'm having a problem with using "ArrayInsertAt" . I keep getting a "Cannot insert/delete at position 1." Here is a snippet of my code --- The "GetADListNew" gets a new set of records based on a value that some click on. I hope this makes sense, T

Re: CFLDAP and Authentication Question

2005-02-02 Thread Charles Heizer
making it more secure. I really do appreciate the help, and I will do more investigation in to using the CreateObject. Thanks, - Charles On Feb 2, 2005, at 12:37 PM, Michael T. Tangorre wrote: >> From: Charles Heizer [mailto:[EMAIL PROTECTED] >> Hi Mike, >> Thanks, fo

Re: CFLDAP and Authentication Question

2005-02-02 Thread Charles Heizer
ation scope other than to do session variables. Thanks, - Charles On Feb 2, 2005, at 11:40 AM, Michael T. Tangorre wrote: >> From: Charles Heizer [mailto:[EMAIL PROTECTED] >> I have been working on a site that requires many ldap queries >> in to AD. >> The problem I havin

CFLDAP and Authentication Question

2005-02-02 Thread Charles Heizer
Hello, I have been working on a site that requires many ldap queries in to AD. The problem I having is not really a problem but more of a security issue. Currently during my development of the site I'm passing the user name and password in session variables (i know passwords in session variable

Re: XML Question

2005-01-31 Thread Charles Heizer
Thanks, This works great! - Charles On Jan 31, 2005, at 11:05 AM, Ian Skinner wrote: > > #xmlVAR.service.XMLchildren[i].xmlName# = > #xmlVAR.service.XMLchildren[i].xmlText# > http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i

XML Question

2005-01-31 Thread Charles Heizer
Hello, I'm new to using XML parsing in coldfusion so I hope I'm phrasing this question properly. I was wondering if it's possible to query a xml doc and return all of the attribute names (Name, Address, City). I have a long list of them and I would like to make my form as dynamic as possible.

Re: Using ColdFusion to set scroll to position?

2005-01-31 Thread Charles Heizer
;C code. C code run. Run code run. Please!" > - Cynthia Dunning > > ...-Original Message- > ...From: Charles Heizer [mailto:[EMAIL PROTECTED] > ...Sent: Monday, January 31, 2005 9:07 AM > ...To: CF-Talk > ...Subject: Re: Using Coldfusion to set scroll to positi

Re: Using Coldfusion to set scroll to position?

2005-01-31 Thread Charles Heizer
the page you > could use HTML anchors and when you redirect back to the page use > http://myserver.com/page.cfm#anchor_15 > > Martin Parry > Macromedia Certified Developer > http://www.BeetrootStreet.co.uk > > -Original Message- > From: Charles Heizer [mailto:[EMA

Using Coldfusion to set scroll to position?

2005-01-29 Thread Charles Heizer
Hello, I was wondering if someone has a good example of setting the scroll position of a page using a session variable or a cookie? I have a lot of data on the page and I want the document to refresh and go back to the same spot in the doc, and I'm using a href to refresh the page. I hope this

Re: Passing an Array through a session variable...

2005-01-24 Thread Charles Heizer
gt; > > > > On Mon, 24 Jan 2005 14:06:19 -0800, Charles Heizer <[EMAIL PROTECTED]> > wrote: >> Hello, >> I was wondering how to pass an array through a session variable? >> >> Thanks, >> - Charles >> >> > > ~~~

Passing an Array through a session variable...

2005-01-24 Thread Charles Heizer
Hello, I was wondering how to pass an array through a session variable? Thanks, - Charles ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?ban

CFLDAP and Large Seraches

2005-01-24 Thread Charles Heizer
Hello, I'm running in to a strange size limit issue with CFLDAP, where if I query my directory (ADAM) I only get back 1,000 results and this is the SearchSizeLimit which is a 1000 in ADAM. I was told by Microsoft that in order to do large searches I would need to change the query from the Sear

Re: Multivalued Array help

2005-01-14 Thread Charles Heizer
f you want to preserve the case of the struct keys, user item["level"] > syntax instead. > > Ade > > -Original Message- > From: Charles Heizer [mailto:[EMAIL PROTECTED] > Sent: 14 January 2005 18:50 > To: CF-Talk > Subject: Multivalued Array help > >

Multivalued Array help

2005-01-14 Thread Charles Heizer
Hello, If I wanted to do a multi-valued array in php I would initialize the array like this, how would I do this in ColdFusion? Thanks, - Charles PHP Example -- $item = array( 'level'=> $level, 'ecs' => $expanded, 'dn'=> $dn,

Re: String question...

2004-12-09 Thread Charles Heizer
/","AUDIT/Systems") > > --Nathan > >> -----Original Message- >> From: Charles Heizer [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, December 08, 2004 12:37 PM >> To: CF-Talk >> Subject: String question... >> >> Hello, >> I was wond

String question...

2004-12-08 Thread Charles Heizer
Hello, I was wondering if someone has a way or something to determine if a string starts with or begins with. I can do contains but what I'm looking for is if I have a string like "AUDIT/Systems" I want to know if the string begins with "AUDIT/". Thanks, - Charles

Re: cftree - autorefresh

2004-12-08 Thread Charles Heizer
Hi Dave, Have you used www.treeview.net with CFLDAP? Thanks, - Charles On Nov 23, 2004, at 10:57 AM, Dave Watts wrote: >> Stop using cftree. There are much better alternatives. >> Check out www.treeview.net ... > > I'll second that. We're using treeview.net's product for some projects > with

Re: sql LIKE question

2004-12-06 Thread Charles Heizer
What is the column type in the database, and what kind of database is it? - Charles On Dec 6, 2004, at 3:10 PM, Scott Mulholland wrote: > Is there any way to force LIKE to match on leading zeros? If I have a > query along the lines of: > > select accountkey > from companies > where accountno

Set Session Variable help needed

2004-12-06 Thread Charles Heizer
Hello, This is not something I've done before so I thought I would ask first. I'm looking for a way to set a session variable with a simple cfform tag and no submit button. Site Type: Flash Html Thanks, - Charles ~~

cftree - autorefresh

2004-11-23 Thread Charles Heizer
cture the same; meaning if I'm three levels deep in to a tree and it refreshes, I don't want to have to drill back down to the same location. Thanks, - Charles Heizer ~| Special thanks to the CF Community Sui

Re: Call a cfc from a cfform

2004-11-16 Thread Charles Heizer
Ben > > > -Original Message- > From: Charles Heizer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 16, 2004 12:46 PM > To: CF-Talk > Subject: Call a cfc from a cfform > > Hello, > I was wondering if it w

Re: Call a cfc from a cfform

2004-11-16 Thread Charles Heizer
I was thinking that I could set the action to be my cfc "action.cfc" and set the cfinvokeargument to be form values and args. Basically using a cfform instead of using cfinoke. Thanks, - Charles On 11/16/04 9:50 AM, "Rick Root" <[EMAIL PROTECTED]> wrote: > Charles

Call a cfc from a cfform

2004-11-16 Thread Charles Heizer
Hello, I was wondering if it was possible to call a cfc from a cffrom? If so how? Thanks, - Charles ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoff

CFC's and multiple returnVariable(s)

2004-11-15 Thread Charles Heizer
Hello, I'm really new to using cfc and I really like them and I'm find them to be a great time saver. My question is, I was wondering if it was possible to have multiple returnVariable in my cfinvoke? If so, can some one tell me how? Thanks, - Charles ~

Re: cfc - cffunction question

2004-11-15 Thread Charles Heizer
+0200, Murat Demirci <[EMAIL PROTECTED]> > wrote: >> For your specific situation you can use in your >> cffunction(s) or >> develop a global component which creates variables.settings >> internally and >> extend it. >> >> Murat. >> >&g

  1   2   >