Retrieve screen name of UNKNOWN_FORM from RAMP
Posted: Tue Nov 19, 2019 9:56 am
Attached is a RAMP trace that includes navigation to an UNKNOWN_FORM.
The actual axes screen name is know and included in the trace, but all screen name values available to a RAMP script are changed to UNKNOWN_FORM. I have to know the actual axes screen name for each form including UNKNOWN_FORM. How can I get this?
I tried creating a function in USERENV.js to retrieve the screen name and then use a SHARED function to execute the USERENV function to retrieve the name, but it seems that all references to the screen name are changed to UNKNOWN_FORM after the actual name is written to the trace as shown above.
The actual axes screen name is know and included in the trace, but all screen name values available to a RAMP script are changed to UNKNOWN_FORM. I have to know the actual axes screen name for each form including UNKNOWN_FORM. How can I get this?
I tried creating a function in USERENV.js to retrieve the screen name and then use a SHARED function to execute the USERENV function to retrieve the name, but it seems that all references to the screen name are changed to UNKNOWN_FORM after the actual name is written to the trace as shown above.