INTERNAL: How does QuickApps for SharePoint WebPart validate the license in the SharePoint environment?
How does QuickApps for SharePoint WebPart validate the license in the SharePoint environment?
“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."
qChartView filter does not display data correctly.
When using multi-series qChartView with a filter, the chart displays no data.
How to hide web part borders from displaying?
How can you hide the QuickApps web part borders from displaying on the page?
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
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.
How to obtain a new License?
How to obtain a new license for QuickApps?
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
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.
How can you pass a Filter operator to a Stored Proc?
When sending values to the SQL store procedure, how can you also pass which operator is being used (e.g. contains, equals, between or before)?