Android Question Visibility questions

Vinians2006

Active Member
Licensed User
Longtime User
Hi guys! Why I cant access a procedure from another activity? Lets me explain. I like to mantain my code organized, so if I have a customer activity for example, I like to put all sub related to customers in the customers activity. But If I need to access a procedure from another activity ?
 
Last edited:

ivan.tellez

Active Member
Licensed User
Longtime User
Only ONE Activity can be active. The others are paused and will not respond.

Use CODE Modules if you want to access a shared procedure.
 
Upvote 0
Top