Loading...

Archives

“Error: The filter settings provided returned too many results. Narrow your search and try again.”

“Error: The filter settings provided returned too many results. Narrow your search and try again.”

Using qListView for a list with over 40000 items to show 3 columns (2 columns are text and the 3rd is a number), there is a filter setup on an indexed column. The filter used is:

<Eq>
 <FieldRef Name="Case_x005F_x0020_ID" />
 <Value Type="Number">668899</Value>
</Eq>

However, the following error is displayed immediately:

"Error: The filter settings provided returned too many results. Narrow your search and try again." 

INTERNAL: rich text editior is not editable on an extended web application

INTERNAL: rich text editior is not editable on an extended web application

In SharePoint 2007, using Quest Web parts version 5.2, the rich text box editior is not editable on an extended web application site. It works fine on the original web app. There is a JavaScript error on the page if you run the IE Developer Tools.

IE won’t add more than 1 value to a List with a Lookup Column

IE won’t add more than 1 value to a List with a Lookup Column

When using qListForm to add items to a list that contains a Lookup Column that allows multiple values, if they use Internet Explorer Browser you can add more than 1 value. However, if you use Chrome, you can only add 1 item.

qListForm tab is not hiding

qListForm tab is not hiding

When using qListForm with multiple tabs, the Form Component Behavior is set to Show a Container/Tab when a field is set to Equal to a FixedValue. However, the web part does hide the tab as is expected by the defined logic.

INTERNAL: Auto-Post Back on a qListForm not working

INTERNAL: Auto-Post Back on a qListForm not working

When trying to enable Auto-Post Back on a qListForm, the form is not refreshing as expected when the column value is changing and the Calendar popup to a field is not being generated. This is happening on a new simple List and qListForm as well.