Hi Alan, 
found an old copy of Clarion 8 
I have unzipped it and looked at the source 
I am curios about a few things. 
I follow the embed logic in the login , logoff and webserver procedures.
1.  I don't understand what the embed code in the webhandler does ?
It seems to position at the latest record , but then just closes the file ?
2.  what does this code do ?
    IF self.IfExistsValue('Login') 
3. I assume   p_web._OpenFile(WebUser)   in the login procedure opens the file. 
  
I don't see a ._closeFile,.What is the difference between ._openFile and Access:File.Open()   
Can it be used anywhere p_web exists ?
Thanks in advance for your time.