Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving a class between libraries
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00584275
Message ID:
00584277
Views:
21
This message has been marked as the solution to the initial question of the thread.
>I've always moved classes between libraries by using drag and drop in the project manager. Now my class lists are so big that this is practically impossible. Is there another way?

Have you looked at the
ADD CLASS
and
REMOVE CLASS
methods?
ADD CLASS ClassName [OF ClassLibraryName1] TO ClassLibraryName2 [OVERWRITE]
REMOVE CLASS ClassName OF ClassLibraryName
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform