This topic is locked

adding value by the button

11/12/2020 2:29:24 PM
PHPRunner General questions
brito author

Good afternoon!!!

I've been trying to find some solution here on the forum for a difficulty I'm experiencing.
I need to put a button on my list with the function of updating a field with a fixed value, like this, I have made that CONFIRMED chamop it comes as a NULL standard and I would like to change the YES value, already look in the forum and in the toturial but no I think nothing, I would really like help with that.
Thanks

D
david22585 11/12/2020

https://xlinesoft.com/blog/2019/03/26/how-to-add-a-delete-button-to-each-row-in-grid/
Use as a starting point, and use DB::Update instead of DB::Delete. Very simple to do.

HJB 11/13/2020

https://xlinesoft.com/blog/2015/11/12/in-place-editing/
... for inspiration only..., instead of a wished button to click

this kind of Excel grid technology allows to directly click on the

cell content and to call pre-configured dropdown content to fill.

brito author 11/14/2020



https://xlinesoft.com/blog/2019/03/26/how-to-add-a-delete-button-to-each-row-in-grid/
Use as a starting point, and use DB::Update instead of DB::Delete. Very simple to do.


Thanks, problem solved ...