[SOLVED] Question on hiding buttons in Version 10.91 |
6/7/2025 9:11:11 AM |
PHPRunner General questions | |
D
DealerModules authorDevClub member
Part of my PHPRunner Version 10.91 app is a time clock section. Below is a screen shot to try to communicate what it looks like:
|
|
G
|
Grdimitris 6/7/2025 |
"Clock In" and "Clock Out" are custom buttons. Go to designer ann press the first button. In button properties you'll see the item id, next to rename there is a question mark "?". Click it and you see a help text. there is somthing like this pageObj.toggleItem("custom_button", false, row.recordId() ); to hide the button Do tha same for "Clock out" button. |
D
|
DealerModules authorDevClub member 6/7/2025 |
Thanks Grdimitris. Thanks for your input. Paul |