• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Widet with Filter

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Widet with Filter

    I have widget that I added a filter to and a filter program. When the user selects a new value from the filter I want it to update the session variables and reload the data in the widget, I tried using the filter Nab program but it does not have the code to set the session variable.

  • #2
    A session variable can be set by using vvUtility_saveSessVar.
    This procedure is available in all template programs.

    Comment


    • #3
      Ok I went back and check my syntax and it was not formatted correctly.

      Once I change the session variables how do I get the new list to load or will it does it automatically

      Comment


      • #4
        Your "filter program" must return back success:true in order for the data to refresh.

        vvOut_toJsonPair('success:true');

        Comment

        Working...
        X