Forum Post: RE: XREF information for classes

  • Thread starter Thread starter DarrenP
  • Start date Start date
Status
Not open for further replies.
D

DarrenP

Guest
Hi Thanks for all of your responses. The reason for asking this is that we have legacy parts of our system which are being rendered in an embedded window in .net. The hooks for doing some things are done by passing down the window handle as a variable. I need to know if a variable is defined which point to an object can be detected in an xref. Try putting one line in a .p (shown below) and compiling it with xref. DEF VAR oWindow AS Some.Object.Reference no-undo Of course you'll need Some/Object/Reference.cls in the propath. You get nothing that tells you oWindow is an object. If however you change Some/Object/Reference.cls, the existent r-code for you .p won't run at all. Hence my dilemma. I was looking for something in the rcode-info initially thinking that the dependent classes or something similar could have been worked out. Any ideas? -Darren

Continue reading...
 
Status
Not open for further replies.
Back
Top