Loading...

RE: QuickApps- Webpart connection – How can we achieve to Click on qList View in left webpart open up on right side webpart the qForm edit one?

RE: QuickApps- Webpart connection – How can we achieve to Click on qList View in left webpart open up on right side webpart the qForm edit one?

#6879
Anonymous
Anonymous
Participant

Hello,

n

n

 Sorry for getting back to you so late.

n

What I'd suggest to you is to use the LinkTo feature of our qListView and point to the same page and pass the ID of the item in the URL and consume that ID from a qListForm that sits on the same page.

n

Your LinkTo field would look like this:

n

http://myserver/page1.aspx?ID=<%ID%>

n

Let me know if you have any issue with this approach.

n

I see a problem with this when you don't provide any ID in the url, the qListForm will complain. You can try passing ID=0 or a negative number and see if this would give a better user experience.

n

 

n