Android Question Passing variable from one activity module to another activity module

Sofiya

Member
Licensed User
Hello Everyone,

I am creating a Point of Sale Application using B4A and have some complications to pass the value between two different Activity module. The first module name is "Table" and second module name is "Billing". I try to pass the value stored in button of "Table" Activity module to the text box of "Billing" Activity module. How i do this.

Thank you.
 

Sofiya

Member
Licensed User
Hi DonManfred,

I tried the code from your given link but now have some another error like this

javac 1.8.0_152
shell\src\b4a\example\billing_subs_0.java:100: error: cannot find symbol
billing.mostCurrent._edttableno.runMethodAndSync(true,"setText",BA.ObjectToCharSequence(billing.mostCurrent._service._tablno));

What is the problem behind this.
 
Upvote 0
Top