I am porting several pages and functions to COM objects for our Intranet applications. I have heard you can recieve Session and Request data from within a COM object. Specifically in the Initialize Event of an ActiveX DLL Class Module. I tried using Request.QueryString("formName") but recieved an invalid variable name for the word Request. Had anyone every successfully recieved form data from within a class module. Thanks