Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
morenews1 #1
what to use? function does not work
I want to modulized part of code which is used in a few pages of our site. I
was hoping i can use function and put it in application.cfm and call it from
other pages. But it seems that in function with cfscript tag i can not use
cfquery tag. I makes it useless, I was hoping to pass ID as parameter,Query the
table by this ID, make some other calculations and return value from that
function. Please let me know how else i can do it? another way i know to use
cfinclude tag. But may be there are other ways ? thank you
morenews1 Guest
-
Can't get an onRollOver function to work
I'm very new to actionscript but I've been trying make a code where I create several instances of a movieClip. I want that for each of these... -
mail() function, how to get it work?
How do I set up the mail() function in php.ini. How do I define the username and password? My smtp service requires me to log on. I'm using... -
imagerotate() function doesn't work?
Hi all, I've been trying to get imagerotate() working with PHP 4.4.3 and the latest version of GDlib. An error message is given saying the... -
why doesn't default values for this function work
Hi, I'm having problem with a function that I'll use to validate user input before passing it to MySQL. For strings, I want to make sure that... -
Autoplay function does not work
At MS. No charge usually. "Morris Reeves" <morrisr1@earthlink.net> wrote in message news:066401c3461d$ec31d2f0$a001280a@phx.gbl... -
-
blewis #3
Re: what to use? function does not work
If you are using an MX version (6 or 7) you can use the CFFUNCTION tag, which can be called just like a cfscript function but can contain CF tags.
Bryan
blewis Guest



Reply With Quote

