We are creating a custom tab using infomaker 12.0. We have some data in our tab that gets updated on an (update) trigger. What I've done is created a "refresh data" button and I want that button to call the update trigger. I've tried a series of "Actions" and none of them are calling the trigger.
How do I code the actions command to actually have the button trigger the trigger.
Thank you,-Lisa
The only way to cause a trigger to execute, in this case, is to update the table on which the trigger is created.
After the user saves the data, the Retrieve action on the button should refresh all the updated data.
Hope I haven't misunderstood!
Any ideas?