Hello All,
I have implemented Macro to Reset the Inpout Box values in Application. Now., the Application is on Access Point, the LOB Admin says w.e do not w.ant Macro is Application.
What should be the code in Reset Button instead of Macro to clear all the Input Boxes values.
Team asking to use Trigger to Reset the Input Boxes, How. to do it?
I just have 1 day left. Please pour in your suggestions.
Thank you so much in advance.
Hi,
Please follow following steps...
select a Button Object-->right click(Properties of Button)---> Action Tab--> Click on Add button in Action tab-->Action Type :Selection (From Left side table)--> Select Clear All from right side table--> Click On Ok-->Apply
Please let me know if above is working for you
Thanks,
Hi,
You have to give the value of variable 'Zero' for those variable which you want to reset.
Hi,
One possible solution without micro/button would be you can right click on Input box field and select restore values, it will restore your default values.