Webservices, Components & passing parameters

2003-08-14 Thread A.Little
Hi all, OK, can anyone tell me what I;m doing wrong here... I have created a very simple webservice (see code below), which works fine if I try to call it as a cfc, but as soon as I try to call the method as a webservice, I get the error 'Web service operation "getDocTitle" with parameters {5459}

RE: Webservices, Components & passing parameters

2003-08-14 Thread Andre Mohamed
CF-Talk Subject: Webservices, Components & passing parameters Hi all, OK, can anyone tell me what I;m doing wrong here... I have created a very simple webservice (see code below), which works fine if I try to call it as a cfc, but as soon as I try to call the method as a webservice, I get the

RE: Webservices, Components & passing parameters

2003-08-08 Thread A.Little
Thanks André, all working now, I knew it must have been something simple - but not quite _that_ simple ;-) Alex > -Original Message- > From: Andre Mohamed [mailto:[EMAIL PROTECTED] > Sent: 08 August 2003 10:13 > To: CF-Talk > Subject: RE: Webservices, Components &

RE: Passing parameters through 3rd party COM objects - SOLVED

2003-01-29 Thread Hagan, Ryan
The answer, direct from Macromedia, is that passing parameters by reference (in other words, using function parameters to pass back data) through COM is *NOT* supported in ColdFusion and, furthermore, is bad object oriented programming style. Just thought I'd pass this along in case it was n

Re: passing parameters at time of cfc object creation

2003-01-28 Thread Sean A Corfield
On Tuesday, Jan 28, 2003, at 12:49 US/Pacific, Jon Gunnip wrote: > Is there a way to pass arguments at the time of cfc object creation? No, not with the current version of the language. > My current process means two things that I don't want to do: > 1) create the cfc object and then initialize i

passing parameters at time of cfc object creation

2003-01-28 Thread Jon Gunnip
Hello, Is there a way to pass arguments at the time of cfc object creation? All of the methods in my CFC require a particular parameter, say 'ID' that I would like to pass in at the time of object creation ('this.ID = ') and then all of the methods will know that 'this.ID' and can refer to it.

Passing parameters through 3rd party COM objects

2003-01-27 Thread Ryan.Hagan
Greetings, I'm trying to read and write data through a 3rd Party COM object. Thus far, I have successfully created the object, read and written properties and retrieved data through functions. However, I run into a problem when I need to pass data to the object that the object itself modifies an

Re: Passing Parameters - between tables ??

2003-01-10 Thread Randell B Adkins
if sub_cat is a numeric field then it should not be used with the single quotes ' ' Example Where sub_cac = #url.catno# >>> [EMAIL PROTECTED] 01/10/03 09:11AM >>> Hi Any ideas on why I am getting the following error from my code? The downloaddetail.cfm page is where the error is occuring, I am

Passing Parameters - between tables ??

2003-01-10 Thread Ian Vaughan
Hi Any ideas on why I am getting the following error from my code? The downloaddetail.cfm page is where the error is occuring, I am using the following query on this page SELECT * FROM downloads WHERE sub_cat='#URL.catno#' Error Occurred While Processing Request Error Diagnostic Informati

[SOLVED] Re: Passing parameters

2002-12-02 Thread Cutter (CF_Talk)
Dave (and all), I tried it passing through the URL, and though it wrote it to the html CFMX still did not parse the code. Instead I decided to pass it like so: Then in my call of the tag I used this: This worked beautifully to call the tag properly and parse it out. So, in the future if

RE: Passing parameters

2002-12-02 Thread Dave Watts
> > For rather odd reasons I am attempting to pass a parameter > > that looks a little like this: > > > > > > > > and call it like: > > > > #variables.hpimage# > > > > Which gives me...nothing? When I try to call it: > > > > #evaluate(variables.hpimage)# > > > > I get the error: > > > > The CFML

Re: Passing parameters

2002-12-02 Thread Bryan Stevenson
ge - From: "Cutter (CF_Talk)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 02, 2002 9:48 AM Subject: Re: Passing parameters > It's not the browser that interprets that parameter string, but rather > the CFMX server. Thi

Re: Passing parameters

2002-12-02 Thread Cutter (CF_Talk)
Message- >From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] >Sent: Monday, December 2, 2002 17:23 >To: CF-Talk >Subject: Passing parameters > > >For rather odd reasons I am attempting to pass a parameter that looks a >little like this: > > > >and call i

