November 2, 201114 yr Hello all. This is my situation, I’m creating a form that will work as a “product Creation” form, my idea is the following: Once the record is created with a unique product number the user needs to select the type of product that it will be created, the value list is based on a table I made with the products and will focus on the category, once the category is selected through the value list the trigger will go to the specific tab in the tab control to display the buttons that are available for that category. That is already working, where I’m failing is: I want to set the object name of each button through the inspector and when it is pressed call only 1 script which can be called something like “gather info”, this scrip will get (script parameter) and grab the information from the related table where the parts were created, but I can’t find the way to set the script parameter of each button as the object name that button was called. Example: Button [battery] object name: Battery script parameter for “gather info” = Battery (from object name) If there is a way to do this please let me know, this would be a huge help Thanks in advance
Create an account or sign in to comment