Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is possible to set _memberdata in a .prg?
Message
From
18/01/2005 16:15:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
Is possible to set _memberdata in a .prg?
Miscellaneous
Thread ID:
00978320
Message ID:
00978320
Views:
67
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
Next
Reply
Map
View

Click here to load this message in the networking platform