I have a question for you... Why do you surround the PX_ function calls with VERIFY()? Perhaps this is causing your problems. I have an ActiveX Control project with PX_ functions, but I do not use VERIFY() and it works just fine.

You shouldn't have to verify them anyway, because you should initialize the member variables (a.k.a. m_Format) in your constructor.

Good luck!

Try removing the VERIFY() from around the calls and see what happens.

Valerie Bradley
http://www.synthcom.com/~val
[email protected]