I want that when i click button1 if my label 6 is = to the default label i inserted “Latitudine” my app gives an allert that gps is not active or still not ready!
while if label 6 is filled with the value of latitude of GPS runs the go to url web viewer and gives an allert data inserted correctly
i want that call webviewer 2 happens only if 2 cases are satisfied!
that label7.text =/ from QCxxxxxx and that Label1.text =/ from Latitudine!
if both are =/ from that values run call webviewer 2 go tu url Otherwise gives allerts!
because if label7 is QCXXXXX means that the user has not used qrcode scanner! so he recieve the allert
or if label1 = latitudine means that the gps is not enabled so recieve allert
while if values are both =/ to that values ( i use AND here) is all ok and can go to that url!