NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: charl99 on May 11, 2011, 02:58:44 AM
-
I have a Browse, with a filter, status, Quote, Approved, Declined, Activated.. (See attachment.)
When I select the Approved status, I can Activate the Thing. When I Activate it, the status change, so I set the session value for the filter status to 'Activated' and after Activating it returns to the Activated Tab.
The problem is I need to do a 'Refresh' so I can see the Thing I just Activated but I have no idea how to do that.
Any suggestions?
Thanks
Charl
[attachment deleted by admin]
-
I think this answer might not be what you're after, but it will I think lead us to the real question.
So, after setting the radio button, or pressing a button, you can "reset" the browse on the client-side tab.
Perhaps you need to add another button to the form? or perhaps just reset the browse from the radio field?
Cheers
Bruce
-
I use the Button with Action=Change so there was no Client-Side tab.
But you gave me the answer anyway, the real question was why was it not working? Because I was stupid enough to set the Session Value of the Filter but _FORGOT_ to change the Filter as well... (which is what I do when I click on the Radio button.)
Thanks
Charl