تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2598 أدوات العرض

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. 

الصورة الرمزية
إهمال
أفضل إجابة

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.

الصورة الرمزية
إهمال
الكاتب

Yes, i did that already. Thanks🙂

المنشورات ذات الصلة الردود أدوات العرض النشاط
2
مارس 17
16057
1
نوفمبر 24
20013
1
سبتمبر 23
2890
3
مايو 23
5482
7
أبريل 23
48800