just above the customtag include output the #SelectedOfficeID# value and put
an abort after it

<cfoutput>#SelectedOfficeID#</cfoutput><cfabort>
<cf_SelectOffices SelectedOfficeID="#SelectedOfficeID#" Debug="true">

if the block of code is already in a cfoutput block dont worry about the
extra cfoutput around the variable

I have a suspicion that the SelectedOfficeID var is not there or something
is wrong with it

Also, there should be another part to the error above what you sent

Steve

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andrew
Dickinson
Sent: Thursday, January 22, 2004 11:56 AM
To: CFAussie Mailing List
Subject: [cfaussie] RE: custom tag weirdness


> Some questions
> What is the file name of your custom tag?

SelectOffices.cfm , called as <cf_SelectOffices>
- no probs there, all as per the book.
As I said, probs start with the parameters.

> Is it in a path specified in the administrator?

I don't have access, but I'd be amazed if it did.
However, I just tried changing the path/tag name to
"FlyingPurplePeople" , which I'm sure we don't have as a path,
and it made no difference.

And, for Steve, here's the full text of the error

"
The error occurred in C:\Inetpub\wwwroot\Main
System\ManagerReports\IntStatsRangeMenu.cfm: line 21

19 : So far unsuccessful in converting cfinclude to custom tag, so ....
20 : --->
21 : <cf_SelectOffices SelectedOfficeID="#SelectedOfficeID#" Debug="true">
22 : <form action="IntStatsRange.cfm" method="post">
----------------------------------------------------------------------------
----

Please try the following:
Check the ColdFusion documentation to verify that you are using the
correct syntax.
Search the Knowledge Base to find a solution to your problem.
Browser   Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Remote Address   192.168.0.11
Referrer
http://192.168.0.3/main%20system/Managerreports/index.cfm?pagename=MIS
Date/Time   22-Jan-04 11:53 AM
Stack Trace (click to expand)
"


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew
> Dickinson
> Sent: Thursday, 22 January 2004 10:18 AM
> To: CFAussie Mailing List
> Subject: [cfaussie] RE: custom tag weirdness
>
>
> Yes, there is no specific error message. It just says
>
> "The error occured in <path/file>"
>
> then quotes the line,
>
> then says check the manual.
>
> All very helpful !
>
> > Andrew,
> >
> > You have not posted the actual error message that CF is throwing when
> > it stops on that tag.
> >
> >
> > Regards
> > Andrew Scott
> > Technical Consultant

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to