> I have a load of disparate VCX files that I want to merge into one for > deployment.
To add a class to a VCX file you would use the ADD CLASS command: ADD CLASS myClass OF oldLib TO newLib To get a list of all classes in a VCX file, you use the AVCXCLASSES function. The problem with the native commands and your manual approach is that the location of parent classes is not updated. That is one feature that the class browser does. If you move all classes into a single library it would be a matter of replacing the CLASSLOC field with the new VCX name. -- Christof --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAL4QJhjGyK-OtdR8EfbN54okPLo=i+e3ojbjwnvlw4bubtj...@mail.gmail.com ** 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.

