Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GoFish find where a property has a value
Message
 
 
To
07/09/2018 11:32:43
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01661877
Message ID:
01661888
Views:
35
>>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.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform