Question:
In a report, how can I display the name of the screen where the command to open the report was issued?
Solution:
To do so, you must create an internal tag that will receive the caption of the currently opened screen upon the occurrence of a user-established event. Then, insert a field in the report, and set the complete path of this internal tag in the field’s DataField property.
Example: Data.InternalTag1