Joe, > Is there a way to do this with the Active X control included > with VFP or do I need to do API calls if I don't want to be > tied to a form?
When you want to use a control outside of a form, use CreateObject() to instantiate it and leave its Visible property set to .F. The control should be able to do anything you need without ever having to make it visible or stick it on a form. Kristyne McDaniel http://www.shamrocktrails.com/legal/ http://www.mcstyles.com/ Whether you think you can, or you think you can't.... you are right. -- Henry Ford _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

