CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 Queue error in Task Manager tutorial

Print topic Send  topic

Author Message
stephen

Posts: 4
Posted: 05/01/2005, 5:44 PM

Hi there,

I am following the steps in the task manager quick start tutorial. I am up to step 3, adding the project dropdown to the search.

When I run the page I receive a .net runtime error "queue empty". This is occurring in the BuildWhere() function.
_________________
Regards,
Stephen

www.opacity.com.au....websites, we make it that simple!
View profile  Send private message
stephen

Posts: 4
Posted: 05/01/2005, 6:03 PM

Solved it!

Too many brackets in the Where clause:

((tasks.task_name like '%{s_Keyword}%' Or
tasks.task_desc like '%{s_Keyword}%')) And
tasks.project_id = {s_project}

Should have been:
(tasks.task_name like '%{s_Keyword}%' Or
tasks.task_desc like '%{s_Keyword}%') And
tasks.project_id = {s_project}

_________________
Regards,
Stephen

www.opacity.com.au....websites, we make it that simple!
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.