Loading...

Archives

“The size of the uploaded file exceeds max size allowed”

“The size of the uploaded file exceeds max size allowed”

When using qListForm to display a Rich Text field, we are using the Document Manager in the Enhanced Ribbon to add attachments to the List item. However, when trying to add a document over 200kb, the following error is thrown:

"The size of the uploaded file exceeds max size allowed"

If however we try to upload a document through the OOB attachments section at the bottom of the web part, that works fine with the same identical document.

“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." 

Changing the Locale causes qChartView to stop working

Changing the Locale causes qChartView to stop working

If the Site Settings | Regional Settings | Locale is changed to French, the list data is changed from being displayed with a "." to "," and thus qChartView no longer displays the correct data.

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. 

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.

operator missing from CAML filter

operator missing from CAML filter

In a list, trying to exclude certain type of events, since the List column allows mutiple choices, the qListView CAML filtering fails beacuse it doesn't include the <NOT CONTAIN> option.