Proc Code to determine which "Entry" I'm in
Author: maciokr@natfuel.com (RobM)
In Uniface 9.6 does proc code exist that will allow me to determine which Entry I'm in? Example: ; ========= Entry YouAreHere ; ========= Variables String sEntryName EndVariables ; sEntryName would return "YouAreHere" sEntryName = $SomeUnifaceCallToDeterminEntryName Return (sEntryName) ; =========




