Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is possible to set _memberdata in a .prg?
Message
De
18/01/2005 16:15:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
Is possible to set _memberdata in a .prg?
Divers
Thread ID:
00978320
Message ID:
00978320
Vues:
68
Hi
I have used the new property _memberdata to have proper case in my custom PEMs,
but always in .vcx files.
Now I wont to do the same in a class defined on a .prg file, but have no success.
DEFINE CLASS MyCustomClass as SESSION

MyCustomProperty = .F.

_memberdata = '<?xml version="1.0" encoding="Windows-1252" standalone="yes"?>
<VFPData>
<memberdata name="mycustomproperty" type="property" display="MyCustomProperty" />
</VFPData>'

.....

ENDDEFINE
I have read Doug Hennig's article at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfoxtk04/html/ft04f9.asp
but it seems that _memberdata only applies to .vcx or .scx files.

It would be nice to have our .prg defined classes shown in Intellisense,
with proper case, and something like the HELPSTRING command to see ToolTipText
when we select the member.

Is there any way to do it?

TIA
Ricardo Aidelman
Software Developer
Praxis Computación
Buenos Aires, Argentina
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform