Loading...

RE: Can quest web parts let me create a form that only shows some fields?

RE: Can quest web parts let me create a form that only shows some fields?

#5972
Anonymous
Anonymous
Participant

It could be that the error you get is because of the ID of the list.

I paste below from the product documentation something that it might help.

Please give it  atry and let me know.

 

ID HTTP Parameter Name

The qListForm and several other webparts such as Microsoft List Form uses an HTTP

Parameter called ID to identify the item to be displayed or edited. This HTTP Parameter

is usually generated automatically by the viewer webpart, such as qListView or

qCalendarView, when the user selects an item to be displayed or edited.

However, there is an issue when the qListForm is placed on a webpart page that is

contained within a document library. Due to a bug in SharePoint, the page will generate

an error if the value of the ID HTTP Parameter is bigger than the number of pages

within the document library. To prevent this error from happening, we need to rename

the ID HTTP Parameter.

By default, the value of this property is "ID". You can change the value of this property

to something else, such as LID. In that case, when user selects "View Properties" or

"Edit Properties" in the context menu, the URL of the display or edit form becomes:

http://mysite.com/EditFormURL.aspx?LID=xxx

You need to set the same property in the qListForm to the same value as the one here.