Skip to content
Loading...

Archives

INTERNAL:Excel Export from SIListView comsumes large amount of memory for larger exports

INTERNAL:Excel Export from SIListView comsumes large amount of memory for larger exports

When exporting a large data set from siListView webpart to Excel I get the following pop-up error message from within the Excel application and the data doesnt load:

Problems came up in the following areas during load:

Missing file:C:\layouts\1033\styles\core.css?rev=5msmprmeONfN6lJ3wtbAlA==

This occurs for any amount of rows greater than about 7,621 to 7,631 rows. This error does not occur when exporting to a CSV file (tested up to 15,000 rows).

Is this a problem with the webpart, Excel or Sharepoint?

Presence Indicator not showing correct status in the qListView webpart

Presence Indicator not showing correct status in the qListView webpart

When using the qListView in Quest WebParts for SharePoint the presence indicator is not showing the correct display from the Office Communicator. The columns containing the person should show the status from the Office Communicator for the Presence Indicator.

qSIListForm not prompting with the tab for required fields not filled up

qSIListForm not prompting with the tab for required fields not filled up

Some of the list fields are as Required fields which the user has to fill up before saving the form.

When creating list items using the Quest Webpart qSIListForm the user is not validated with the prompt for the required fields that is not filled up by the user in the multi tabbed form.

The tab which has the missing required field should be displayed with the error message to make the user aware of the required field. The user is not able to save the form at the same time the required field error does not prompt with the correct tab containing the missing field.

INTERNAL: How to insert a line break in the tooltip in qCalender View webpart

INTERNAL: How to insert a line break in the tooltip in qCalender View webpart

Using the Quest Calendar View webpart in Quest WebParts for SharePoint the tool tip format field needs to be displayed with a line break

For example:

If it mentions
<%Requestor Name%> <%Short Description>

It displays: John Doe Make change to server

The display should be:

John Doe
Make Change to server

INTERNAL: How to Cascading Delete in qListForm list based on a foreign key

INTERNAL: How to Cascading Delete in qListForm list based on a foreign key

The webpage which has multiple qlistforms are pointing to different lists. The main forms ID is used as a foreign key in all of the other lists.
Is there a way that when a record is deleted from main list (via a Quest qlistform) it can delete the related records in the other lists?