콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4641 화면

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.

관련 게시물 답글 화면 활동
2
9월 25
787
2
9월 25
1583
1
7월 25
1219
2
6월 25
3613
3
5월 25
3516