- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Yup, though the exact logic of which are hidden or unhidded can be tweeked however you like.
That exact code will hide(or leave hidden) any row whos radio button is set for hiding. And will allow you to call it with a reset value (1) that will unhide all rows reguardless.
if you want other logic than that, it's just a question of what you put inside the for loop, and can be as complex as you like.
EDIT:
To add a script object, Right-Click on the top form in the hierarchy window, and pick "add script object."
It will make an unnamed object down below (under "variables") and you can put any code in there that you like, in the form of "functions."
then to run the code you reference the Function by name from some form event, and you're off to the races, so to speak.
Views
Replies
Total Likes