It's difficult to even come up with a title for what I am trying to do.
I have a form that has a display of filtered results. Each row has "PartN", "Disc", and "Price".
I want to add a button at the end of each row that will run a command that will run a python script. But, when it runs that command, I want it to run the script with the "PartN" passed as a variable. That way the python script can execute the script with that variable / parameter.
How do you do that?
I have a form that has a display of filtered results. Each row has "PartN", "Disc", and "Price".
I want to add a button at the end of each row that will run a command that will run a python script. But, when it runs that command, I want it to run the script with the "PartN" passed as a variable. That way the python script can execute the script with that variable / parameter.
How do you do that?