Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find where a control is used?
Message
From
11/04/2007 14:17:01
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01214200
Message ID:
01214589
Views:
19
>>>You're welcome. Still it's a bit strange that Code Reference didn't find it. I thought it should.
>>
>>I dug into this a bit this morning. It turns out that Code References doesn't look at the Class or ClassLib field, which is what's needed to find this info. It's a fairly easy change to the code to handle it.
>>
>>Add this to the DoSearch method of RefSearchForm in FoxRefSearch_Form.PRG:
>>
>>
>>IF !EMPTY(Class)
>>m.lSuccess = THIS.FindInText(Class, FINDTYPE_NAME, ;
>>   NVL(cRootClass, cClassName), cObjName, ;
>>   SEARCHTYPE_EXPR, UniqueID, "CLASS", .T.)
>>ENDIF
>>
>>
>>Then rebuild the APP and point to the new copy.
>>
>>Tamar
>
>Thanks, Tamar. I trust you it will only improve the Code Reference tool. May be it's not too late to add as a suggestion for SP2?
>

Seems safe enough. I don't think we're going to get this sort of change for SP2, since we have the source and the new license lets us distribute it. I don't know whether there's a VFPX project for Code References.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform