Loading...

RE: Link to the document on double click from qlist view web part

RE: Link to the document on double click from qlist view web part

#6331
Anonymous
Anonymous
Participant

Hi Priya,

Here is an example of qListView configured to a document library "Shared Documents", with the "Name" field configured to open the documents using Link To.

<Lists>

  <List SiteUrl="http://win2k8-yl:18150/subsite" ListName="Shared Documents" />

</Lists>

<Fields LookupThresholdControlSetting="Default">

  <Field Name="Name" LinkTo="&lt;%FilePath%&gt;"/>

  <Field Name="Title"  GroupExpanded="false" />

  <Field Name="ID" />

  <Field Name="Created" />

</Fields>

You can find details about this in our help document, under the qListView -> Link To section.

Please let us know your SharePoint and Quest Web Parts version in case you cannot make this work.

Thanks,

Yuan