PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → GPS - Stop Detection Position - Parar de detectar a posição
GPS - Stop Detection Position - Parar de detectar a posição
Débuté par adrianoboller, 24 nov. 2014 12:53 - Aucune réponse
Membre enregistré
3 657 messages
Popularité : +175 (223 votes)
Posté le 24 novembre 2014 - 12:53
Procedure GPS_DetectarPosicaoParar(LOCAL WindowSN)

ok = True

GPSStopDetection(gloGPS_DetectID)

IF WindowSN = "S"
Info("Parou a detecção do id: "+gloGPS_DetectID)
END

RESULT(ok)