Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does UDF exist?
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01516054
Message ID:
01516164
Views:
42
>>>>>>>>Thank you, Vladimir. Your approach will work.
>>>>>>>
>>>>>>>The messagebox has the wrong message, but I also don't see a better way. Probably search inside the project files?
>>>>>>
>>>>>>The approach Vladimir suggested works.
>>>>>
>>>>>Yes, but this is rather expensive approach. Who knows what do you have in the function? What if you completely change environment settings or do something else of this sort (say, zap bunch of important tables)?
>>>>
>>>>The function performs a rather simple task. And if the function does not exist, it won't cause an error down stream.
>>>
>>>If you need to invoke this function anyway, then wrap it in the try/catch. But if you just want to make sure that function exists (for whatever reason), but don't want to invoke it, then this approach is problematic.
>>
>>Interesting suggestion. The only downside I see is since I need to (if I need to, based on some other parameters) to call this function 2 or more times I would have to have 2 or more TRY/CATCH cases. Whereas if I determine (at the top of the routine via one TRY/CATCH) that the function does or does not exist, then I can call it as many times without using TRY/CATCH.
>
>I think being proactive (turning TRY/CATCH more) is a good approach. Alternatively, in the first call you can set some global logical var (_screen.MyFunctExists), so to not call this function later.

Yes, this could probably work. Thank you.
"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