Uniface User Forum

 View Only
  Thread closed by the administrator, not accepting new replies.
  • 1.  Uniface 9: Utility to find run path to component

    ROCKETEER
    Posted 11-19-2018 11:40
    No replies, thread closed.

    Utility to find run path to component

    Author: dammie@seznam.cz (dammie)

    Hello, is there any utility, that can list run path to component?  E.g. from repository or from exported components in XML file?   Thanks  for info dammie



  • 2.  RE: Uniface 9: Utility to find run path to component

    ROCKETEER
    Posted 11-19-2018 11:40
    No replies, thread closed.

    Well, there's the repository viewer, which can show you where various operations on the component can be called from (assuming you have the cross reference stuff turned on when compiling). You could (presumably) build something from this data which could find all the components which call all the components which call your target component, but it's going to be complex.  Within the runtime you can use the $proccontext("STACK") to give you the current path to the point you are at. 


    Author: Iain Sharp (i.sharp@pcisystems.co.uk)


  • 3.  RE: Uniface 9: Utility to find run path to component

    ROCKETEER
    Posted 11-19-2018 11:40
    No replies, thread closed.

    Hi dammie, not quite sure what you mean by "run path to component". Perhaps an IOprint for opening non-dbms files (/pri=64) can help ? See: https://unifaceinfo.com/forum/uniface-10-enterprise-edition/license-types/#p6053680


    Author: ulrich-merkel (ulrichmerkel@web.de)