Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2802 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore

Yes, i did that already. Thanks🙂

Post correlati Risposte Visualizzazioni Attività
2
mar 17
16590
1
nov 24
20611
1
set 23
3389
3
mag 23
5969
7
apr 23
49405