- This topic is empty.
- AuthorPosts
-
- 07/19/2012 at 2:23 am #4573
AnonymousParticipantHello Community,
I’m getting an error when trying to setup a EditListItem.
In the documentation it says to change the ID to something like LID which I did.
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, the qListForm will get the ID of the item to be displayed or edited from the HTTP Parameter called LID.
Version 5.7 and Moss 2007
Any suggestions, workarounds or fixes?
Thank you.
- 07/19/2012 at 2:23 am #5231
AnonymousParticipantHi Richard,
When you change the ID to LID on the qListForm you need to do that change on the qListView on the LinkTo field.
The qListView LinkTo fiedl property would look something like this
This setting would pass the ID of the item to the qListForm that expects the LID http parameter to identify the item in the list.
Please let me know if you still have any questions.
-
- AuthorPosts
You must be logged in to reply to this topic.