Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine if error is in baseclass or subclass
Message
 
 
To
21/12/2007 16:39:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01277002
Message ID:
01277095
Views:
26
This message has been marked as the solution to the initial question of the thread.
Frank,

Did you try
lcCode = GETPEM(oObject.class, "SomeMethod")
?

>
>I'm on VFP 8 SP1.
>The help file says:
>GETPEM( ) Function
>Returns the current value for a property or program code for an event or method at design time.
>
>I was hoping to use GETPEM( ) to correlate with the 'Source line contents' provided by ASTACKINFO(); thereby confirming the correct ancestry class.
>Experimenting a bit with though I find that at runtime (at least with the Professional Version), it will return the value of properties.
>However when attempting to retrieve the contents of a method, it only returns an empty string.
>
>Notwithstanding, by contrast, if I get an object reference to the class via ASELOBJ() at design time, it does indeed return the contents of methods & events.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform