NetTalk Central

Author Topic: Get name of parent procedure calling child update  (Read 48 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 445
    • View Profile
    • Email
Get name of parent procedure calling child update
« on: August 08, 2026, 12:18:36 PM »
Hi,
I have a MemForm with 2 Tabs.
Tab1 has a Browse on Auto File and calls Child procedure ?See Keys? based on AUTO:GUID as a Filter.
Tab2 Has a Browse on JoinedAuto File and calls the same Child procedure ?See Keys? based on a different filter - JOINAUTO:GUID.

So, both browses call the same ?See Keys? procedure but with different filters.
My problem is that when I call the procedure to Update_SeeKeys - I want to know if it was called from ?AutoFile? as a parent OR ?JoinedAuto? as a parent as they will populate the form with slightly different values.

I have tried finding Parent settings in browse and child and update and loc:parent and loc;filter. However, I have not been able to key in on something that will tell me which the original calling procedure was. Anyone with any insight or tricks? Maybe have to set a Server Value based on which Tab is active?
THanks,
Ron