Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GoFish find where a property has a value
Message
From
07/09/2018 16:27:12
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01661877
Message ID:
01661893
Views:
36
>>>Hi,
>>>
>>>I am using GoFish4. I need to find all places (controls) that inherit from a base class that have a certain property set to a value? For example. Say you have a base class MyBaseTextBox. This base class has a property bound2pk, default to .F.
>>>A number of classes (textboxes) inherit from this base class but only a few of them have the value of property bound2pk is set to .T. How would I find those?
>>>Or, if the property default was an empty string, how would I find where a value was set to this property (in child classes)?
>>
>>Search for
>>
bound2pk = .t.
>>with spaces, because that's the format in the properties memo in vcxes. For finding the non-empty value just do the same search (i.e. youproroperty = "), because the default values aren't stored at all - they are inherited from the parent class anyway.
>
>Unfortunately both above approaches do not work. GoFish4 returns Not Found. But I know that the project has controls where these properties are set.

I tested this on [controlsource = "], didn't quite check how logicals are stored in the properties memo.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform