Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4656 Widoki

how to hide a button when you pressed it?

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Autor

thAnks for your answer @grover.. :D

You're welcome.

Powiązane posty Odpowiedzi Widoki Czynność
2
wrz 25
791
2
wrz 25
1595
1
lip 25
1224
2
cze 25
3638
3
maj 25
3533