Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2627 Prikazi

Hi,good day!. 


I just want to ask how i can automatically change the string of a button after i clicked it on form view. 

Avatar
Opusti
Best Answer

Am not sure if that is possible. 
One quick hack.. we could achieve this with an extra boolean field (say B). 

You could have 2 buttons(say 1&2) in the view pointing to the same function but with different string value in xml. Once clicked, change that boolean field to True. 

so in view, you could write like 
1--> visible when B is False
2--> visible when B is True

Until you find proper  solution, you could use like this.

Avatar
Opusti
Avtor

Yes, i did that already. Thanks🙂

Related Posts Odgovori Prikazi Aktivnost
2
mar. 17
16114
1
nov. 24
20056
1
sep. 23
2929
3
maj 23
5499
7
apr. 23
48846