Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
2623 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Auteur

Yes, i did that already. Thanks🙂

Gerelateerde posts Antwoorden Weergaven Activiteit
2
mrt. 17
16109
1
nov. 24
20050
1
sep. 23
2920
3
mei 23
5496
7
apr. 23
48840