İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
2819 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç
Üretici

Yes, i did that already. Thanks🙂

İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Mar 17
16598
1
Kas 24
20622
1
Eyl 23
3397
3
May 23
5973
7
Nis 23
49410