Swathi - Posted December 16, 2022 Share Posted December 16, 2022 I wrote an ironpython script to change NavigationMode to History arrows and also to reset filters. After I pressed Run script the Navigation Mode changed to History arrows and when I press ok button the page navigation in General Tab is not changed to History arrows.when I press ok on Document properties tab my navigation mode is changing back to titled tabs. But my filters are perfectly resetting. Can you help me why this behaviour is seen?Note: I don't want to use any button but manually run script from document properties->scripts. for scheme in Document.FilteringSchemes: scheme.ResetAllFilters()Document.ActivePageReference=Document.Pages[0]Document.Pages.NavigationMode=Document.Pages.NavigationMode.None Link to comment Share on other sites More sharing options...
Fredrik Rosell Posted December 20, 2022 Share Posted December 20, 2022 Hello,I just tested this and I see the same behavior. This looks like it might be a defect. I recommend that you open a support case in the Support Portal - https://support.tibco.com/ - for further investigation.Best RegardsFredrik Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now