Loading...

QListForm (Display list) calculated field as a URL reference

QListForm (Display list) calculated field as a URL reference

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #4762
      Anonymous
      Anonymous
      Participant

      Hi Jeff,

         Please display a link to your aspx page as fixed value (ie "Click Here") in the Description of the field then use a session variable to pass the desired value to the new page (instead of using an http parameter like ?<%Field%>).

    • #6632
      Anonymous
      Anonymous
      Participant

      Two questions.

      1) the page that I am linking to is already configured to work through http parameters and has many other pages that link to is as well.  Can a page use both at the same time?

      2) I have used session variables in the past and have seen that they are not set until I save a list item.  Am I just doing something wrong?  Tried using a session variable on a create screen with a custom action to open a different URL and the session variables were not set.  How would it set here off of the hyperlink?

    • #4373
      Anonymous
      Anonymous
      Participant

      Is it possible to emumate the ‘Link to’ functionality of QListView in a QListForm (display List) web part?

      I attempted to add the URL as a calculated field, but it just shows the readonly field.

      I attempted to use the URL in the description, but the description area does not do field substitution.

      <a href=”my form.aspx?rid=”<%rid%> target=”_blank”></a>

      Sharepoint 2007

      Quest version – 5.3

    • #6633
      Anonymous
      Anonymous
      Participant

      Two questions.

      1) the page that I am linking to is already configured to work through http parameters and has many other pages that link to is as well. Can a page use both at the same time?

      A page can use http params and sessions. The http params show up in the url and Sessions are in the memory.

      If you have multiple webparts on that page that expect http params then those wp will fail and the wp that expect session would succeed.

      You can reconfigure them to use sessions instead. I don't know how complex is your scenario (how many pages you have that use http, how many wp on the page, etc).

      2) I have used session variables in the past and have seen that they are not set until I save a list item. Am I just doing something wrong? Tried using a session variable on a create screen with a custom action to open a different URL and the session variables were not set. How would it set here off of the hyperlink?

      You're right. But since your qListForm is in View item mode those values are saved and set.

      The session is set when you view the item in the qListForm (in View mode).

      Please let me know if you still have questions or I was not clear in my answers.

Viewing 3 reply threads

You must be logged in to reply to this topic.