O
ornhill
Guest
On 05 Feb 2015, at 13:35, Mark Davies bounce-markdprosoftitcoza@community.progress.com wrote: RE: Problem walking the procedure tree Reply by Mark Davies Hi, You need to get the first child, this gives you the window handle and then get the window's instantiating procedure to walk the procedure tree. Replace the button code with this: RUN GetProcedures IN THIS-PROCEDURE (INPUT SESSION:FIRST-CHILD) and then use the following code in your GetProcedures procedure: PROCEDURE GetProcedures : /*------------------------------------------------------------------------------ Purpose: Parameters: none Notes:
Continue reading...
Continue reading...