This topic is locked
[SOLVED]

 How to set a field in a table ?

8/22/2020 1:41:11 PM
PHPRunner General questions
J
Jan author

I have a "members" table with a "paid" field in it. The field "paid" can contain two values "paid" or "not paid"

I want to place a button on a "list form". When I click on this button, the following question must be asked: "Set everything to unpaid?", After setting the entire table must be set to "unpaid". Can someone help me a little bit?
Thanks

aadham 8/22/2020



I have a "members" table with a "paid" field in it. The field "paid" can contain two values "paid" or "not paid"

I want to place a button on a "list form". When I click on this button, the following question must be asked: "Set everything to unpaid?", After setting the entire table must be set to "unpaid". Can someone help me a little bit?
Thanks



Hope you'll find this helpful

J
Jan author 8/26/2020

Thanks for the link. Unfortunately I can not use this example.
I only want to use 1 button, and the whole table has to be set to "unpaid".

Do you have an example of that? Thanks

J
Jan author 8/26/2020

Solved. I have found a example in the help files. Thanks