Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class Browser / Object Browser Problems
Message
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00810178
Message ID:
00810213
Views:
10
Neil,

>Can somebody help a complete idiot please. I would like to know what the difference is between the Class Browser and the Object Browser.

The Class browser is mostly for exploring VFP class interfaces and the hierarchy of classes.

The Object browser is used to explore the interface of COM objects.

It's really better to start two threads than to try and cover more than one topic in a thread.

>In addition to this I have a class named _SUPERMOVER.VCX which I would like to include in my application. Having added it within my Project and dragged it onto the form I have a few issues:
>
>1, I can get my SQL query to input data into 1stleft listbox no problem. But I cannot do anything with it (Greyed out!). I know its my lack of knowledge but the whole control is greyed out!

Have you looked in the help file/solutions.app for help on the FFC classes? It looks like you need to call the InitChoices() method to populate the control. I don't use the FFC classes for the most part because of a lot of excess baggage they carry around.

>2, When I enter form deigner and then edit on the SUPERMOVER object I can find no code associated with any events in order to move the records from one listbox to another.

That's because all of the code in in that class definition, not the instance of it you dropped onto your form. In the form you will only see the code you've added to the control to customize/extend the class. In the class browser you can have it display a toolbar that gives you a one click way of getting to view the parentclass code.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform