There is attribute called "Dynamic" which should tell you that.
eg.
DEFINE QUERY q FOR CUSTOMER.
DEF VAR a AS HANDLE.
a = QUERY q:HANDLE.
MESSAGE a:dynamic
VIEW-AS ALERT-BOX INFO BUTTONS OK.
DEFINE VARIABLE qh AS HANDLE.
CREATE QUERY qh.
MESSAGE qhYNAMIC
VIEW-AS ALERT-BOX INFO BUTTONS OK.
It would be more clear if you could tell us ,what is exactly, you are trying to accomplish.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.