RE: Passing parameters

2002-12-02 Thread Ben Doom
: CF-Talk : Subject: Passing parameters : : : For rather odd reasons I am attempting to pass a parameter that looks a : little like this: : : : : and call it like: : : #variables.hpimage# : : Which gives me...nothing? When I try to call it: : : #evaluate(variables.hpimage)# : : I get the error: : :

RE: Passing parameters

2002-12-02 Thread Mike Townend
-Talk Subject: Passing parameters For rather odd reasons I am attempting to pass a parameter that looks a little like this: and call it like: #variables.hpimage# Which gives me...nothing? When I try to call it: #evaluate(variables.hpimage)# I get the error: The CFML compiler was processing: &l

Re: Passing parameters

2002-12-02 Thread Bryan Stevenson
TECTED]> Sent: Monday, December 02, 2002 9:22 AM Subject: Passing parameters > For rather odd reasons I am attempting to pass a parameter that looks a > little like this: > > > > and call it like: > > #variables.hpimage# > > Which gives me...nothing? When I try to c

Passing parameters

2002-12-02 Thread Cutter (CF_Talk)
For rather odd reasons I am attempting to pass a parameter that looks a little like this: and call it like: #variables.hpimage# Which gives me...nothing? When I try to call it: #evaluate(variables.hpimage)# I get the error: The CFML compiler was processing: < marks the beginning of a Cold

RE: Passing Parameters between Database tables ??

2002-11-05 Thread Mark A. Kruger - CFG
ovember 05, 2002 10:11 AM To: CF-Talk Subject: Passing Parameters between Database tables ?? Hi I would really appreciate some advice on this problem I am having please, and would very much appreciate any advice/guidance on the best way to achieve. I have a database table with id, doctitle,

Passing Parameters between Database tables ??

2002-11-05 Thread Ian Vaughan
Hi I would really appreciate some advice on this problem I am having please, and would very much appreciate any advice/guidance on the best way to achieve. I have a database table with id, doctitle, docsummary and three fields called category1, category2 and category3. The category1 field co

RE: Passing Parameters between pages

2001-07-20 Thread Hamid Hossain
t; using the single quotes inside the function assumes > your HREF is > encapsulated in double quotes. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 19, 2001 12:55 PM > To: CF-Talk > Subject: Re: Passing Parameters be

RE: Passing Parameters between pages

2001-07-19 Thread Dylan Bromby
sday, July 19, 2001 12:55 PM To: CF-Talk Subject: Re: Passing Parameters between pages Mark, I think you need to URL encode your parameters. Spaces between words are incorrect parameters in Netscape 4. Pagename=Rosemarie Rossetti, Ph.D. - Inspirational Speaker should be Pagename=Rosemarie%

Re: Passing Parameters between pages

2001-07-19 Thread Wjreichard
Mark, I think you need to URL encode your parameters. Spaces between words are incorrect parameters in Netscape 4. Pagename=Rosemarie Rossetti, Ph.D. - Inspirational Speaker should be Pagename=Rosemarie%20Rossetti,%20Ph.D.%20-%20Inspirational%20Speaker Bill In a message dated 7/19/01 3:46

Passing Parameters between pages

2001-07-19 Thread Mark Leder
Wierdest problem. Look at http://www.rosemariespeaks.com/untitled.cfm in IE5, click on "Email This" towards the bottom of the page. Pop up window with passed paramaters #Pagefrom# and #Pagetitle# works as planned. However, look at same URL in NN 4+, click the Email This, and the pop up states t

RE: Need help passing parameters to JavaScript

2000-10-26 Thread Hayes, David
nts to verify you are accessing the correct object: alert(myWkDt.value), for example.) Show us some more sample code, also. -Original Message- From: Hays, Duncan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 12:21 PM To: CF-Talk Subject: Need help passing parameters to Jav

Need help passing parameters to JavaScript

2000-10-26 Thread Hays, Duncan
I'm trying to pass several parameters to JavaScript in an onChange event. The input fields these are coming from are created in a loop. (This is for a timesheet.) I'm able to make the names unique by using name="WkDt#i#. I'd like to do something similar with the JavaScript parameters. I can get it

