Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create DLL from Session and show existing method
Message
De
28/02/2009 08:23:46
 
 
À
27/02/2009 00:20:48
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01384014
Message ID:
01384755
Vues:
42
What do you mean by "I want is to show object inside object in dll "

Do you mean that you want to type MyObjec1.Myobject2. and intellisense will show the PEM's for MyObject2?

If not what exactly do you mean by this?


Reply #2

I have an object "MSSQL",
I want to add another object called "Connection",
I want to add a property and method to Connection.

In the intellisense I want the ability to see
MSSQL.Connection.Method or MSSQL.Connection.Property

- I don't want to use _Screen
- I don't want to use With End With

I had tried Addproperty, Addobject and the intellisense refuse to show what is after the second object although it is there.

I managed to do that by

1- Converting my class to dll (to trick the Intellisense in vfp)
2- Use Calvin's code on my dll to correct the object posted to me by Sergey.
3- Using the class (not the dll) in the form : Local MSSQL as Myclass
MSSQL. -- after this i am able to see Connection as object + Needed PEM + Capitalization + Hidden/Protected Take place in VFP class (not dll) + Parameter capitalization
MSSQL.Connection. -- After this I am able to see all connection Needed PEM + Capitalization + Hidden/Protect take place + Parameter capitalization

just a simple tiny question.

Can you do that in other way?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform