[xev2] Start - Refeesh

Hola :

Necesito realizar unas operaciones en los enventos Start y Refresh

en un primer momento necesitaba obtener la GeoLocalizacion y no pude hacerlo y ahroa cree un PRD que guarda datos en la base.

El problema es que si llamo a este procedimiento desde el Evento Start o Refresh no se ejecuta pero si ejecuto este procedimiento desde un evento ordinario Si lo ejecuta.

Consulta : hay alguna restriccion para ejecutar evento desde el Refresh o Start

Saludos


PD : Adjunto Codigo

Event Start
Composite
glog.Call('Start WorkWithDevicesubcUbicacion')
&usr = getUsuario()
&MyUbicacion = GeoLocationAPI.GetMyLocation(0,0,false)
guardaMyUbicacion.Call(&MyUbicacion)
// SDActions.Refresh()
EndComposite
EndEvent

Event Refresh
Composite
glog.Call('Refresh WorkWithDevicesubcUbicacion')
&MyUbicacion = GeoLocationAPI.GetMyLocation(0,0,false)
guardaMyUbicacion.Call(&MyUbicacion)
// SDActions.Refresh()
EndComposite
EndEvent

Event 'Log'
glog.Call('log Funcionando')
EndEvent

--
Jorge Andres Choque

Popular posts from this blog

Re: [xev2] Gerar e Importar TXT

RE: [xev2] ************ Error rest? ****** #

Re: [xev2] error: ERR 212 Not enough global stack