Hi,
I am looking to have 2 buttons on a row that is to toggle a field on the row. These are for a yes/no questions. I would like to have a "Yes" and "No" buttons, but at any time only one is enabled.
So, if the answer to the question is set to "No" in the DB, then the "Yes" button will be enabled and the "No" disabled.
If some one hits the Yes, then the DB is updated and the "Yes" button becomes disabled, and the "No" becomes enabled.
Has anyone does this before? I have little experience with Java Script, but I am assuming I can do this in the "Client After" events of the buttons?
I am using PHPRunner 10.3
Gordon.
I am looking to have 2 buttons on a row that is to toggle a field on the row. These are for a yes/no questions. I would like to have a "Yes" and "No" buttons, but at any time only one is enabled.
So, if the answer to the question is set to "No" in the DB, then the "Yes" button will be enabled and the "No" disabled.
If some one hits the Yes, then the DB is updated and the "Yes" button becomes disabled, and the "No" becomes enabled.
Has anyone does this before? I have little experience with Java Script, but I am assuming I can do this in the "Client After" events of the buttons?
I am using PHPRunner 10.3
Gordon.