Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exposing the Name property of a SESSION object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00635065
Message ID:
00635192
Vues:
27
Funny thing... Your code works for me as well, it sees to come into play when I build a .dll. Try making a .PRG with this code and add it to a new project file called Test.

DEFINE CLASS SessionSubClass As Session OLEPUBLIC
Name="SessionSubClass"
ENDDEFINE


Build an MTDLL and try this from the command line:


oX=CREATEOBJECT('Test.SessionSubClass')
?oX.name
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform