PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Error on InternetConnected([<Procedure name>]) on Android and iOS
Error on InternetConnected([<Procedure name>]) on Android and iOS
Iniciado por Anthony Blanchette-Potvin, ago., 05 2019 9:32 PM - Sem resposta
Publicado em agosto, 05 2019 - 9:32 PM
Hello everyone,

I'm trying call the InternetConnected function with the callback override, which is this one :





Basically, I have a procedure called UpdateNetworkStatus that displays the new status using the Info function. So, my call looks like that :

InternetConnected(UpdateNetworkStatus)

But, everytime I run the application, I get this error :

You called the InternetConnected function.
This syntax is not supported on the current platform.

I am using WINDEV Mobile 23 and the documentation of version 23 says is it available for WINDEV Mobile 23. So, I think this should work.

Thank you.

Anthony