Ok. I see that Bruce has no enough time for all of us with our questions, so I dig a little and found something interesting in
NetWebServerWorker.GetDescription method
If not codekey &= NULL
if codekey{prop:components} > 1
! higer component fields are assumed to be set in the session queue.
self._RestoreFields(p_file,codekey,Net:Web:SessionQueue)
! set lowest key componet field to p_value
y = codeKey{PROP:Components}
Loc:KeyField &= what(loc:record,codeKey{prop:field,y})
Loc:KeyField = p_value
! whole key is primed so try and get the record.
err = self._getfile(p_file,CodeKey)
else
loc:value[1] = p_value
err = self._LoadRecord(p_file,codekey,loc:value)
end
My question is how to set higher key components in the session queue?
It will make my day.
Best regards,
Djordje Radovanovic