Ask a Question related to Coldfusion Database Access, Design and Development.
-
Kryss2099 #1
Another very stupid thing
Hi, I'm using the following code to filter my results:
<CFOBJECT COMPONENT="aicadmin" NAME="arrObj">
<CFSET d =LSDateFormat(now(),'MM/DD/YYYY')>
<CFSET arrival=arrObj.Agents(d)>
That's supposed to call my cfc function and filter the result according to
today's date.
However I'm having a datatype mismatch error.
Could somebody tell me what I'm doing wrong?
Thanks
Kryss2099 Guest
-
Same old thing
I'm tired of waiting when FH will become fully compatible for postscript printing. As a Win user I used to work with FH since version 3 (there was... -
One more thing.
I have some virtual tours of hotels. some are flash and some are HTML. I'm going to open a movie in a window and display the flash ones.... this... -
I thing it's a bug
However the problem was DirectX 9.0a, i've uninstalled it and i've installed the DirectX 8.1 and all work fine -
And they say there is "no such thing as a stupid question"?
Here is my dilema. I work for a marketing company and we want to start "emailing" websites for promotional purposes to our clients and our potential... -
One more thing......
Also...the over state for the button Im creating......... the over state has a feather edge and looks very nice, but when you see it in a browser,... -
mpwoodward *TMM* #2
Re: Another very stupid thing
Kryss2099 wrote:
Without seeing what the funciton in your CFC does it's difficult to> Hi, I'm using the following code to filter my results:
> <CFOBJECT COMPONENT="aicadmin" NAME="arrObj">
> <CFSET d =LSDateFormat(now(),'MM/DD/YYYY')>
> <CFSET arrival=arrObj.Agents(d)>
> That's supposed to call my cfc function and filter the result according to
> today's date.
> However I'm having a datatype mismatch error.
> Could somebody tell me what I'm doing wrong?
>
> Thanks
>
diagnose--please post that code.
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest



Reply With Quote