Re: Passing parameters to a COM object

2000-10-11 Thread JustinMacCarthy
Check out this great site for com & CF http://www.cfm-resources.com/c/comet/ Justin - Original Message - From: "Sree@bigbuzz" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 11, 2000 5:01 PM Subject: Passing parameter

Passing parameters to a COM object

2000-10-11 Thread [EMAIL PROTECTED]
How do i pass parameters to a COM object Thanks Sree -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or s

CFOBJECT Passing parameters

2000-10-11 Thread [EMAIL PROTECTED]
how do i pass parameters to cfobject Thanks Sree -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send

Re: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Seth Petry-Johnson
> I imagine that you're doing something similar to what I was > doing: a loader program that acts as an abstraction layer, right? I guess you could call it that, although I haven't done anything that could really be considered OOP (no classes, no inheiritence). > However, I'm glad to hear that I

Re: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Sean Renet
1, 2000 6:26 PM Subject: Re: Dynamically passing parameters to CFMODULE > > John, this can be done using the formurl2attributes tag > > (for what its worth, I *AM* using the FormURL2Attributes tag) > > Perhaps you misunderstood my question. I want to run a CFMODULE where the > param

RE: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Rick Osborne
[Seth Petry-Johnson] [Is there a way to dynamically define the parameters to a CFMODULE tag?] I messed with this a while back and couldn't get it to a point that I was happy with it. I imagine that you're doing something similar to what I was doing: a loader program that acts as an abstraction l

RE: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Dave Watts
> Is there a way to dynamically define the parameters to a CFMODULE > tag? > > For instance, lets say I have a variable called "strParamName". > If the value of this variable is "ProductName" then I want my > CFMODULE to be executed as if I hardcoded it like so: > ProductName = "someval"> > >

Re: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Seth Petry-Johnson
> John, this can be done using the formurl2attributes tag (for what its worth, I *AM* using the FormURL2Attributes tag) Perhaps you misunderstood my question. I want to run a CFMODULE where the parameter NAMES provided to the module are themselves dynamic (not just the value that is passed). To

Re: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Sean Renet
nd on the fusebox website. - Original Message - From: "Seth Petry-Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 01, 2000 3:28 PM Subject: Dynamically passing parameters to CFMODULE > This is a mul

Dynamically passing parameters to CFMODULE

2000-08-01 Thread Seth Petry-Johnson
This is a multi-part message in MIME format. --=_NextPart_000_0085_01BFFBE6.5D0DD260 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit List, Is there a way to dynamically define the parameters to a CFMODULE tag? For instance, lets say I have a variabl

RE: CFTRANSACTION & passing parameters via URL

2000-06-20 Thread Dave Watts
>I am using to group 3 . > > > > SELECT RFPNum Form SolNum > > > > INSERT INTO RFPNumAssigned(SolNum, ACGroup, SpecialistCode) > VALUES(#GetSolNum.RFPNum#, #URL.ACGroup#, #URL.SpecialistCode#) > > > > ... > > > >Following are my q

CFTRANSACTION & passing parameters via URL

2000-06-20 Thread Sheng, Joseph Y [AMSTA-AR-CI]
I am using to group 3 . SELECT RFPNum Form SolNum INSERT INTO RFPNumAssigned(SolNum, ACGroup, SpecialistCode) VALUES(#GetSolNum.RFPNum#, #URL.ACGroup#, #URL.SpecialistCode#) ... Following are my questions. 1. I need to ref

Re: Passing parameters over multiple forms

2000-04-13 Thread Reuben King
In <[EMAIL PROTECTED]>, Bob Hill ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > Hello... > > I have an application where I must collect data on a number of forms, and > then display that data on a page at the end of the process. I then need to > allow a user to go back and modify a

RE: Passing parameters over multiple forms

2000-04-12 Thread Dan G. Switzer, II
- From: Bob Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 5:42 PM To: [EMAIL PROTECTED] Subject: Passing parameters over multiple forms Hello... I have an application where I must collect data on a number of forms, and then display that data on a page at the end of the proces

Passing parameters over multiple forms

2000-04-12 Thread Bob Hill
Hello... I have an application where I must collect data on a number of forms, and then display that data on a page at the end of the process. I then need to allow a user to go back and modify any of the data they've entered. I'm looking for advice on the best way to pass the data over multiple