Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4642 มุมมอง

how to hide a button when you pressed it?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

There are ways to do it. You can't do it directly with a function or something like that.

  1. If your button change the state of the record just write invisible when state=something
  2. If you are going to so something in other field with your button you can just make it invisible when that field is filled
  3. Or you can add an invisible bool field. The return of your button can be that boolean value: True. So if that boolean field is true you can add that attribute to your button.

There are tons of ways it depends waht are you doing with your button.

อวตาร
ละทิ้ง
ผู้เขียน

thAnks for your answer @grover.. :D

You're welcome.

Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ก.ย. 25
787
2
ก.ย. 25
1583
1
ก.ค. 25
1219
2
มิ.ย. 25
3613
3
พ.ค. 25
3516