Hi Bruce,
i supposed it too, but i'm not sure if i did it right.
! Start of "Processed Code"
! [Priority 500]
Clear(Ass:Record)
If p_web.IfExistsValue('global_id')
loc:assid = p_web.GetValue('global_id')
ELSE
If p_web.IfExistsSessionValue('global_id')
loc:assid = p_web.GSV('global_id')
ELSE
loc:assid = 0
END
END
Ass:Codigo = loc:assid
If Access:Associacao.TryFetch(Ass:PK_Associacao)
p_web.SSV('global_id',0)
p_web.SSV('global_brand','images/logoVappcomerciosmal.jpg')
ELSE
p_web.SSV('global_id',Ass:Codigo)
p_web.SSV('global_brand',Ass:Logo)
END
p_web.StoreValue('global_id')
p_web.StoreValue('global_brand')
it is working 95% and it is ok for while.
Thanks
Walter - SOFTVALE