C
Colin
I am constructing the following
forms!formname!pageno.visible=False
from variables held in a table. Specifically the pageno and False/True are
picked up from the table. I'm getting formname using CodeContextObject.
I can build forms!formname!pageno.visible=False by concatenating the
variables and constants, but that gives me a single variable, say xSTR
containg the string.
How can I then get the module to interpret xSTR as
forms!formname!pageno.visible=False?
forms!formname!pageno.visible=False
from variables held in a table. Specifically the pageno and False/True are
picked up from the table. I'm getting formname using CodeContextObject.
I can build forms!formname!pageno.visible=False by concatenating the
variables and constants, but that gives me a single variable, say xSTR
containg the string.
How can I then get the module to interpret xSTR as
forms!formname!pageno.visible=False?