Jump to content

I built a portal which has HTML filters in different pages f...


Chad Smith

Recommended Posts

I built a portal which has HTML filters in different pages for user to filter the data. Also navigation is in place to pass the parameters from one page to another. The issue i am facing is with reset option. It does not clear my values passed from one page to other.

I tired to clear the values using ibcomposer command when the user enter the reset option. It does not work either.

IbComposer_getComponentById(HTML_FILTER).value = ;

Link to comment
Share on other sites

Here is how my portal is structured. User provide the inputs and refresh the report. Report in the bottom is using these parameters . The hyper link in the report is pointing to page 2. I am passing all the parameters from this page to next page.

 

Below is my next page

 

image.png896380 16.5 KB

 

The parameters passed into this page is not getting reset to default when i process the reset option

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...