This is my code, module from a NetWebSource, whats wrong?
GlobalErrors.SetProcedureName('xoc')
loc:parent = lower(p_web.GetValue('_parentProc_'))
If loc:parent <> ''
loc:divname = lower('xoc' & '_' & loc:parent)
Else
loc:divname = lower('xoc')
End
****** My code creating the packet var *****
do SendPacket
p_web.DeleteSession()
Return
SendPacket routine
p_web.ParseHTML(packet,1,0,NET:NoHeader)
packet.SetValue('')