Loading...

RE: The LID HTTP parameter is required (the ID of the list item to be edited).

RE: The LID HTTP parameter is required (the ID of the list item to be edited).

#5231
Anonymous
Anonymous
Participant

Hi 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

…YourPage.aspx?LID=<%ID%>

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.