-----
In a 4GL code, how do I know name of current frame/procedure that I am in ?
eg. dbmsinfo says username and many such values, but if I want to know
formname / return type of the current frame or procedure, could any body
please tell me ?
------
frame_name = ii_frame_name('current');
will give you the current frame name. I don't think it works for
procedures, and I don't think there is anything that does.
You can also do ii_frame_name('previous') to get the caller frame.
Karl
---------------------------------------------------------------------
This message has been posted from Mail2Web (http://www.mail2web.com/)
---------------------------------------------------------------------