Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MTS and Methods
Message
 
 
To
14/07/2000 04:36:06
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00392268
Message ID:
00392364
Views:
9
>Dear all,
>
>I have a multi-use com dll and installed in Win2k MTS(Com+). The problem is that I am seeing a lot of other methods appearing like Controls, Datasession, name and whole host of them. I build my class using code (not class library) and insert it in the project file (this is the only file). The wierd thing is that two project dlls shows different extra methods.
>
>FYI, the class I build is very simple. One class with one method only.
>Where did I go wrong? Thanks.
>
>
>Regards,
>Kueh

To elaborate on what Erik said, your class looks to created using the Form class in VFP. If you want to limit the number of exposed PEMS, use the Session class available in VFP6 SP3. This provides a Datasession but most of the other overhead of VFP classes is not implemented.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform