Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4659 Zobrazení

how to hide a button when you pressed it?

Avatar
Zrušit
Nejlepší odpověď

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.

Avatar
Zrušit
Autor

thAnks for your answer @grover.. :D

You're welcome.

Related Posts Odpovědi Zobrazení Aktivita
2
zář 25
793
2
zář 25
1599
1
čvc 25
1238
2
čvn 25
3646
3
kvě 25
3539