Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to tell if a parent has children?
Message
From
08/04/2001 22:25:49
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00493408
Message ID:
00493412
Views:
17
>>Using vfp5...
>>
>>When I save my parent I need to set a flag in the parent table indicating
>>whether or not the parent has children. This really speeds up another
>>part of my app. I was going to do a locate during the save and see if
>>it finds any children. Is there some slick way to do this?
>
>Check out the Lookup() function. You could create a stored procedure and set the default of your flag to the results of the stored procedure.

I'm sorry. Indexseek() would be a better function for this. The lookup() function is not Rushmore optimized.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform