S sigster Active Member Licensed User Longtime User May 4, 2012 #1 Hi I have Module with this code how can I get the text from main form Lab_lat.Text B4X: ShowMap(Lab_lat.Text, Lab_lon.Text, 15, True, True, True, "TOP_LEFT", True, PosLat, PosLong, True, True, "#ff0000", 0.5, 3) regards Sigster
Hi I have Module with this code how can I get the text from main form Lab_lat.Text B4X: ShowMap(Lab_lat.Text, Lab_lon.Text, 15, True, True, True, "TOP_LEFT", True, PosLat, PosLong, True, True, "#ff0000", 0.5, 3) regards Sigster
klaus Expert Licensed User Longtime User May 4, 2012 #2 You must save the values of Lab_lat.Text and Lab_lon.Text in two process global variables and use those in the module. Best redards. Upvote 0
You must save the values of Lab_lat.Text and Lab_lon.Text in two process global variables and use those in the module. Best redards.